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.

See:
          Description

Class Summary
AddDefaultsRule AddDefaultsRule appends all the default properties to the current element.
AttributeRule AttributeRule the digester Rule for parsing the <attribute> 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.
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 XMLIntrospectorHelper a helper class for common code shared between the digestor and introspector.
 

Package org.apache.commons.betwixt.digester Description

This package contains the Digester and associated rules and helper classes for parsing the XMLBeanInfo metadata from an XML file format.



Copyright © 2002-2004 The Apache Software Foundation. All Rights Reserved.