Package org.apache.tapestry.util.xml

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

See:
          Description

Interface Summary
IRule A rule that may be pushed onto the RuleDirectedParser's rule stack.
 

Class Summary
BaseRule Base implementation of IRule that does nothing.
RuleDirectedParser A simplified version of Digester.
 

Exception Summary
DocumentParseException Exception thrown if there is any kind of error parsing the an XML document.
InvalidStringException Exception thrown if there is any kind of error validating a string during document parsing
 

Package org.apache.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 Lewis Ship hlship@apache.org