org.apache.tools.ant.taskdefs
public static class XSLTProcess.Factory extends Object
Since: Ant 1.6
Nested Class Summary | |
---|---|
static class | XSLTProcess.Factory.Attribute
A JAXP factory attribute. |
Method Summary | |
---|---|
void | addAttribute(XSLTProcess.Factory.Attribute attr)
Create an instance of a factory attribute. |
Enumeration | getAttributes()
return the attribute elements. |
String | getName() |
void | setName(String name)
Set the name of the factory |
Parameters: attr the newly created factory attribute
Returns: the enumeration of attributes
Returns: the name of the factory.
Parameters: name the name of the factory.