|
||||||||||
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
<association>
elements.
This class represents the occurrence indicators association
(zero or more) and association+
(one or more) as well as a
sequence that contains multiple association elements (association,
association)
. Currently, the only implementing class implements a
sequence.
Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
Appends a child <association> element to this
element. |
List |
childElements()
Returns this element's child elements. |
List |
extractAssociationElements()
Returns this element's child <association> 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 extractAssociationElements()
<association>
elements.
XDSAssociationElement
objects; will
not return null
public XDSAssociationElement appendAssociationElement(String someText)
<association>
element to this
element. The <association>
element contains the text
someText
.
someText
- the association value; if null
or
""
, an empty, child
<association>
element is appended
null
public List childElements()
childElements
in interface XDSElement
XDSAssociationElement
and zero or
more NonXDSElement
objects; will not return
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |