|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.nds.dirxml.driver.xds.ElementImpl
com.novell.nds.dirxml.driver.xds.XDSParentElement
A <parent> element.
XDSMoveElement,
XDSInstanceElement| Method Summary | |
XDSAssociationElement |
appendAssociationElement(String value)
Appends a child <association> element to this
element. |
XDSAssociationElement |
extractAssociationElement()
Returns this element's child <association> element. |
String |
extractAssociationText()
Returns the concatenated child text nodes from this element's child <association> element. |
String |
getQualifiedSrcDN()
Gets the value of this element's qualified-src-dn
attribute. |
String |
getSrcDN()
Gets the value of this element's src-dn attribute. |
void |
setSrcDN(String someDN)
Sets this element's src-dn attribute to
someDN. |
| Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 getSrcDN()
src-dn attribute.
null; will not return ""public String getQualifiedSrcDN()
qualified-src-dn
attribute.
null; will not return ""public XDSAssociationElement extractAssociationElement()
AssociationElementParent<association> element.
extractAssociationElement in interface AssociationElementParentnullpublic String extractAssociationText()
AssociationElementParent<association> element.
extractAssociationText in interface AssociationElementParentnull; will not return ""public void setSrcDN(String someDN)
src-dn attribute to
someDN.
someDN - if null or "", no action is
takenpublic XDSAssociationElement appendAssociationElement(String value)
AssociationElementParent<association> element to this
element. The <association> element contains the text
someText.
appendAssociationElement in interface AssociationElementParentvalue - the association value; if null or
"", an empty, child
<association> element is appended
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||