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
-
setDynamicAttribute
Sets the attribute- Specified by:
setDynamicAttribute
in interfaceDynamicAttributeNS
- Parameters:
uri
- the uri of the attributename
- the localname of the attributeqName
- the qualified name of the attributevalue
- the value of the attribute
-
createDynamicElement
Creates a nested element.- Specified by:
createDynamicElement
in interfaceDynamicElementNS
- Parameters:
uri
- the uri of the nested elementname
- the localname of the nested elementqName
- the qualified name of the nested element- Returns:
- an object that the element is applied to
-