|
||||||||||
| 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()
CommandElementevent-id attribute.
getEventID in interface CommandElementnull; will not return ""public String getSrcDN()
CommandElementsrc-dn attribute.
getSrcDN in interface CommandElementnull; will not return ""public String getQualifiedSrcDN()
CommandElementsrc-dn attribute.
getQualifiedSrcDN in interface CommandElementnull; will not return ""public String getSrcEntryID()
CommandElementsrc-entry-id attribute.
getSrcEntryID in interface CommandElementnull; will not return ""public String getClassName()
CommandElementclass-name attribute.
getClassName in interface CommandElementnull; will not return ""public void setEventID(String someID)
CommandElementevent-id attribute to
someID.
setEventID in interface CommandElementsomeID - if null or "", no action is
takenpublic String extractText()
TextParent
extractText in interface TextParentnull; will not return ""public void appendText(String someText)
TextParentsomeText to
this element.
appendText in interface TextParentsomeText - the text being appended; if null or
"", no action is takenpublic String getDisplayName()
ParamElement
getDisplayName in interface ParamElementnull; will not return "" (empty string)public boolean isContentSensitive()
isContentSensitive in interface ParamElementpublic boolean isPasswordRef()
isPasswordRef in interface ParamElementpublic boolean hasContent()
ParamElement
hasContent in interface ParamElementtrue if it does; false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||