Package com.pnfsoftware.jeb.util.encoding.xml
package com.pnfsoftware.jeb.util.encoding.xml
Custom read-only XML parser implementation, adhering to
org.w3.dom
. See the full documentation in
XmlParser
.-
ClassesClassDescriptionImplementation of the
CDATASection
API used byXmlParser
.Implementation of theCharacterData
API used byXmlParser
.Implementation of theDocumentType
API used byXmlParser
.A thread-safe, limited, simple, lenient, fast, read-only (except for user-data on nodes) XML parser.XML utility methods.Implementation of theNamedNodeMap
API used byXmlParser
.Implementation of theNode
API used byXmlParser
.