|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.util.XMLFragment.Child
public class XMLFragment.Child
An object to handle (recursively) nested elements.
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 DynamicAttributeNS
uri
- 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 DynamicElementNS
uri
- the uri of the nested elementname
- the localname of the nested elementqName
- the qualified name of the nested element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |