|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A <driver-options>,
<publisher-options>,
<subscriber-options>, <driver-state>,
<publisher-state>,
<subscriber-state>, or
<authentication-info> element.
| Method Summary | |
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 interface com.novell.nds.dirxml.driver.xds.XDSElement |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName |
| Method Detail |
public ParamElement paramElement(String tagName)
throws XDSParameterException
tagName.
tagName - may be null
null
XDSParameterException - if parameter tag names are not unique
public String paramText(String tagName)
throws XDSParameterException
tagName.
tagName - may be null
null; will not return ""
XDSParameterException - if parameter tag names are not unique
public void parameters(Map params)
throws XDSParameterException
params - 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 | |||||||||