com.liferay.portal.xml
Class ProcessingInstructionImpl
java.lang.Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.ProcessingInstructionImpl
- All Implemented Interfaces:
- Node, ProcessingInstruction, Serializable
public class ProcessingInstructionImpl
- extends NodeImpl
- implements ProcessingInstruction
- See Also:
- Serialized Form
| Methods inherited from class com.liferay.portal.xml.NodeImpl |
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, getWrappedNode, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
| Methods inherited from interface com.liferay.portal.kernel.xml.Node |
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
ProcessingInstructionImpl
public ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
equals
public boolean equals(Object obj)
- Overrides:
equals in class NodeImpl
getTarget
public String getTarget()
- Specified by:
getTarget in interface ProcessingInstruction
getText
public String getText()
- Specified by:
getText in interface Node- Specified by:
getText in interface ProcessingInstruction- Overrides:
getText in class NodeImpl
getValue
public String getValue(String name)
- Specified by:
getValue in interface ProcessingInstruction
getValues
public Map<String,String> getValues()
- Specified by:
getValues in interface ProcessingInstruction
getWrappedProcessingInstruction
public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
hashCode
public int hashCode()
- Overrides:
hashCode in class NodeImpl
removeValue
public boolean removeValue(String name)
- Specified by:
removeValue in interface ProcessingInstruction
setTarget
public void setTarget(String target)
- Specified by:
setTarget in interface ProcessingInstruction
setValue
public void setValue(String name,
String value)
- Specified by:
setValue in interface ProcessingInstruction
setValues
public void setValues(Map<String,String> data)
- Specified by:
setValues in interface ProcessingInstruction
toString
public String toString()
- Overrides:
toString in class NodeImpl