com.jclark.xsl.dom
Class TextNode
- Node, SourceLocator
(package private) class TextNode
(package private) StringBuffer | buf
|
(package private) String | value
|
String | getData()- Returns text for TEXT node; value for attribute node;
content for comment node;
content after PI for PI node;
|
byte | getType()- returns one of:
ELEMENT, TEXT, ATTRIBUTE,
ROOT, PROCESSING_INSTRUCTION or COMMENT
|
(package private) void | merge(String value)
|
compareTo, equals, getAttribute, getAttributeValue, getAttributes, getChildren, getColumnNumber, getData, getElementWithId, getFollowingSiblings, getGeneratedId, getLineNumber, getName, getNamespacePrefixMap, getParent, getPublicId, getRoot, getSystemId, getURL, getUnparsedEntityURI, isId |
buf
(package private) StringBuffer buf
value
(package private) String value
TextNode
(package private) TextNode(org.w3c.dom.Node domNode,
ContainerNode parent,
int childIndex)
getData
public final String getData()
Returns text for TEXT node; value for attribute node;
content for comment node;
content after PI for PI node;
- getData in interface Node
- getData in interface NodeBase
getType
public final byte getType()
returns one of: ELEMENT, TEXT, ATTRIBUTE,
ROOT, PROCESSING_INSTRUCTION or COMMENT
- getType in interface Node
merge
(package private) void merge(String value)