org.apache.tools.ant.taskdefs

Class XSLTProcess.Factory

public static class XSLTProcess.Factory extends Object

The factory element to configure a transformer factory

Since: Ant 1.6

Nested Class Summary
static classXSLTProcess.Factory.Attribute
A JAXP factory attribute.
Method Summary
voidaddAttribute(XSLTProcess.Factory.Attribute attr)
Create an instance of a factory attribute.
EnumerationgetAttributes()
return the attribute elements.
StringgetName()
voidsetName(String name)
Set the name of the factory

Method Detail

addAttribute

public void addAttribute(XSLTProcess.Factory.Attribute attr)
Create an instance of a factory attribute.

Parameters: attr the newly created factory attribute

getAttributes

public Enumeration getAttributes()
return the attribute elements.

Returns: the enumeration of attributes

getName

public String getName()

Returns: the name of the factory.

setName

public void setName(String name)
Set the name of the factory

Parameters: name the name of the factory.