Package | Description |
---|---|
org.apache.commons.betwixt.digester |
This package contains the Digester and associated rules and helper classes
for parsing the XMLBeanInfo metadata from an XML file format.
|
Modifier and Type | Class and Description |
---|---|
class |
AddDefaultsRule
AddDefaultsRule appends all the default properties
to the current element. |
class |
AttributeRule
AttributeRule the digester Rule for parsing the
<attribute> elements. |
class |
ElementRule
ElementRule the digester Rule for parsing
the <element> elements. |
class |
HideRule
HideRule hides the property of the given name. |
class |
InfoRule
InfoRule the digester Rule for parsing the info element. |