org.apache.tools.ant.taskdefs
public static class XSLTProcess.OutputProperty extends java.lang.Object
Constructor and Description |
---|
XSLTProcess.OutputProperty() |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- A non-null String that specifies an
output property name, which may be namespace qualified.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- The non-null string value of the output property.