org.osjava.jardiff.ant
Class JDXSLTProcess.Factory

java.lang.Object
  extended byorg.osjava.jardiff.ant.JDXSLTProcess.Factory
Enclosing class:
JDXSLTProcess

public static class JDXSLTProcess.Factory
extends Object

The factory element to configure a transformer factory

Since:
Ant 1.6

Nested Class Summary
static class JDXSLTProcess.Factory.Attribute
          A JAXP factory attribute.
 
Constructor Summary
JDXSLTProcess.Factory()
           
 
Method Summary
 void addAttribute(JDXSLTProcess.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDXSLTProcess.Factory

public JDXSLTProcess.Factory()
Method Detail

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.

addAttribute

public void addAttribute(JDXSLTProcess.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


Copyright © 2005-2006 OSJava. All Rights Reserved.