|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.xact.Node
dk.brics.xact.XML
dk.brics.xact.TempNode
dk.brics.xact.Text
public class Text
Text node.
Field Summary | |
---|---|
(package private) static Text |
EMPTY
|
Constructor Summary | |
---|---|
Text(String text)
Constructs a new text node. |
|
Text(String text,
Origin origin)
Constructs a new text node. |
|
Text(String text,
XML nextsibling,
Origin origin)
Constructs a new text node. |
Method Summary | |
---|---|
Text |
copy(XML nextsibling)
Returns a copy of this node with the given next sibling. |
String |
getString()
Returns the text string of this text node. |
String |
toString()
Returns a description of this node. |
(package private) void |
visitAnyBy(AnyNodeVisitor v)
Visits this node by the given any-node visitor. |
(package private) void |
visitNormalizedBy(NodeVisitor v)
Visits this normalized node it by the given visitor. |
Methods inherited from class dk.brics.xact.TempNode |
---|
getNextSibling, getRealNextSibling |
Methods inherited from class dk.brics.xact.XML |
---|
analyze, append, appendContent, appendContent, byteLength, close, concat, concat, concatXML, gapify, gapify, get, getAttribute, getAttribute, getElement, getElementByID, getElements, getFirstElement, getNamespaceMap, getNumber, getNumber, getString, getStrings, getThreadNamespaceMap, has, insertAfter, insertBefore, loadXMLSchema, normalize, parseDocument, parseDocument, parseDocument, parseDocument, parseTemplate, parseTemplate, parseTemplate, parseTemplateResource, parseTemplateResource, plug, plugList, plugWrap, prepend, prependContent, prependContent, remove, set, set, set, set, setContent, setContent, toDocument, toDocument, toDocument, toTemplate, toTemplate, toXML, toXML, validate, visitBy |
Methods inherited from class dk.brics.xact.Node |
---|
asAttribute, asComment, asElement, asNamespaceDecl, asProcessingInstruction, asTemplate, asText, expanded, follow, follow, follow, follow, forward, getOrigin, isAttribute, isComment, isElement, isNamespaceDecl, isProcessingInstruction, isTemplate, isText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static final Text EMPTY
Constructor Detail |
---|
public Text(String text)
public Text(String text, Origin origin)
public Text(String text, XML nextsibling, Origin origin)
Method Detail |
---|
public Text copy(XML nextsibling)
TempNode
copy
in class TempNode
public String getString()
getString
in class XML
XML.getString(String)
public String toString()
Node
toString
in class Node
void visitAnyBy(AnyNodeVisitor v)
Node
visitAnyBy
in class Node
void visitNormalizedBy(NodeVisitor v)
Node
visitNormalizedBy
in class TempNode
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |