net.sf.saxon.ant
Class AntTransform.OutputProperty
java.lang.Object
net.sf.saxon.ant.AntTransform.OutputProperty
- AntTransform
public static class AntTransform.OutputProperty
extends java.lang.Object
Specify how the result tree should be output as specified
in the Serialization specification.
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.