| 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.