net.sf.saxon.ant
public static class AntTransform.OutputProperty extends Object
Since: Ant 1.5
Method Summary | |
---|---|
String | getName() |
String | getValue() |
void | setName(String name)
set the name for this property |
void | setValue(String value)
set the value for this property |
Returns: the output property name.
Returns: the output property value.
Parameters: name A non-null String that specifies an output property name, which may be namespace qualified.
Parameters: value The non-null string value of the output property.