|
||||||||||
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.XDSSourceElement
A <source>
element.
ReadableDocument.extractSourceElement()
,
WriteableDocument.appendSourceElement()
Method Summary | |
XDSContactElement |
appendContactElement(String someText)
Appends a child <contact> element to this element. |
XDSProductElement |
appendProductElement()
Appends an empty, child <product> element to this
element. |
XDSContactElement |
extractContactElement()
Returns this element's child <contact> element. |
String |
extractContactText()
Returns the concatenated child text nodes from this element's child <contact> element. |
XDSProductElement |
extractProductElement()
Returns this element's child <product> element. |
String |
extractProductText()
Returns the concatenated child text nodes from this element's child <product> element. |
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 |
Method Detail |
public XDSProductElement extractProductElement()
<product>
element.
null
public String extractProductText()
<product>
element.
null
; will not return ""
public XDSContactElement extractContactElement()
<contact>
element.
null
public String extractContactText()
<contact>
element.
null
; will not return ""
public XDSProductElement appendProductElement()
<product>
element to this
element.
null
public XDSContactElement appendContactElement(String someText)
<contact>
element to this element.
The <contact>
element contains the text
someText
.
someText
- the association value; if null
or
""
, an empty, child <contact>
element is appended
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |