java.lang.Object | |||
↳ | org.apache.commons.digester.Rule | ||
↳ | org.apache.commons.betwixt.digester.RuleSupport | ||
↳ | org.apache.commons.betwixt.digester.AddDefaultsRule |
AddDefaultsRule
appends all the default properties
to the current element.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Base constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Process the beginning of this element.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
0.5 replaced
addDescriptor(Descriptor)
| |||||||||||
Add a desciptor to the top object on the Digester stack.
| |||||||||||
Gets an
ElementDescriptor for the top on digester's stack. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Base constructor
Process the beginning of this element.
attributes | The attribute list of this element |
---|
Exception | generally this will indicate an unrecoverable error |
---|
This method is deprecated.
0.5 replaced addDescriptor(Descriptor)
Add a desciptor to the top object on the Digester stack.
nodeDescriptor | add this NodeDescriptor . Must not be null. |
---|
SAXException | if the parent for the addDefaults element is not a XMLBeanInfo or a
ElementDescriptor |
---|
Add a desciptor to the top object on the Digester stack.
nodeDescriptor | add this NodeDescriptor . Must not be null. |
---|
SAXException | if the parent for the addDefaults element is not a XMLBeanInfo or a
ElementDescriptor |
---|
Gets an ElementDescriptor
for the top on digester's stack.
ElementDescriptor
or a XMLBeanInfo
class (respectively)
Otherwise null.