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 Object
A feature for the TraX factory.
Since:
Ant 1.9.8
  • Constructor Details

    • Feature

      public Feature()
    • Feature

      public Feature(String name, boolean value)
  • Method Details

    • setName

      public void setName(String name)
      Parameters:
      name - the feature name.
    • setValue

      public void setValue(boolean value)
      Parameters:
      value - the feature value.
    • getName

      public String getName()
      Returns:
      the feature name.
    • getValue

      public boolean getValue()
      Returns:
      the feature value.