|
||||||||||
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()
SomeAttrElement
attr-name
attribute.
getAttrName
in interface SomeAttrElement
null
; will not return
""
public List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
XDSAddValueElement
,
XDSRemoveValueElement
,
XDSRemoveAllValuesElement
, and
NonXDSElement
objects; will not return
null
public void setAttrName(String someName)
SomeAttrElement
attr-name
attribute to
someName
.
setAttrName
in interface SomeAttrElement
someName
- if null
or ""
, no action is
takenpublic XDSAddValueElement appendAddValueElement()
<add-value>
element to this
element.
null
public XDSRemoveValueElement appendRemoveValueElement()
<remove-value>
element to
this element.
null
public 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 |