|
||||||||||
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.NonXDSElement
An element not defined in the XDS DTD -- most likely a parameter, state, or custom command element.
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 |
getClassName()
Gets the value of this element's class-name attribute. |
String |
getDisplayName()
Returns the display-name attribute value. |
String |
getEventID()
Gets the value of this element's event-id attribute. |
String |
getQualifiedSrcDN()
Gets the value of this element's src-dn attribute. |
String |
getSrcDN()
Gets the value of this element's src-dn attribute. |
String |
getSrcEntryID()
Gets the value of this element's src-entry-id attribute. |
boolean |
hasContent()
Does this element the parent of child nodes? |
boolean |
isContentSensitive()
|
boolean |
isPasswordRef()
|
void |
setEventID(String someID)
Sets this element's event-id attribute to
someID . |
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 getEventID()
CommandElement
event-id
attribute.
getEventID
in interface CommandElement
null
; will not return ""
public String getSrcDN()
CommandElement
src-dn
attribute.
getSrcDN
in interface CommandElement
null
; will not return ""
public String getQualifiedSrcDN()
CommandElement
src-dn
attribute.
getQualifiedSrcDN
in interface CommandElement
null
; will not return ""
public String getSrcEntryID()
CommandElement
src-entry-id
attribute.
getSrcEntryID
in interface CommandElement
null
; will not return ""
public String getClassName()
CommandElement
class-name
attribute.
getClassName
in interface CommandElement
null
; will not return ""
public void setEventID(String someID)
CommandElement
event-id
attribute to
someID
.
setEventID
in interface CommandElement
someID
- if null
or ""
, no action is
takenpublic 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 takenpublic 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
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |