|
||||||||||
| 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 <value>
elements.
This class represents the occurrence indicators value (zero or
more) and value+ (one or more) as well as a sequence that
contains multiple value elements (value, value). Currently,
all implementing subclasses implement the + occurrence indicator.
| Method Summary | |
XDSValueElement |
appendValueElement()
Appends an empty, child <value> element to this
element. |
XDSValueElement |
appendValueElement(String someText)
Appends a child <value> element to this element. |
XDSValueElement |
appendValueElement(ValueType someType,
String someText)
Appends a child <value> element to this element. |
List |
childElements()
Returns this element's child elements. |
List |
extractValueElements()
Returns this element's child <value> elements. |
| Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement |
attributeValueGet, attributeValueGet, attributeValueSet, domDocument, domElement, localName, namespaceName, position, tagName |
| Method Detail |
public List childElements()
childElements in interface XDSElementXDSValueElement and zero or
more NonXDSElement objects; will not return
nullpublic List extractValueElements()
<value> elements.
XDSValueElement objects; will
not return nullpublic XDSValueElement appendValueElement()
<value> element to this
element.
nullpublic XDSValueElement appendValueElement(String someText)
<value> element to this element. The
<value> element contains the text
someText.
someText - if null or "", an empty
<value> element is appended
null
public XDSValueElement appendValueElement(ValueType someType,
String someText)
<value> element to this element. The
<value> element contains the text
someText. The <value> element's
type attribute is set to someType.
someType - if null, a type attribute is
omittedsomeText - if null or "", an empty
<value> element is appended
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||