Liferay 6.2-ce-ga5

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:
Node, ProcessingInstruction, Serializable

public class ProcessingInstructionImpl
extends NodeImpl
implements ProcessingInstruction

See Also:
Serialized Form

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

ProcessingInstructionImpl

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

accept

public <T,V extends Visitor<T>> T accept(V visitor)
Specified by:
accept in interface Node
Overrides:
accept in class NodeImpl

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

Liferay 6.2-ce-ga5