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 voidXMLSerializerListener.Adapter. readTextNode(XMLSerializer xmlSerializer, TextNode textNode)Deprecated.voidXMLSerializerListener.Listeners. readTextNode(XMLSerializer xmlSerializer, TextNode textNode)default voidXMLSerializerListener. readTextNode(XMLSerializer xmlSerializer, TextNode textNode)Called when the serializer has read a text node.
-