com.novell.nds.dirxml.driver.xds
Interface OptionsParent

All Superinterfaces:
ParamParent, XDSElement
All Known Implementing Classes:
XDSDriverOptionsElement, XDSPublisherOptionsElement, XDSSubscriberOptionsElement

public interface OptionsParent
extends XDSElement, ParamParent

A <driver-options>, <publisher-options>, or <subscriber-options> element.


Method Summary
 List extractInstanceElements()
          Returns this element's child <instance> elements.
 
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName
 
Methods inherited from interface com.novell.nds.dirxml.driver.xds.ParamParent
paramElement, parameters, paramText
 

Method Detail

extractInstanceElements

public List extractInstanceElements()
Returns this element's child <instance> elements.

Invocation Context:
READ

Returns:
Collections.EMPTY_LIST or a list of XDSInstanceElement objects; will not return null