|
||||||||||
| 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.XDSAttrElement
An <attr> element.
XDSInstanceElement.appendAttrElement(),
XDSInstanceElement.extractAttrElements(),
XDSInstanceElement.childElements()| 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. |
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 List extractValueElements()
ValueElementsParent<value> elements.
extractValueElements in interface ValueElementsParentXDSValueElement objects; will
not return nullpublic List childElements()
ValueElementsParent
childElements in interface ValueElementsParentchildElements in class ElementImplpublic String getAttrName()
SomeAttrElementattr-name attribute.
getAttrName in interface SomeAttrElementnull; will not return
""public void setAttrName(String someName)
SomeAttrElementattr-name attribute to
someName.
setAttrName in interface SomeAttrElementsomeName - if null or "", no action is
takenpublic XDSValueElement appendValueElement()
ValueElementsParent<value> element to this
element.
appendValueElement in interface ValueElementsParentnullpublic XDSValueElement appendValueElement(String someText)
ValueElementsParent<value> element to this element. The
<value> element contains the text
someText.
appendValueElement in interface ValueElementsParentsomeText - if null or "", an empty
<value> element is appended
null
public XDSValueElement appendValueElement(ValueType someType,
String someText)
ValueElementsParent<value> element to this element. The
<value> element contains the text
someText. The <value> element's
type attribute is set to someType.
appendValueElement in interface ValueElementsParentsomeType - 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 | |||||||||