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
public static class XSLTProcess.Factory.Feature
extends java.lang.Object
A feature for the TraX factory.
- Since:
- Ant 1.9.8
-
Constructor Details
-
Method Details
-
setName
public void setName(java.lang.String name)- Parameters:
name
- the feature name.
-
setValue
public void setValue(boolean value)- Parameters:
value
- the feature value.
-
getName
public java.lang.String getName()- Returns:
- the feature name.
-
getValue
public boolean getValue()- Returns:
- the feature value.
-