Uses of Class
com.pnfsoftware.jeb.util.encoding.xml.XNode
Packages that use XNode
Package
Description
Custom read-only XML parser implementation, adhering to
org.w3.dom
.-
Uses of XNode in com.pnfsoftware.jeb.util.encoding.xml
Subclasses of XNode in com.pnfsoftware.jeb.util.encoding.xmlModifier and TypeClassDescriptionclass
class
Implementation of theCDATASection
API used byXmlParser
.class
Implementation of theCharacterData
API used byXmlParser
.class
class
class
Implementation of theDocumentType
API used byXmlParser
.class
class
Methods in com.pnfsoftware.jeb.util.encoding.xml that return XNodeModifier and TypeMethodDescriptionstatic XNode
XNode.findNodeByName
(Collection<? extends XNode> nodes, String wantedName) Methods in com.pnfsoftware.jeb.util.encoding.xml with parameters of type XNodeModifier and TypeMethodDescriptionstatic NodeList
XNode.getDescendantElementsByTagName
(XNode startNode, String name) Method parameters in com.pnfsoftware.jeb.util.encoding.xml with type arguments of type XNodeModifier and TypeMethodDescriptionstatic XNode
XNode.findNodeByName
(Collection<? extends XNode> nodes, String wantedName) void
XNode.initChildren
(List<XNode> nodes) Constructor parameters in com.pnfsoftware.jeb.util.encoding.xml with type arguments of type XNode