com.liferay.portal.xml
Class ProcessingInstructionImpl
java.lang.Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.ProcessingInstructionImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.xml.Node, com.liferay.portal.kernel.xml.ProcessingInstruction, java.io.Serializable
public class ProcessingInstructionImpl
- extends NodeImpl
- implements com.liferay.portal.kernel.xml.ProcessingInstruction
View Source
- Author:
- Brian Wing Shun Chan
- 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 class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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(java.lang.Object obj)
- Overrides:
equals
in class NodeImpl
getTarget
public java.lang.String getTarget()
- Specified by:
getTarget
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
getText
public java.lang.String getText()
- Specified by:
getText
in interface com.liferay.portal.kernel.xml.Node
- Specified by:
getText
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
- Overrides:
getText
in class NodeImpl
getValue
public java.lang.String getValue(java.lang.String name)
- Specified by:
getValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
getValues
public java.util.Map<java.lang.String,java.lang.String> getValues()
- Specified by:
getValues
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
getWrappedProcessingInstruction
public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
hashCode
public int hashCode()
- Overrides:
hashCode
in class NodeImpl
removeValue
public boolean removeValue(java.lang.String name)
- Specified by:
removeValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
setTarget
public void setTarget(java.lang.String target)
- Specified by:
setTarget
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
setValue
public void setValue(java.lang.String name,
java.lang.String value)
- Specified by:
setValue
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
setValues
public void setValues(java.util.Map<java.lang.String,java.lang.String> data)
- Specified by:
setValues
in interface com.liferay.portal.kernel.xml.ProcessingInstruction
toString
public java.lang.String toString()
- Overrides:
toString
in class NodeImpl