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.
|
Modifier and Type | Class and Description |
---|---|
class |
CircularIncludeException
Thrown when parsing XML into Digester rules, if a circular inclusion occurred
in the xml digester rules files.
|
Modifier and Type | Method and Description |
---|---|
void |
FromXmlRuleSet.addRuleInstances(Digester digester)
Adds to the digester the set of Rule instances defined in the
XML file for this rule set.
|
void |
FromXmlRuleSet.addRuleInstances(Digester digester,
String basePath)
Adds to the digester the set of Rule instances defined in the
XML file for this rule set.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.