Package org.osjava.jardiff.ant
Class JDXSLTProcess.Factory
- java.lang.Object
-
- 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
Nested Classes Modifier and Type Class Description static class
JDXSLTProcess.Factory.Attribute
A JAXP factory attribute.
-
Field Summary
Fields Modifier and Type Field Description private java.util.Vector
attributes
the list of factory attributes to use for TraXLiaisonprivate java.lang.String
name
the factory class name to use for TraXLiaison
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
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
-
-