com.liferay.portal.xml
Class TextImpl

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

public class TextImpl
extends NodeImpl
implements com.liferay.portal.kernel.xml.Text

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
TextImpl(org.dom4j.Text text)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.dom4j.Text getWrappedText()
           
 int hashCode()
           
 
Methods inherited from class com.liferay.portal.xml.NodeImpl
asXML, asXPathResult, detach, getDocument, getName, getParent, getPath, getPath, getStringValue, getText, 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, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write
 

Constructor Detail

TextImpl

public TextImpl(org.dom4j.Text text)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class NodeImpl

getWrappedText

public org.dom4j.Text getWrappedText()

hashCode

public int hashCode()
Overrides:
hashCode in class NodeImpl