See: Description
| Interface | Description |
|---|---|
| IRule |
A rule that may be pushed onto the
RuleDirectedParser's
rule stack. |
| Class | Description |
|---|---|
| BaseRule |
Base implementation of
IRulethat does nothing. |
| RuleDirectedParser |
A simplified version of
org.apache.commons.digester.Digester. |
| Exception | Description |
|---|---|
| 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.