public static class XSLTProcess.OutputProperty
extends java.lang.Object
| Constructor and Description | 
|---|
| OutputProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName() | 
| java.lang.String | getValue() | 
| void | setName(java.lang.String name)set the name for this property | 
| void | setValue(java.lang.String value)set the value for this property | 
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.