|
||||||||||
| 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.XDSPublisherOptionsElement
A <publisher-options> element.
XDSInitParamsElement.extractPublisherOptionsElement()| Method Summary | |
List |
extractInstanceElements()
Returns this element's child <instance> elements. |
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, 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 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 violatedpublic List extractInstanceElements()
OptionsParent<instance> elements.
extractInstanceElements in interface OptionsParentCollections.EMPTY_LIST or a list of
XDSInstanceElement objects; will not return
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||