| org.apache.commons.betwixt.digester.RuleSupport org.apache.commons.betwixt.digester.AttributeRule
AttributeRule | public class AttributeRule extends RuleSupport (Code) | | AttributeRule the digester Rule for parsing the
<attribute> elements.
author: James Strachan version: $Id: AttributeRule.java 438373 2006-08-30 05:17:21Z bayard $ |
AttributeRule | public AttributeRule()(Code) | | Base constructor
|
begin | public void begin(String name, String namespace, Attributes attributes) throws SAXException(Code) | | Process the beginning of this element.
Parameters: attributes - The attribute list of this element throws: SAXException - 1. If the attribute tag is not inside an element tag.2. If the name attribute is not valid XML attribute name. |
configureDescriptor | protected void configureDescriptor(AttributeDescriptor attributeDescriptor)(Code) | | Set the Expression and Updater from a bean property name
Parameters: attributeDescriptor - configure this AttributeDescriptor from the property with a matching name in the bean class |
loadClass | protected Class loadClass(String name)(Code) | | Loads a class (using the appropriate classloader)
Parameters: name - the name of the class to load the class instance loaded by the appropriate classloader |
|
|