public static class XSLTProcess.OutputProperty extends Object
Constructor and Description |
---|
OutputProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name)
set the name for this property
|
void |
setValue(String value)
set the value for this property
|
public String getName()
public String getValue()
public void setName(String name)
name
- A non-null String that specifies an
output property name, which may be namespace qualified.public void setValue(String value)
value
- The non-null string value of the output property.