|
||||||||||
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.XDSAuthenticationInfoElement
An <authentication-info>
element.
XDSInitParamsElement.extractAuthenticationInfoElement()
Method Summary | |
List |
childElements()
Returns this element's child elements. |
XDSPasswordElement |
extractPasswordElement()
Returns this element's child <password> element. |
String |
extractPasswordText()
Returns the concatenated child text nodes from this element's child <password> element. |
XDSServerElement |
extractServerElement()
Returns this element's child <server> element. |
String |
extractServerText()
Returns the concatenated child text nodes from this element's child <server> element. |
XDSUserElement |
extractUserElement()
Returns this element's child <user> element. |
String |
extractUserText()
Returns the concatenated child text nodes from this element's child <user> element. |
ParamElement |
paramElement(String tagName)
Returns this element's child parameter element with a tag name equal to tagName . |
void |
parameters(Map params)
Extracts parameter values from this element's child elements. |
String |
paramText(String tagName)
Returns the concatenated child text nodes from this element's child parameter element with a tag name equal to tagName . |
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, 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, domDocument, domElement, localName, namespaceName, position, tagName |
Method Detail |
public XDSServerElement extractServerElement()
<server>
element.
null
public String extractServerText()
<server>
element.
null
; will not return ""
public XDSUserElement extractUserElement()
<user>
element.
null
public String extractUserText()
<user>
element.
null
; will not return ""
public XDSPasswordElement extractPasswordElement()
<password>
element.
null
public String extractPasswordText()
<password>
element.
null
; will not return ""
public List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
Collections.EMPTY_LIST
or a list of
XDSServerElement
, XDSUserElement
,
XDSPasswordElement
, and NonXDSElement
objects; will not return null
public ParamElement paramElement(String tagName) throws XDSParameterException
ParamParent
tagName
.
paramElement
in interface ParamParent
tagName
- may be null
null
XDSParameterException
- if parameter tag names are not uniquepublic String paramText(String tagName) throws XDSParameterException
ParamParent
tagName
.
paramText
in interface ParamParent
tagName
- may be null
null
; will not return ""
XDSParameterException
- if parameter tag names are not uniquepublic void parameters(Map params) throws XDSParameterException
ParamParent
parameters
in interface ParamParent
params
- the map of Parameter
s to extract; must not be
null
XDSParameterException
- if parameter tag names are not unique
or if a parameter constraint is violated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |