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 |
ClassRule
Digester Rule to process class elements.
|
class |
ConfigRule
Digester Rule to process config 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. |
class |
MappedPropertyRule
Factors out common code used by Betwixt rules that access bean properties.
|
class |
TextRule
Rule for parsing <text> elements.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.