Class JDXSLTProcess.Factory

  • Enclosing class:
    JDXSLTProcess

    public static class JDXSLTProcess.Factory
    extends java.lang.Object
    The factory element to configure a transformer factory
    Since:
    Ant 1.6
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Vector attributes
      the list of factory attributes to use for TraXLiaison
      private java.lang.String name
      the factory class name to use for TraXLiaison
    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
    • Field Detail

      • name

        private java.lang.String name
        the factory class name to use for TraXLiaison
      • attributes

        private java.util.Vector attributes
        the list of factory attributes to use for TraXLiaison
    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getName

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

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

        public void addAttribute​(JDXSLTProcess.Factory.Attribute attr)
        Create an instance of a factory attribute. the newly created factory attribute
      • getAttributes

        public java.util.Enumeration getAttributes()
        return the attribute elements.
        Returns:
        the enumeration of attributes