com.liferay.portal.xml
Class ProcessingInstructionImpl

java.lang.Object
  extended by com.liferay.portal.xml.NodeImpl
      extended by com.liferay.portal.xml.ProcessingInstructionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Node, com.liferay.portal.kernel.xml.ProcessingInstruction

public class ProcessingInstructionImpl
extends NodeImpl
implements com.liferay.portal.kernel.xml.ProcessingInstruction

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getTarget()
           
 java.lang.String getText()
           
 java.lang.String getValue(java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.String> getValues()
           
 org.dom4j.ProcessingInstruction getWrappedProcessingInstruction()
           
 int hashCode()
           
 boolean removeValue(java.lang.String name)
           
 void setTarget(java.lang.String target)
           
 void setValue(java.lang.String name, java.lang.String value)
           
 void setValues(java.util.Map<java.lang.String,java.lang.String> data)
           
 
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, toString, 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
 

Constructor Detail

ProcessingInstructionImpl

public ProcessingInstructionImpl(org.dom4j.ProcessingInstruction processingInstruction)
Method Detail

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