Package org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A JAXP factory attribute.static class
A feature for the TraX factory. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Create an instance of a factory attribute.void
addFeature
(XSLTProcess.Factory.Feature feature) Create an instance of a factory feature.return the attribute elements.The configured features.getName()
void
Set the name of the factory
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getName
- Returns:
- the name of the factory.
-
setName
Set the name of the factory- Parameters:
name
- the name of the factory.
-
addAttribute
Create an instance of a factory attribute.- Parameters:
attr
- the newly created factory attribute
-
getAttributes
return the attribute elements.- Returns:
- the enumeration of attributes
-
addFeature
Create an instance of a factory feature.- Parameters:
feature
- the newly created feature- Since:
- Ant 1.9.8
-
getFeatures
The configured features.- Returns:
- Iterable<Feature>
- Since:
- Ant 1.9.8
-