org.apache.tools.ant.taskdefs
public static class XSLTProcess.Factory extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
XSLTProcess.Factory.Attribute
A JAXP factory attribute.
|
Constructor and Description |
---|
XSLTProcess.Factory() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(XSLTProcess.Factory.Attribute attr)
Create an instance of a factory attribute.
|
java.util.Enumeration |
getAttributes()
return the attribute elements.
|
java.lang.String |
getName() |
void |
setName(java.lang.String name)
Set the name of the factory
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the factory.public void addAttribute(XSLTProcess.Factory.Attribute attr)
attr
- the newly created factory attributepublic java.util.Enumeration getAttributes()