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

Packages that use NodeDescriptor
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 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.
 

Methods in org.apache.commons.betwixt that return NodeDescriptor
private  NodeDescriptor BeanProperty.createDescriptorForPrimitive(IntrospectionConfiguration configuration, Expression propertyExpression, Updater propertyUpdater)
          Creates a NodeDescriptor for a primitive type node
 

Methods in org.apache.commons.betwixt with parameters of type NodeDescriptor
private  void BeanProperty.configureDescriptor(NodeDescriptor descriptor, IntrospectionConfiguration configuration)
          Configures descriptor (in the standard way).
 

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

Methods in org.apache.commons.betwixt.digester that return NodeDescriptor
static NodeDescriptor XMLIntrospectorHelper.createDescriptor(java.beans.PropertyDescriptor propertyDescriptor, boolean useAttributesForPrimitives, 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(NodeDescriptor nodeDescriptor)
          Deprecated. 0.5 replaced AddDefaultsRule.addDescriptor( Descriptor )