Uses of Class
org.apache.pivot.xml.TextNode

Packages that use TextNode
org.apache.pivot.xml Contains classes that facilitate interaction with an XML DOM. 
 

Uses of TextNode in org.apache.pivot.xml
 

Methods in org.apache.pivot.xml with parameters of type TextNode
 void XMLSerializerListener.readTextNode(XMLSerializer xmlSerializer, TextNode textNode)
          Called when the serializer has read a text node.
 void XMLSerializerListener.Adapter.readTextNode(XMLSerializer xmlSerializer, TextNode textNode)