Package com.primix.tapestry.util.xml

Base classes for streamlining the process of parsing an XML document.

See:
          Description

Class Summary
AbstractDocumentParser A wrapper around DocumentBuilder (itself a wrapper around some XML parser), this class provides error handling and entity resolving.
 

Exception Summary
DocumentParseException Exception thrown if there is any kind of error parsing the an XML document.
 

Package com.primix.tapestry.util.xml Description

Base classes for streamlining the process of parsing an XML document. This is primarily used with a validating parser, where the DTD is stored within the classpath.

Author:
Howard Ship hship@primix.com