|
||||||||||
| 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.
nullpublic String extractServerText()
<server> element.
null; will not return ""public XDSUserElement extractUserElement()
<user> element.
nullpublic String extractUserText()
<user> element.
null; will not return ""public XDSPasswordElement extractPasswordElement()
<password> element.
nullpublic String extractPasswordText()
<password> element.
null; will not return ""public List childElements()
childElements in interface XDSElementchildElements in class ElementImplCollections.EMPTY_LIST or a list of
XDSServerElement, XDSUserElement,
XDSPasswordElement, and NonXDSElement
objects; will not return null
public ParamElement paramElement(String tagName)
throws XDSParameterException
ParamParenttagName.
paramElement in interface ParamParenttagName - may be null
null
XDSParameterException - if parameter tag names are not unique
public String paramText(String tagName)
throws XDSParameterException
ParamParenttagName.
paramText in interface ParamParenttagName - may be null
null; will not return ""
XDSParameterException - if parameter tag names are not unique
public void parameters(Map params)
throws XDSParameterException
ParamParent
parameters in interface ParamParentparams - the map of Parameters 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 | |||||||||