Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

pbn.xmlparse.xml.* (8)pbn.xmlparse.xml.tiny.* (4)

pbn.xmlparse: Javadoc index of package pbn.xmlparse.


Package Samples:

pbn.xmlparse.xml.tiny
pbn.xmlparse.xml

Classes:

XMLResponder: Interface which must be implemented by any XML application which wishes to use the XMLParser class. It consists of a set of call back methods which are called by the XML parser when specific XML entities are encountered. Very few of the methods return a value. Of those that do, only the DocumentStream method actually needs to return a non-null value. This makes the interface very easy to implement. For developers unfamiliar with the concepts or terminology of XML, an introductory document on XML may help to explain some of the terms used in this documentation. This paragraph describes the order ...
XMLParser: Class which parses XML without validation. The parsing offered by this class is not quite conformant. Refer to the development diary for details of non-conformance. Using this class will incur only ~ 17k code overhead. The parser currently supports the following encoding types: ASCII UTF-8 UTF-16 (be assumed) UTF-16BE UTF-16LE After parsing has been completed, the same instance of this class may be reused to parse another document.
ParsedXML: Stores an element of parsed XML. Instances of this class are used to compose a parse tree. It's methods may be used to retrieve it's attributes and it's child nodes.
ParseException: Used to report errors which may occur during parsing.
XmlParseModule
SampleDtdParser
MetaPolicyLanguageParser
XmlEncodedActionValueAnalyzer
XMLReader
ParseNode
TinyParser
TinyResponder

Home | Contact Us | Privacy Policy | Terms of Service