Uses of Interface org.w3c.dom.Text

Uses in package gnu.xml.dom.ls

Methods with return type org.w3c.dom.Text

Text
SAXEventSink.createText(char[] c, int off, int len)

Uses in package gnu.xml.libxmlj.dom

Methods with return type org.w3c.dom.Text

Text
Creates a Text node given the specified string.

Uses in package gnu.xml.pipeline

Methods with return type org.w3c.dom.Text

Text
DomConsumer.Handler.createText(boolean isCDATA, ch[] , int start, int length)
Subclasses may overrride this method to provide a more efficient way to construct text nodes.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.Text

Text
Creates a Text node given the specified string.
Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
Text
Text.splitText(int offset)
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.Text

class
"CDATASection" implementation.
class
"Text" implementation.

Methods with return type org.w3c.dom.Text

Text
Consumer.Backdoor.createText(boolean isCDATA, buf[] , int off, int len)
Text
DomDocument.createTextNode(char[] buf, int off, int len)
Returns a newly created text node with the specified value.
Text
DOM L1 Returns a newly created text node with the specified value.
Text
Replaces the text of the current node and all logically-adjacent text nodes with the specified text.
Text
DomText.splitText(int offset)
DOM L1 Splits this text node in two parts at the offset, returning the new text node (the sibling with the second part).