org.osjava.jardiff.ant
Class JDXSLTProcess.Factory

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

public static class JDXSLTProcess.Factory
extends java.lang.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.
 
Field Summary
private  java.util.Vector attributes
          the list of factory attributes to use for TraXLiaison
private  java.lang.String name
          the factory class name to use for TraXLiaison
 
Constructor Summary
JDXSLTProcess.Factory()
           
 
Method Summary
 void addAttribute(JDXSLTProcess.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
the factory class name to use for TraXLiaison


attributes

private java.util.Vector attributes
the list of factory attributes to use for TraXLiaison

Constructor Detail

JDXSLTProcess.Factory

public JDXSLTProcess.Factory()
Method Detail

getName

public java.lang.String getName()
Returns:
the name of the factory.

setName

public void setName(java.lang.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 java.util.Enumeration getAttributes()
return the attribute elements.

Returns:
the enumeration of attributes