Package org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory.Feature
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory.Feature
- 
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.
 
 
-