Package org.apache.tools.ant.util
Class XMLFragment.Child
java.lang.Object
org.apache.tools.ant.util.XMLFragment.Child
- All Implemented Interfaces:
- DynamicAttributeNS,- DynamicConfiguratorNS,- DynamicElementNS
- Enclosing class:
- XMLFragment
An object to handle (recursively) nested elements.
- 
Method Summary
- 
Method Details- 
addText
- 
setDynamicAttributeSets the attribute- Specified by:
- setDynamicAttributein interface- DynamicAttributeNS
- Parameters:
- uri- the uri of the attribute
- name- the localname of the attribute
- qName- the qualified name of the attribute
- value- the value of the attribute
 
- 
createDynamicElementCreates a nested element.- Specified by:
- createDynamicElementin interface- DynamicElementNS
- Parameters:
- uri- the uri of the nested element
- name- the localname of the nested element
- qName- the qualified name of the nested element
- Returns:
- an object that the element is applied to
 
 
-