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 TypeClassDescriptionclassclassImplementation of theCDATASectionAPI used byXmlParser.classImplementation of theCharacterDataAPI used byXmlParser.classclassclassImplementation of theDocumentTypeAPI used byXmlParser.classclassMethods in com.pnfsoftware.jeb.util.encoding.xml that return XNodeModifier and TypeMethodDescriptionstatic XNodeXNode.findNodeByName(Collection<? extends XNode> nodes, String wantedName) Methods in com.pnfsoftware.jeb.util.encoding.xml with parameters of type XNodeModifier and TypeMethodDescriptionstatic NodeListXNode.getDescendantElementsByTagName(XNode startNode, String name) Method parameters in com.pnfsoftware.jeb.util.encoding.xml with type arguments of type XNodeModifier and TypeMethodDescriptionstatic XNodeXNode.findNodeByName(Collection<? extends XNode> nodes, String wantedName) voidXNode.initChildren(List<XNode> nodes) Constructor parameters in com.pnfsoftware.jeb.util.encoding.xml with type arguments of type XNode