com.nwoods.jgo
Interface DomText
- All Superinterfaces:
- DomNode
- All Known Implementing Classes:
- DefaultText
- public interface DomText
- extends DomNode
An interface similar to org.w3c.dom.Text used for SVG XML serialization.
This interface allows the com.nwoods.jgo package to provide methods that
manipulate org.w3c.dom.Text objects while not requiring
the org.w3c.dom.Text 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 |
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.