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

Quick Search    Search Deep

Package com.thermidor.xml

Class Summary
Attribs Puts a simple wrapper around org.xml.sax.Attributes for when we only want to deal with simple attribute names.
DTD The DTD class is a utility data struct that is used to maintain a relationship between a DTDs public identifier and a java resource identifier.
ParserGenerator The parser generator generates TEMPLATE implemntation BASE classes only it is not a full blown code generator.
SAXParserBase The SAXParserBase class is a base is provided as a framework for the creation of XML content handlers.
SAXParserBase.SAXElement The purpose of the SAXElement class is to provide an aggregation of the results if the SAX content handler event and a mechanism to manage the context state of tags as they are encountered.
SAXWriter Provides methods for writing XML documents to an output stream.
TokenTable The TokenTable class is a genric token table used to maintain an list of string identifiers to token mappings, and finds particular use in the implementation of parsers.
 

Exception Summary
EmptyAttributeException The EmptyAttributeException is raised from the noEmptyValue utility operation provided by the SAXParserBase.