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.ObjectThe factory element to configure a transformer factory- Since:
- Ant 1.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJDXSLTProcess.Factory.AttributeA JAXP factory attribute.
-
Field Summary
Fields Modifier and Type Field Description private java.util.Vectorattributesthe list of factory attributes to use for TraXLiaisonprivate java.lang.Stringnamethe 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 voidaddAttribute(JDXSLTProcess.Factory.Attribute attr)Create an instance of a factory attribute.java.util.EnumerationgetAttributes()return the attribute elements.java.lang.StringgetName()voidsetName(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
-
-