|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.OutData
Container for output data field value.
| Constructor Summary | |
OutData()
No data for this node. |
|
OutData(boolean pIsText)
Data field value output as text. |
|
OutData(NameInfo pAttrNameInfo)
Data field value output to attribute. |
|
| Method Summary | |
NameInfo |
getAttrName()
Get the attribute name. |
String |
getValue(OutState pOutState)
Get the current value. |
boolean |
isAttribute()
Indicate that this is an attribute data field. |
boolean |
isText()
Indicate that this is a text data field. |
void |
setValue(OutState pOutState,
String pValue)
Set the current value. |
String |
toString()
Debugging description. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OutData()
public OutData(boolean pIsText)
public OutData(NameInfo pAttrNameInfo)
| Method Detail |
public NameInfo getAttrName()
public boolean isAttribute()
public boolean isText()
public String getValue(OutState pOutState)
public void setValue(OutState pOutState,
String pValue)
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||