org.apache.tools.ant.taskdefs

Class XSLTProcess.Factory

Enclosing Class:
XSLTProcess

public static class XSLTProcess.Factory
extends java.lang.Object

The factory element to configure a transformer factory
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

Method Details

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.
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.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.