|
||||||||||
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
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 violatedpublic List extractInstanceElements()
OptionsParent
<instance>
elements.
extractInstanceElements
in interface OptionsParent
Collections.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 |