Package com.liferay.portal.xml
Class ProcessingInstructionImpl
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
,Serializable
public class ProcessingInstructionImpl
extends NodeImpl
implements com.liferay.portal.kernel.xml.ProcessingInstruction
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingInstructionImpl
(org.dom4j.ProcessingInstruction processingInstruction) -
Method Summary
Methods inherited from class com.liferay.portal.xml.NodeImpl
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, 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, compactString, detach, formattedString, formattedString, formattedString, formattedString, getDocument, getName, getParent, getPath, getPath, getStringValue, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write
-
Constructor Details
-
ProcessingInstructionImpl
public ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
-
-
Method Details
-
accept
public <T,V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor) -
equals
-
getTarget
- Specified by:
getTarget
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
getText
-
getValue
- Specified by:
getValue
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
getValues
- Specified by:
getValues
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
getWrappedProcessingInstruction
public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction() -
hashCode
public int hashCode() -
removeValue
- Specified by:
removeValue
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
setTarget
- Specified by:
setTarget
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
setValue
- Specified by:
setValue
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
setValues
- Specified by:
setValues
in interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
toString
-