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

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

Uses of AttributeDescriptor in org.apache.commons.betwixt
 

Methods in org.apache.commons.betwixt that return AttributeDescriptor
 org.apache.commons.betwixt.AttributeDescriptor[] ElementDescriptor.getAttributeDescriptors()
          Returns the attribute descriptors for this element
 org.apache.commons.betwixt.AttributeDescriptor XMLBeanInfo.getIDAttribute()
          Search attributes for one matching ID attribute name
 

Methods in org.apache.commons.betwixt with parameters of type AttributeDescriptor
 void ElementDescriptor.addAttributeDescriptor(org.apache.commons.betwixt.AttributeDescriptor descriptor)
          Adds an attribute to the element this ElementDescriptor describes
 void ElementDescriptor.setAttributeDescriptors(org.apache.commons.betwixt.AttributeDescriptor[] attributeDescriptors)
          Sets the AttributesDescriptors for this element.
 

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

Methods in org.apache.commons.betwixt.digester with parameters of type AttributeDescriptor
protected  void AttributeRule.configureDescriptor(org.apache.commons.betwixt.AttributeDescriptor attributeDescriptor)
          Set the Expression and Updater from a bean property name
static void XMLIntrospectorHelper.configureProperty(org.apache.commons.betwixt.AttributeDescriptor attributeDescriptor, java.beans.PropertyDescriptor propertyDescriptor)
          Configure an AttributeDescriptor from a PropertyDescriptor
 

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

Methods in org.apache.commons.betwixt.io with parameters of type AttributeDescriptor
protected  void AbstractBeanWriter.writeAttribute(org.apache.commons.betwixt.AttributeDescriptor attributeDescriptor, org.apache.commons.betwixt.expression.Context context)
          Deprecated. 0.5 replaced by new SAX inspired API
 



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