Uses of Class
org.apache.commons.betwixt.digester.XMLBeanInfoDigester

Packages that use XMLBeanInfoDigester
org.apache.commons.betwixt This package contains the main betwixt introspection code. 
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. 
 

Uses of XMLBeanInfoDigester in org.apache.commons.betwixt
 

Fields in org.apache.commons.betwixt declared as XMLBeanInfoDigester
private  XMLBeanInfoDigester XMLIntrospector.digester
          Digester used to parse the XML descriptor files
 

Uses of XMLBeanInfoDigester in org.apache.commons.betwixt.digester
 

Subclasses of XMLBeanInfoDigester in org.apache.commons.betwixt.digester
 class MultiMappingBeanInfoDigester
          XMLSingleMappingFileBeanInfoDigester is a digester of XML files containing XMLBeanInfo definitions for a JavaBeans.
 

Methods in org.apache.commons.betwixt.digester that return XMLBeanInfoDigester
protected  XMLBeanInfoDigester RuleSupport.getXMLInfoDigester()
          Gets XMLBeanInfoDigester using this rule.