| org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.AntStructure
AntStructure | public class AntStructure extends Task (Code) | | Creates a partial DTD for Ant from the currently known tasks.
since: Ant 1.1 |
Inner Class :public static interface StructurePrinter | |
add | public void add(StructurePrinter p)(Code) | | The StructurePrinter to use.
Parameters: p - the printer to use. since: Ant 1.7 |
areNmtokens | protected boolean areNmtokens(String[] s)(Code) | | Do the Strings all match the XML-NMTOKEN production?
Otherwise they are not suitable as an enumerated attribute,
for example.
Parameters: s - the array of string to test true if all the strings in the array math XML-NMTOKEN |
isNmtoken | protected boolean isNmtoken(String s)(Code) | | Does this String match the XML-NMTOKEN production?
Parameters: s - the string to test true if the string matches the XML-NMTOKEN |
setOutput | public void setOutput(File output)(Code) | | The output file.
Parameters: output - the output file |
|
|