org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory
- XSLTProcess
public static class XSLTProcess.Factory
extends java.lang.Object
The factory element to configure a transformer factory
- Ant 1.6
addAttribute
public void addAttribute(XSLTProcess.Factory.Attribute attr)
Create an instance of a factory attribute.
the newly created factory attribute
getAttributes
public Enumeration getAttributes()
return the attribute elements.
- the enumeration of attributes
getName
public String getName()
- the name of the factory.
setName
public void setName(String name)
Set the name of the factory
name
- the name of the factory.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.