|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osjava.jardiff.ant.JDXSLTProcess.OutputProperty
public static class JDXSLTProcess.OutputProperty
Specify how the result tree should be output as specified in the specification.
Field Summary | |
---|---|
private java.lang.String |
name
output property name |
private java.lang.String |
value
output property value |
Constructor Summary | |
---|---|
JDXSLTProcess.OutputProperty()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String name
private java.lang.String value
Constructor Detail |
---|
public JDXSLTProcess.OutputProperty()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |