|
||||||||||
| 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.XDSComponentElement
A <component> element.
XDSValueElement.appendComponentElement(),
XDSValueElement.extractComponentElements()| Method Summary | |
void |
appendText(String someText)
Appends a single, child text node containing someText to
this element. |
String |
extractText()
Returns the concatenated child text nodes of this element. |
String |
getAssociationRef()
Gets the value of this element's association-ref attribute. |
String |
getName()
Gets the value of this element's name attribute. |
void |
setAssociationRef(String someRef)
Sets this element's association-ref attribute to
someRef. |
void |
setName(String someName)
Sets this element's name attribute to
someName. |
| 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 getName()
name attribute.
null; will not return
""public String getAssociationRef()
association-ref attribute.
null; will not return ""public String extractText()
TextParent
extractText in interface TextParentnull; will not return ""public void setName(String someName)
name attribute to
someName.
someName - if null or "", no action is
takenpublic void setAssociationRef(String someRef)
association-ref attribute to
someRef.
someRef - if null or "", no action is
takenpublic void appendText(String someText)
TextParentsomeText to
this element.
appendText in interface TextParentsomeText - the text being appended; if null or
"", no action is taken
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||