| Class | Description |
|---|---|
| AbstractChildElementIterator |
This iterates over child elements, parsing them and calling
AbstractChildElementIterator.insertBean(BeanAssembler, Object, Element, Element). |
| AddAttribute | |
| AttributeConcatenation | |
| BlockAttribute |
Throws an exception if any of the disallowed attributes (after translation) is present.
|
| CheckExclusiveAttribute |
If this attribute is present, no other can be
|
| CheckExclusiveAttributeAndText |
If this attribute is present, no other can be
|
| CheckExclusiveAttributes |
Attributes from two different sets cannot appear together
|
| CheckExclusiveAttributesAndChildren |
Attributes and children elements cannot appear together.
|
| CheckRequiredAttributes |
All attributes from at least one set must be provided
|
| CheckRequiredAttributesWhenNoChildren |
All attributes from at least one set must be provided when there are no child
elements with the name specified present.
|
| ConstructorReference | |
| ExtendTarget | |
| IdAttribute | |
| NameAttribute | |
| NamedSetterChildElementIterator |
This iterates over the child elements, generates beans, and sets them on the current bean via the
setter given.
|
| ProvideDefaultName | |
| ProvideDefaultNameFromElement | |
| RequireAttribute |
Throws an exception if any of the required attributes (after translation) are missing.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.