| Package | Description |
|---|---|
| org.apache.commons.digester.xmlrules |
The Digester package lets you configure an XML -> Java object mapping module,
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized.
|
| Class and Description |
|---|
| CircularIncludeException
Thrown when parsing XML into Digester rules, if a circular inclusion occurred
in the xml digester rules files.
|
| DigesterLoadingException
Thrown when an error occurs while parsing XML into Digester rules.
|
| DigesterRuleParser
This is a RuleSet that parses XML into Digester rules, and then
adds those rules to a 'target' Digester.
|
| DigesterRuleParser.PatternStack
A stack whose toString method returns a '/'-separated concatenation
of all the elements in the stack.
|
| FromXmlRuleSet.XMLRulesLoader
Worker class encapsulates loading mechanisms.
|
| XmlLoadException
Thrown when an error occurs while parsing XML into Digester rules.
|