| Home >> All >> com >> thermidor |
| | com.thermidor.build.* (5) | | com.thermidor.tools.* (4) | | com.thermidor.util.* (16) | | com.thermidor.xml.* (17) |
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.
com.thermidor.tools.man
com.thermidor.util.exception
com.thermidor.util.file
com.thermidor.util.io
com.thermidor.util.zip
com.thermidor.util
com.thermidor.build.tasks
com.thermidor.xml
com.thermidor.build.man
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 ...
ClassUtil: The purpose of the ClassUtil class is to provide utility operations for the management of class types. The lookup operation allows the the classes of primitives and array types to be retrieved in the same manners as normal java classes. The semantics of the lookup operation are similar to those of Class.forName(). class name description int maps to Integer.TYPE short maps to Short.TYPE byte maps to Byte.TYPE char maps to Character.TYPE long maps to Long.TYPE float maps to Float.TYPE double maps to double.TYPE boolean maps to Boolean.TYPE ClassName Any fully qualified class name '['+(ClassName|int|short|byte|char|long|float|double|boolean) ...
ExceptionDescriptor: The purpose of the ExceptionDescriptor is to provide a container for additional exceptioninformation that can be included in exception subclasses in those circumstances that the variety of exceptional situations is so great that the number of exception subclasses would become unmanageable. Alternatively the descriptor may be used as part of an exception processor.
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.
GenericRuntimeException: The purpose of the GenericRuntimeException is to provied a base class for exceptions. This Exception class is similar to the new version of the Throwable class provided in version 1.4 of the J2SDK in that it provides for nested exceptions.
GenericException: The purpose of the GenericException is to provied a base class for exceptions. This Exception class is similar to the new version of the Throwable class provided in version 1.4 of the J2SDK in that it provides for nested exceptions.
GenericError: The purpose of the GenericException is to provied a base class for exceptions. This Exception class is similar to the new version of the Throwable class provided in version 1.4 of the J2SDK in that it provides for nested exceptions.
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.
Enum: The Enum class is the abstract base class that should be used for all implementation of enumeration. It is intended that Enumerations should be generated from meta data
ValidationDescriptor: The purpose of the ValidationDescriptor class is provide a container for data validation errors that can be used in the DataValidationException and its subclasses
Attribs: Puts a simple wrapper around org.xml.sax.Attributes for when we only want to deal with simple attribute names.
DataValidationException: The purpose of the DataValidationException is to provide a base class for data validation exception. The implementation of the class is closely tied to the
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.
| Home | Contact Us | Privacy Policy | Terms of Service |