public class XMLFragment.Child extends Object implements DynamicConfiguratorNS
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
public void addText(String s)
s - the text to addpublic Object createDynamicElement(String uri, String name, String qName)
createDynamicElement in interface DynamicElementNSuri - the uri of the nested elementname - the localname of the nested elementqName - the qualified name of the nested elementpublic void setDynamicAttribute(String uri, String name, String qName, String value)
setDynamicAttribute in interface DynamicAttributeNSuri - the uri of the attributename - the localname of the attributeqName - the qualified name of the attributevalue - the value of the attribute