Package org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory.Feature
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory.Feature
- Enclosing class:
- XSLTProcess.Factory
A feature for the TraX factory.
- Since:
- Ant 1.9.8
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Featurepublic Feature()
- 
Feature
 
- 
- 
Method Details- 
setName- Parameters:
- name- the feature name.
 
- 
setValuepublic void setValue(boolean value) - Parameters:
- value- the feature value.
 
- 
getName- Returns:
- the feature name.
 
- 
getValuepublic boolean getValue()- Returns:
- the feature value.
 
 
-