org.apache.tools.ant.taskdefs

Class XSLTProcess.OutputProperty

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


    public static class XSLTProcess.OutputProperty
    extends java.lang.Object
    Specify how the result tree should be output as specified in the specification.
    Since:
    Ant 1.5
    • Constructor Summary

      Constructors 
      Constructor and Description
      OutputProperty() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getName() 
      java.lang.String getValue() 
      void setName(java.lang.String name)
      set the name for this property
      void setValue(java.lang.String value)
      set the value for this property
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutputProperty

        public OutputProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the output property name.
      • setName

        public void setName(java.lang.String name)
        set the name for this property
        Parameters:
        name - A non-null String that specifies an output property name, which may be namespace qualified.
      • getValue

        public java.lang.String getValue()
        Returns:
        the output property value.
      • setValue

        public void setValue(java.lang.String value)
        set the value for this property
        Parameters:
        value - The non-null string value of the output property.