|
||||||||||
| 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. |
| org.apache.commons.betwixt.strategy | This package contains a variety of plugin Strategy patterns that can be used to customize the default behaviours. |
| Uses of AttributeDescriptor in org.apache.commons.betwixt |
|---|
| Methods in org.apache.commons.betwixt that return AttributeDescriptor | |
|---|---|
AttributeDescriptor |
ElementDescriptor.getAttributeDescriptor(java.lang.String name)
Returns an attribute descriptor with a given name or null. |
AttributeDescriptor[] |
ElementDescriptor.getAttributeDescriptors()
Returns the attribute descriptors for this element |
AttributeDescriptor |
XMLBeanInfo.getIDAttribute()
Search attributes for one matching ID attribute name |
| 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.removeAttributeDescriptor(AttributeDescriptor descriptor)
Removes an attribute descriptor from this element descriptor. |
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 | |
|---|---|
protected void |
AttributeRule.configureDescriptor(AttributeDescriptor attributeDescriptor)
Set the Expression and Updater from a bean property name |
static void |
XMLIntrospectorHelper.configureProperty(AttributeDescriptor attributeDescriptor,
java.beans.PropertyDescriptor propertyDescriptor)
Deprecated. 0.6 moved into AttributeRule |
| 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 AttributeDescriptors
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)
|
|
| Uses of AttributeDescriptor in org.apache.commons.betwixt.strategy |
|---|
| Methods in org.apache.commons.betwixt.strategy with parameters of type AttributeDescriptor | |
|---|---|
boolean |
AttributeSuppressionStrategy.suppress(AttributeDescriptor descriptor)
Should the attribute described as given be suppressed during introspection? |
abstract boolean |
ValueSuppressionStrategy.suppressAttribute(AttributeDescriptor attributeDescriptor,
java.lang.String value)
Should the given attribute value be suppressed? |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||