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.
 

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 )
 



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