Uses of Interface
org.w3c.dom.Text

Packages that use Text
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.w3c.dom   
 

Uses of Text in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement Text
 class AbstractText
          This class implements the Text interface.
 class GenericCDATASection
          This class implements the CDATASection interface.
 class GenericText
          This class provides a generic implementation of the Text interface.
 

Methods in org.apache.batik.dom that return Text
 Text AbstractText.splitText(int offset)
          DOM: Implements splitText(int).
protected abstract  Text AbstractText.createTextNode(java.lang.String text)
          Creates a text node of the current type.
protected  Text GenericText.createTextNode(java.lang.String text)
          Creates a text node of the current type.
protected  Text GenericCDATASection.createTextNode(java.lang.String text)
          Creates a text node of the current type.
 Text GenericDocument.createTextNode(java.lang.String data)
          DOM: Implements Document.createTextNode(String).
 

Uses of Text in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return Text
 Text SVGOMDocument.createTextNode(java.lang.String data)
          DOM: Implements Document.createTextNode(String).
 

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 © 2002 Apache Software Foundation. All Rights Reserved.