org.apache.tools.ant.taskdefs
public class EchoXML extends XMLFragment
Since: Ant 1.7
Nested Class Summary | |
---|---|
static class | EchoXML.NamespacePolicy |
Method Summary | |
---|---|
void | execute()
Execute the task. |
void | setAppend(boolean b)
Set whether to append the output file. |
void | setFile(File f)
Set the output file. |
void | setNamespacePolicy(EchoXML.NamespacePolicy n)
Set the namespace policy for the xml file |
Parameters: b boolean append flag.
Parameters: f the output file.
Parameters: n namespace policy: "ignore," "elementsOnly," or "all"
See Also: XmlNamespacePolicy