|
||||||||||
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.XDSPasswordElement
A <password>
element.
PasswordElementParent
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 |
getDisplayName()
Returns the display-name attribute value. |
boolean |
hasContent()
Does this element the parent of child nodes? |
boolean |
isContentSensitive()
|
boolean |
isPasswordRef()
|
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 getDisplayName()
ParamElement
getDisplayName
in interface ParamElement
null
; will not return "" (empty string)public boolean isContentSensitive()
isContentSensitive
in interface ParamElement
public boolean isPasswordRef()
isPasswordRef
in interface ParamElement
public boolean hasContent()
ParamElement
hasContent
in interface ParamElement
true
if it does; false
otherwisepublic String extractText()
TextParent
extractText
in interface TextParent
null
; will not return ""
public void appendText(String someText)
TextParent
someText
to
this element.
appendText
in interface TextParent
someText
- 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 |