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

Packages that use NodeDescriptor
org.apache.commons.betwixt  
org.apache.commons.betwixt.digester  
 

Uses of NodeDescriptor in org.apache.commons.betwixt
 

Subclasses of NodeDescriptor in org.apache.commons.betwixt
 class AttributeDescriptor
          AttributeDescriptor describes the XML attributes to be created for a bean instance.
 class ElementDescriptor
          ElementDescriptor describes the XML elements to be created for a bean instance.
 

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

Methods in org.apache.commons.betwixt.digester that return NodeDescriptor
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 XMLIntrospector.createDescriptor(java.beans.PropertyDescriptor, boolean)
 

Methods in org.apache.commons.betwixt.digester with parameters of type NodeDescriptor
protected  void AddDefaultsRule.addDescriptor(org.apache.commons.betwixt.NodeDescriptor nodeDescriptor)
          Deprecated. 0.5 replaced by AddDefaultsRule.addDescriptor( Descriptor )
 



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