org.apache.tools.ant.util
public class XMLFragment.Child extends Object implements DynamicConfiguratorNS
Method Summary | |
---|---|
void | addText(String s)
Add nested text. |
Object | createDynamicElement(String uri, String name, String qName)
Creates a nested element. |
void | setDynamicAttribute(String uri, String name, String qName, String value)
Sets the attribute |
Parameters: s the text to add
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
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