com.nwoods.jgo
Interface DomCDATASection

All Superinterfaces:
DomNode
All Known Implementing Classes:
DefaultCDATASection

public interface DomCDATASection
extends DomNode

An interface similar to org.w3c.dom.CDATASection used for SVG XML serialization.

This interface allows the com.nwoods.jgo package to provide methods that manipulate org.w3c.dom.CDATASection objects while not requiring the org.w3c.dom.CDATASection class to be present in order to build com.nwoods.jgo.


Method Summary
 java.lang.String getTextString()
          The character data of the node that implements this interface.
 
Methods inherited from interface com.nwoods.jgo.DomNode
appendChild, elementCast, getFirstChild, getFirstChildElement, getFirstChildText, getNextSibling, getNextSiblingElement, getNextSiblingJGoClassElement, getNextSiblingText, getParentNode, isElement
 

Method Detail

getTextString

public java.lang.String getTextString()
The character data of the node that implements this interface.

Returns:
the character data of the node that implements this interface.