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

Packages that use XMLIntrospector
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. 
org.apache.commons.betwixt.io Package contains classes dealing directly with the reading and writing of beans. 
 

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

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

Methods in org.apache.commons.betwixt.digester with parameters of type XMLIntrospector
 void XMLBeanInfoDigester.setXMLIntrospector(XMLIntrospector introspector)
          Sets the introspector that is using me
static NodeDescriptor XMLIntrospectorHelper.createDescriptor(java.beans.PropertyDescriptor propertyDescriptor, boolean useAttributesForPrimitives, XMLIntrospector introspector)
          Process a property.
static void XMLIntrospectorHelper.defaultAddMethods(XMLIntrospector introspector, 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 ElementDescriptor XMLIntrospectorHelper.findGetCollectionDescriptor(XMLIntrospector introspector, 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
 XMLIntrospector AbstractBeanWriter.getXMLIntrospector()
          Gets the introspector used.
 XMLIntrospector BeanReader.getXMLIntrospector()
           Get the introspector used.
 

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



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.