Uses of Interface
org.w3c.dom.Text

Packages that use Text
org.apache.xerces.dom   
org.apache.xerces.domx   
org.w3c.dom   
 

Uses of Text in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement Text
 class CDATASectionImpl
          XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
 class DeferredCDATASectionImpl
          XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
 class DeferredTextImpl
          Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
 class TextImpl
          Text nodes hold the non-markup, non-Entity content of an Element or Attribute.
 

Methods in org.apache.xerces.dom that return Text
 Text CoreDocumentImpl.createTextNode(java.lang.String data)
          Factory method; creates a Text node having this Document as its OwnerDoc.
 Text TextImpl.splitText(int offset)
          Break a text node into two sibling nodes.
 

Uses of Text in org.apache.xerces.domx
 

Methods in org.apache.xerces.domx with parameters of type Text
 void XGrammarWriter.printText(Text text)
          Prints text.
 

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.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.