Uses of Class
org.apache.pivot.xml.TextNode
-
Packages that use TextNode Package Description 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 Modifier and Type Method Description void
XMLSerializerListener.Adapter. readTextNode(XMLSerializer xmlSerializer, TextNode textNode)
Deprecated.void
XMLSerializerListener.Listeners. readTextNode(XMLSerializer xmlSerializer, TextNode textNode)
default void
XMLSerializerListener. readTextNode(XMLSerializer xmlSerializer, TextNode textNode)
Called when the serializer has read a text node.
-