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 |
---|
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.
|
XmlLoadException
Thrown when an error occurs while parsing XML into Digester rules.
|
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.