Package com.pnfsoftware.jeb.util.encoding.xml
package com.pnfsoftware.jeb.util.encoding.xml
Custom, mostly read-only XML parser implementation that exposes parsed documents through the
org.w3c.dom API. See XmlParser for parser
behavior and limitations.-
ClassesClassDescriptionImplementation of the
CDATASectionAPI used byXmlParser.Implementation of theCharacterDataAPI used byXmlParser.Implementation of theDocumentTypeAPI used byXmlParser.A thread-safe, limited, simple, lenient, fast, read-only (except for user-data on nodes) XML parser.XML utility methods.Implementation of theNamedNodeMapAPI used byXmlParser.Implementation of theNodeAPI used byXmlParser.