|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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(PropertyDescriptor propertyDescriptor,
boolean useAttributesForPrimitives,
XMLIntrospector introspector)
Process a property. |
| Methods in org.apache.commons.betwixt.digester with parameters of type NodeDescriptor | |
protected void |
AddDefaultsRule.addDescriptor(NodeDescriptor nodeDescriptor)
Add a desciptor to the top object on the Digester stack. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||