| org.apache.tools.ant.util.XMLFragment org.apache.tools.ant.taskdefs.EchoXML
EchoXML | public class EchoXML extends XMLFragment (Code) | | Echo XML.
Known limitations:
- Currently no XMLNS support
- Processing Instructions get ignored
- Encoding is always UTF-8
since: Ant 1.7 |
Method Summary | |
public void | execute() Execute the task. | public void | setAppend(boolean b) Set whether to append the output file. | public void | setFile(File f) Set the output file. |
execute | public void execute()(Code) | | Execute the task.
|
setAppend | public void setAppend(boolean b)(Code) | | Set whether to append the output file.
Parameters: b - boolean append flag. |
setFile | public void setFile(File f)(Code) | | Set the output file.
Parameters: f - the output file. |
|
|