Package org.apache.tapestry.util.xml
SinceNot specified.
VersionNot specified.
AuthorHoward Lewis Ship <a href="mailto:hlship@apache.org">hlship@apache.org</a>
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
IRule A rule that may be pushed onto the RuleDirectedParser 's rule stack.
Classes
BaseRule Base implementation of IRule that does nothing.
RuleDirectedParser A simplified version of Digester .
Exceptions
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

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.