Package org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classA JAXP factory attribute.static classA feature for the TraX factory.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidCreate an instance of a factory attribute.voidaddFeature(XSLTProcess.Factory.Feature feature) Create an instance of a factory feature.return the attribute elements.The configured features.getName()voidSet the name of the factory
- 
Constructor Details- 
Factorypublic Factory()
 
- 
- 
Method Details- 
getName- Returns:
- the name of the factory.
 
- 
setNameSet the name of the factory- Parameters:
- name- the name of the factory.
 
- 
addAttributeCreate an instance of a factory attribute.- Parameters:
- attr- the newly created factory attribute
 
- 
getAttributesreturn the attribute elements.- Returns:
- the enumeration of attributes
 
- 
addFeatureCreate an instance of a factory feature.- Parameters:
- feature- the newly created feature
- Since:
- Ant 1.9.8
 
- 
getFeaturesThe configured features.- Returns:
- Iterable<Feature>
- Since:
- Ant 1.9.8
 
 
-