Package org.apache.tools.ant.taskdefs
Class XSLTProcess.Factory.Feature
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory.Feature
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Feature
public Feature() -
Feature
-
-
Method Details
-
setName
- Parameters:
name
- the feature name.
-
setValue
public void setValue(boolean value) - Parameters:
value
- the feature value.
-
getName
- Returns:
- the feature name.
-
getValue
public boolean getValue()- Returns:
- the feature value.
-