public class XIncludeTask
extends org.apache.tools.ant.Task
http://www.w3.org/TR/xinclude/
,
http://www.ibiblio.org/xml/XInclude/
Constructor and Description |
---|
XIncludeTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setIn(java.lang.String in)
Sets the input file.
|
void |
setOut(java.lang.String out)
Sets the output file.
|
void |
setOutEncoding(java.lang.String encoding)
Sets the encoding to use for the output.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setIn(java.lang.String in)
in
- the input file.public void setOut(java.lang.String out)
out
- the output file.public void setOutEncoding(java.lang.String encoding)
execute()
) will fail.encoding
- the encoding to use.