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.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
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 CDATASectionWrapper
          This class implements a wrapper for a CDATASection.
 class GenericCDATASection
          This class implements the CDATASection interface.
 class GenericText
          This class provides a generic implementation of the Text interface.
 class TextWrapper
          This class implements a wrapper for a Text.
 

Methods in org.apache.batik.dom that return Text
protected  Text NodeWrapper.createTextWrapper(Text t)
          Creates a wrapper for the given Text.
 Text TextWrapper.splitText(int offset)
          DOM: Implements splitText(int).
 Text DocumentWrapper.createTextNode(java.lang.String data)
          DOM: Implements Document.createTextNode(String).
protected  Text DocumentWrapper.createTextWrapper(Text t)
          Creates a wrapper for the given Text.
 Text GenericDocument.createTextNode(java.lang.String data)
          DOM: Implements Document.createTextNode(String).
 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.
 

Methods in org.apache.batik.dom with parameters of type Text
protected  Text NodeWrapper.createTextWrapper(Text t)
          Creates a wrapper for the given Text.
protected  Text DocumentWrapper.createTextWrapper(Text t)
          Creates a wrapper for the given Text.
 

Constructors in org.apache.batik.dom with parameters of type Text
TextWrapper(DocumentWrapper dw, Text t)
          Creates a new TextWrapper object.
 

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.apache.batik.script
 

Methods in org.apache.batik.script that return Text
 Text DocumentProxy.createTextNode(java.lang.String data)
          Creates a Text node given the specified 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 © 2001 Apache Software Foundation. All Rights Reserved.