com.liferay.portal.xml
Class CommentImpl
java.lang.Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.CommentImpl
- All Implemented Interfaces:
- Comment, Node, Serializable
public class CommentImpl
- extends NodeImpl
- implements Comment
- See Also:
- Serialized Form
Constructor Summary |
CommentImpl(org.dom4j.Comment comment)
|
Methods inherited from class com.liferay.portal.xml.NodeImpl |
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, 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 interface com.liferay.portal.kernel.xml.Node |
asXML, asXPathResult, compactString, detach, formattedString, formattedString, formattedString, formattedString, getDocument, getName, getParent, getPath, getPath, getStringValue, getText, getUniquePath, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setName, setText, supportsParent, valueOf, write |
CommentImpl
public CommentImpl(org.dom4j.Comment comment)
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
getWrappedComment
public org.dom4j.Comment getWrappedComment()
hashCode
public int hashCode()
- Overrides:
hashCode
in class NodeImpl
toString
public String toString()
- Overrides:
toString
in class NodeImpl