|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Any XDS element that contains zero or more child text nodes.
This class is equivalent to the #PCDATA or mixed content model. Elements of mixed content may contain zero or more text nodes. Implementing classes typically contain data values.
| Method Summary | |
void |
appendText(String someText)
Appends a single, child text node containing someText to
this element. |
String |
extractText()
Returns the concatenated child text nodes of this element. |
| Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName |
| Method Detail |
public String extractText()
null; will not return ""public void appendText(String someText)
someText to
this element.
someText - the text being appended; if null or
"", no action is taken
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||