org.apache.tools.ant.taskdefs
Class XSLTProcess.OutputProperty
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.OutputProperty
- XSLTProcess
public static class XSLTProcess.OutputProperty
extends java.lang.Object
Specify how the result tree should be output as specified
in the
specification.
- Ant 1.5
getName
public String getName()
- the output property name.
getValue
public String getValue()
- the output property value.
setName
public void setName(String name)
set the name for this property
name
- A non-null String that specifies an
output property name, which may be namespace qualified.
setValue
public void setValue(String value)
set the value for this property
value
- The non-null string value of the output property.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.