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

All Superinterfaces:
WriteableDocument, XDSDocument
All Known Subinterfaces:
StatusStateDocument
All Known Implementing Classes:
XDSCommandDocument, XDSCommandResultDocument, XDSResultDocument

public interface StateDocument
extends WriteableDocument

Any XDS document that can hold driver state information.


Method Summary
 XDSInitParamsElement appendInitParamsElement()
          Appends an empty, child <init-params> element to this document's <input> or <output> element.
 
Methods inherited from interface com.novell.nds.dirxml.driver.xds.WriteableDocument
appendSourceElement, empty, toXML, validate
 
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSDocument
domDocument, domIOElement, domNDSElement, isEmpty
 

Method Detail

appendInitParamsElement

public XDSInitParamsElement appendInitParamsElement()
Appends an empty, child <init-params> element to this document's <input> or <output> element. When called more than once, no action is taken and the same <init-params> element is returned.

Invocation Context:
WRITE

Returns:
will not return null