Modifier and Type | Field and Description |
---|---|
(package private) java.lang.StringBuffer |
buf |
(package private) java.lang.String |
value |
Constructor and Description |
---|
TextNode(org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData()
Returns text for TEXT node; value for attribute node;
content for comment node;
content after PI for PI node; null otherwise.
|
byte |
getType() |
(package private) void |
merge(java.lang.String value) |
compareTo, equals, getAttribute, getAttributes, getAttributeValue, getChildren, getElementWithId, getFollowingSiblings, getGeneratedId, getLineNumber, getName, getNamespacePrefixMap, getParent, getRoot, getUnparsedEntityURI, getURL, isId
TextNode(org.w3c.dom.Node domNode, ContainerNode parent, int childIndex)