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
.-
ClassDescriptionImplementation of the
CDATASection
API used byXmlParser
.Implementation of theCharacterData
API used byXmlParser
.Implementation of theDocumentType
API used byXmlParser
.A limited, simple, lenient, fast, and read-only XML parser.XML utility methods.Implementation of theNamedNodeMap
API used byXmlParser
.Implementation of theNode
API used byXmlParser
.