Uses of Class
org.apache.commons.betwixt.XMLIntrospector

Packages that use XMLIntrospector
org.apache.commons.betwixt.digester  
org.apache.commons.betwixt.io  
 

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

Methods in org.apache.commons.betwixt.digester that return XMLIntrospector
protected  org.apache.commons.betwixt.XMLIntrospector RuleSupport.getXMLIntrospector()
          Gets XMLIntrospector to be used for introspection
 org.apache.commons.betwixt.XMLIntrospector XMLBeanInfoDigester.getXMLIntrospector()
          Gets the XMLIntrospector that's using this digester.
 

Methods in org.apache.commons.betwixt.digester with parameters of type XMLIntrospector
 void XMLBeanInfoDigester.setXMLIntrospector(org.apache.commons.betwixt.XMLIntrospector introspector)
          Sets the introspector that is using me
static org.apache.commons.betwixt.NodeDescriptor XMLIntrospectorHelper.createDescriptor(java.beans.PropertyDescriptor propertyDescriptor, boolean useAttributesForPrimitives, org.apache.commons.betwixt.XMLIntrospector introspector)
          Deprecated. 0.5 this method has been replaced by createDescriptor(java.beans.PropertyDescriptor, boolean)
static void XMLIntrospectorHelper.defaultAddMethods(org.apache.commons.betwixt.XMLIntrospector introspector, org.apache.commons.betwixt.ElementDescriptor rootDescriptor, java.lang.Class beanClass)
          Add any addPropety(PropertyType) methods as Updaters which are often used for 1-N relationships in beans.
protected static org.apache.commons.betwixt.ElementDescriptor XMLIntrospectorHelper.findGetCollectionDescriptor(org.apache.commons.betwixt.XMLIntrospector introspector, org.apache.commons.betwixt.ElementDescriptor rootDescriptor, java.lang.String propertyName)
          Attempts to find the element descriptor for the getter property that typically matches a collection or array.
 

Uses of XMLIntrospector in org.apache.commons.betwixt.io
 

Methods in org.apache.commons.betwixt.io that return XMLIntrospector
 org.apache.commons.betwixt.XMLIntrospector AbstractBeanWriter.getXMLIntrospector()
          Gets the introspector used.
 org.apache.commons.betwixt.XMLIntrospector BeanReader.getXMLIntrospector()
           Get the introspector used.
 

Methods in org.apache.commons.betwixt.io with parameters of type XMLIntrospector
 void AbstractBeanWriter.setXMLIntrospector(org.apache.commons.betwixt.XMLIntrospector introspector)
          Sets the introspector to be used.
 void BeanReader.setXMLIntrospector(org.apache.commons.betwixt.XMLIntrospector introspector)
           Set the introspector to be used.
 

Constructors in org.apache.commons.betwixt.io with parameters of type XMLIntrospector
BeanRuleSet(org.apache.commons.betwixt.XMLIntrospector introspector, java.lang.String basePath, org.apache.commons.betwixt.ElementDescriptor baseElementDescriptor, java.lang.Class baseBeanClass, boolean matchIDs)
          Deprecated. 0.5 use constructor which takes a ReadContext instead
BeanRuleSet(org.apache.commons.betwixt.XMLIntrospector introspector, java.lang.String basePath, org.apache.commons.betwixt.ElementDescriptor baseElementDescriptor, java.lang.Class baseBeanClass, org.apache.commons.betwixt.expression.Context context)
          Deprecated. 0.5 use the constructor which takes a ReadContext instead
BeanRuleSet(org.apache.commons.betwixt.XMLIntrospector introspector, java.lang.String basePath, org.apache.commons.betwixt.ElementDescriptor baseElementDescriptor, java.lang.Class baseBeanClass, org.apache.commons.betwixt.io.read.ReadContext baseContext)
          Base constructor.
 



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