org.dom4j.tree
public class: FlyweightComment [javadoc |
source]
java.lang.Object
org.dom4j.tree.AbstractNode
org.dom4j.tree.AbstractCharacterData
org.dom4j.tree.AbstractComment
org.dom4j.tree.FlyweightComment
All Implemented Interfaces:
Comment, CharacterData, Cloneable, Node, Serializable
Direct Known Subclasses:
DOMComment, DefaultComment
FlyweightComment is a Flyweight pattern implementation of a
singly linked, read-only XML Comment.
This node could be shared across documents and elements though it does not
support the parent relationship.
- author:
< - a href="mailto:jstrachan@apache.org">James Strachan
- version:
$ - Revision: 1.7 $
| Field Summary |
|---|
| protected String | text | Text of the Comment node |
| Methods from org.dom4j.tree.AbstractNode: |
|---|
|
asXPathResult, clone, createPattern, createXPath, createXPathFilter, createXPathResult, detach, getDocument, getDocumentFactory, getName, getNodeType, getNodeTypeName, getParent, getPath, getStringValue, getText, getUniquePath, hasContent, isReadOnly, matches, numberValueOf, selectNodes, selectNodes, selectNodes, selectObject, selectSingleNode, setDocument, setName, setParent, setText, supportsParent, valueOf, write |