|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDescriptor | |
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. |
org.apache.commons.betwixt.io | Package contains classes dealing directly with the reading and writing of beans. |
org.apache.commons.betwixt.io.read | Package contains strategy and configuration classes used by reading only. |
org.apache.commons.betwixt.schema | WARNING: EXPERIMENTAL
Contains classes that generate XML (w3c) schema
from Betwixt descriptors. |
Uses of AttributeDescriptor in org.apache.commons.betwixt |
Methods in org.apache.commons.betwixt that return AttributeDescriptor | |
AttributeDescriptor |
XMLBeanInfo.getIDAttribute()
Search attributes for one matching ID attribute name |
AttributeDescriptor[] |
ElementDescriptor.getAttributeDescriptors()
Returns the attribute descriptors for this element |
Methods in org.apache.commons.betwixt with parameters of type AttributeDescriptor | |
void |
ElementDescriptor.addAttributeDescriptor(AttributeDescriptor descriptor)
Adds an attribute to the element this ElementDescriptor describes |
void |
ElementDescriptor.setAttributeDescriptors(AttributeDescriptor[] attributeDescriptors)
Sets the AttributesDescriptors for this element. |
Uses of AttributeDescriptor in org.apache.commons.betwixt.digester |
Methods in org.apache.commons.betwixt.digester with parameters of type AttributeDescriptor | |
static void |
XMLIntrospectorHelper.configureProperty(AttributeDescriptor attributeDescriptor,
java.beans.PropertyDescriptor propertyDescriptor)
Deprecated. 0.6 moved into AttributeRule |
protected void |
AttributeRule.configureDescriptor(AttributeDescriptor attributeDescriptor)
Set the Expression and Updater from a bean property name |
Uses of AttributeDescriptor in org.apache.commons.betwixt.io |
Methods in org.apache.commons.betwixt.io with parameters of type AttributeDescriptor | |
protected void |
AbstractBeanWriter.writeAttribute(AttributeDescriptor attributeDescriptor,
Context context)
Deprecated. 0.5 replaced by new SAX inspired API |
Uses of AttributeDescriptor in org.apache.commons.betwixt.io.read |
Methods in org.apache.commons.betwixt.io.read with parameters of type AttributeDescriptor | |
void |
ReadContext.populateAttributes(AttributeDescriptor[] attributeDescriptors,
org.xml.sax.Attributes attributes)
Populates the object mapped by the AttributeDescriptor s
with the values in the given Attributes . |
Uses of AttributeDescriptor in org.apache.commons.betwixt.schema |
Constructors in org.apache.commons.betwixt.schema with parameters of type AttributeDescriptor | |
Attribute(AttributeDescriptor attributeDescriptor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |