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

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

Uses of Descriptor in org.apache.commons.betwixt
 

Subclasses of Descriptor 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.
 class NodeDescriptor
           Common superclass for ElementDescriptor and AttributeDescriptor.
 class TextDescriptor
          Describes mixed-content text.
 

Methods in org.apache.commons.betwixt that return Descriptor
 org.apache.commons.betwixt.Descriptor[] ElementDescriptor.getContentDescriptors()
          Returns descriptors for the child content of the element this describes.
 org.apache.commons.betwixt.Descriptor XMLIntrospector.createDescriptor(java.beans.PropertyDescriptor propertyDescriptor, boolean useAttributesForPrimitives)
          Deprecated. 0.5 use XMLIntrospector.createXMLDescriptor(org.apache.commons.betwixt.BeanProperty).
 org.apache.commons.betwixt.Descriptor XMLIntrospector.createXMLDescriptor(org.apache.commons.betwixt.BeanProperty beanProperty)
          Create a XML descriptor from a bean one.
 

Methods in org.apache.commons.betwixt with parameters of type Descriptor
 void ElementDescriptor.addContentDescriptor(org.apache.commons.betwixt.Descriptor descriptor)
          Adds a descriptor for child content.
 void ElementDescriptor.setContentDescriptors(org.apache.commons.betwixt.Descriptor[] contentDescriptors)
          Sets the descriptors for the child content of the element this describes.
 

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

Methods in org.apache.commons.betwixt.digester with parameters of type Descriptor
protected  void AddDefaultsRule.addDescriptor(org.apache.commons.betwixt.Descriptor nodeDescriptor)
          Add a desciptor to the top object on the Digester stack.
 



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