|
||||||||||
| 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.XDSModifyAttrElement
A <modify-attr> element.
XDSModifyElement.appendModifyAttrElement(),
XDSModifyElement.extractModifyAttrElements(),
XDSModifyElement.childElements()| Method Summary | |
XDSAddValueElement |
appendAddValueElement()
Appends an empty, child <add-value> element to this
element. |
XDSRemoveAllValuesElement |
appendRemoveAllValuesElement()
Appends an empty, child <remove-all-values> element
to this element. |
XDSRemoveValueElement |
appendRemoveValueElement()
Appends an empty, child <remove-value> element to
this element. |
List |
childElements()
Returns this element's child elements. |
String |
getAttrName()
Gets the value of this element's attr-name attribute. |
void |
setAttrName(String someName)
Sets this element's attr-name attribute to
someName. |
| Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, 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, domDocument, domElement, localName, namespaceName, position, tagName |
| Method Detail |
public String getAttrName()
SomeAttrElementattr-name attribute.
getAttrName in interface SomeAttrElementnull; will not return
""public List childElements()
childElements in interface XDSElementchildElements in class ElementImplXDSAddValueElement,
XDSRemoveValueElement,
XDSRemoveAllValuesElement, and
NonXDSElement objects; will not return
nullpublic void setAttrName(String someName)
SomeAttrElementattr-name attribute to
someName.
setAttrName in interface SomeAttrElementsomeName - if null or "", no action is
takenpublic XDSAddValueElement appendAddValueElement()
<add-value> element to this
element.
nullpublic XDSRemoveValueElement appendRemoveValueElement()
<remove-value> element to
this element.
nullpublic XDSRemoveAllValuesElement appendRemoveAllValuesElement()
<remove-all-values> element
to this element.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||