| Home >> All >> com >> thermidor >> [ xml Javadoc ] |
| | com.thermidor.xml.output.* (10) |
com.thermidor.xml: Javadoc index of package com.thermidor.xml.
Package Samples:
com.thermidor.xml.output: The com.thermidor.xml package is a generic package providing classes and utilities to support the prograommatic manipulation of XML documents.
Classes:
SAXParserBase: The SAXParserBase class is a base is provided as a framework for the creation of XML content handlers. The framework captures some of the simplicities of using DOM while maintaing much of the power and efficently of the SAX API. The primary arena for the use of the SAXParserBase as a framework for XML processing is where XML documents have to be converted to in memory models. To put this an other way the XML is really an externalization of an 'object model' Core to the conception of the SAXParserBase s the SAXEement class. This class in many ways is superficailly similar to the DOM node. On of ...
EmptyAttributeException: The EmptyAttributeException is raised from the noEmptyValue utility operation provided by the SAXParserBase. This exception is raised if the attribute in question is null or is the empty string. This operation is used to provide additional semantics over and above that provided by the the #REQUIRED condition.
SAXWriter: Provides methods for writing XML documents to an output stream. Can be used as a standalone document writer or as a filter org.xml.sax.Filter by extending org.xml.sax.helpers.XMLFilterImpl to provide additional convenience methods.
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. To facilitate the loading and caching of DTD data from the classpath.
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.
Attribs: Puts a simple wrapper around org.xml.sax.Attributes for when we only want to deal with simple attribute names.
StringHandler: The purpose of the StringHandler is to manage/collect output into a buffer. This allows output to be collected for subsequent processesing in the parse.
OutputHandler: The OutputHandler class is the base class for output handlers used by the Output class to manage stack based output.
OutputType: This enumeration details the types of output mechansim that can be used by the Output class in stack based output.
ParserGenerator: The parser generator generates TEMPLATE implemntation BASE classes only it is not a full blown code generator.
FileHandler
PrintWriterHandler
HandlerRegister
NulHandler
AppendHandler
Output
OutputStack
| Home | Contact Us | Privacy Policy | Terms of Service |