package

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.

Classes

AddDefaultsRule

AddDefaultsRule appends all the default properties to the current element. 

AttributeRule

AttributeRule the digester Rule for parsing the <attribute> elements. 

ClassRule Digester Rule to process class elements. 
CommonRuleSet Rules common to both MultiMappingBeanInfoDigester and XMLBeanInfoDigester
ConfigRule Digester Rule to process config elements. 
ElementRule

ElementRule the digester Rule for parsing the <element> elements. 

HideRule

HideRule hides the property of the given name. 

InfoRule

InfoRule the digester Rule for parsing the info element. 

MappedPropertyRule

Factors out common code used by Betwixt rules that access bean properties. 

MultiMappingBeanInfoDigester XMLSingleMappingFileBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBeans. 
OptionRule Maps option tree to an option in the Options on the current description. 
RuleSupport

RuleSupport is an abstract base class containing useful helper methods. 

TextRule

Rule for parsing <text> elements. 

XMLBeanInfoDigester

XMLBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBean. 

XMLIntrospectorHelper This class is deprecated. No replacement.