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, writeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getTargetin interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
getText
-
getValue
- Specified by:
getValuein interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
getValues
- Specified by:
getValuesin interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
getWrappedProcessingInstruction
public org.dom4j.ProcessingInstruction getWrappedProcessingInstruction() -
hashCode
public int hashCode() -
removeValue
- Specified by:
removeValuein interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
setTarget
- Specified by:
setTargetin interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
setValue
- Specified by:
setValuein interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
setValues
- Specified by:
setValuesin interfacecom.liferay.portal.kernel.xml.ProcessingInstruction
-
toString
-