Package | Description |
---|---|
org.apache.commons.digester.xmlrules |
The
xmlrules package provides for XML-based definition of
rules for Digester . |
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-2013 The Apache Software Foundation. All Rights Reserved.