Class XSLTProcess.Factory

java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.Factory
Enclosing class:
XSLTProcess

public static class XSLTProcess.Factory extends Object
The factory element to configure a transformer factory
Since:
Ant 1.6
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the factory.
    • setName

      public void setName(String name)
      Set the name of the factory
      Parameters:
      name - the name of the factory.
    • addAttribute

      public void addAttribute(XSLTProcess.Factory.Attribute attr)
      Create an instance of a factory attribute.
      Parameters:
      attr - the newly created factory attribute
    • getAttributes

      public Enumeration<XSLTProcess.Factory.Attribute> getAttributes()
      return the attribute elements.
      Returns:
      the enumeration of attributes
    • addFeature

      public void addFeature(XSLTProcess.Factory.Feature feature)
      Create an instance of a factory feature.
      Parameters:
      feature - the newly created feature
      Since:
      Ant 1.9.8
    • getFeatures

      public Iterable<XSLTProcess.Factory.Feature> getFeatures()
      The configured features.
      Returns:
      Iterable<Feature>
      Since:
      Ant 1.9.8