public class XMLFragment.Child extends java.lang.Object implements DynamicConfiguratorNS
| Modifier and Type | Method and Description | 
|---|---|
| void | addText(java.lang.String s)Add nested text. | 
| java.lang.Object | createDynamicElement(java.lang.String uri,
                    java.lang.String name,
                    java.lang.String qName)Creates a nested element. | 
| void | setDynamicAttribute(java.lang.String uri,
                   java.lang.String name,
                   java.lang.String qName,
                   java.lang.String value)Sets the attribute | 
public void addText(java.lang.String s)
s - the text to addpublic void setDynamicAttribute(java.lang.String uri,
                                java.lang.String name,
                                java.lang.String qName,
                                java.lang.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 attributepublic java.lang.Object createDynamicElement(java.lang.String uri,
                                             java.lang.String name,
                                             java.lang.String qName)
createDynamicElement in interface DynamicElementNSuri - the uri of the nested elementname - the localname of the nested elementqName - the qualified name of the nested element