Package org.apache.tools.ant.taskdefs
Class XSLTProcess.OutputProperty
java.lang.Object
org.apache.tools.ant.taskdefs.XSLTProcess.OutputProperty
- Enclosing class:
- XSLTProcess
Specify how the result tree should be output as specified
 in the 
 specification.
- Since:
- Ant 1.5
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
OutputPropertypublic OutputProperty()
 
- 
- 
Method Details- 
getName- Returns:
- the output property name.
 
- 
setNameset the name for this property- Parameters:
- name- A non-null String that specifies an output property name, which may be namespace qualified.
 
- 
getValue- Returns:
- the output property value.
 
- 
setValueset the value for this property- Parameters:
- value- The non-null string value of the output property.
 
 
-