org.apache.tools.ant.taskdefs

Class 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

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

Method Details

getName

public String getName()
Returns:
the output property name.

getValue

public String getValue()
Returns:
the output property value.

setName

public void setName(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.

setValue

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