|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
gnu.xml.dom | This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). |
gnu.xml.pipeline | This package exposes a kind of XML processing pipeline, based on sending SAX events, which can be used as components of application architectures. |
org.w3c.dom | Contains the core and "XML" feature set of the DOM Level 2 Recommendation. |
Uses of Text in gnu.xml.dom |
Classes in gnu.xml.dom that implement Text | |
class |
DomCDATA
"CDATASection" implementation. |
class |
DomText
"Text" implementation. |
Methods in gnu.xml.dom that return 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). |
protected Text |
Consumer.Backdoor.createText(boolean isCDATA,
char[] buf,
int off,
int len)
|
Text |
DomDocument.createTextNode(java.lang.String value)
DOM L1 Returns a newly created text node with the specified value. |
Text |
DomDocument.createTextNode(char[] buf,
int off,
int len)
Returns a newly created text node with the specified value. |
Uses of Text in gnu.xml.pipeline |
Methods in gnu.xml.pipeline that return Text | |
protected Text |
DomConsumer.Handler.createText(boolean isCDATA,
char[] ch,
int start,
int length)
Subclasses may overrride this method to provide a more efficient way to construct text nodes. |
Uses of Text in org.w3c.dom |
Subinterfaces of Text in org.w3c.dom | |
interface |
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. |
Methods in org.w3c.dom that return Text | |
Text |
Text.splitText(int offset)
Breaks this node into two nodes at the specified offset ,
keeping both in the tree as siblings. |
Text |
Document.createTextNode(java.lang.String data)
Creates a Text node given the specified string. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.