|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.DocumentImpl
Superclass implementation of all XDS documents.
Method Summary | |
Document |
domDocument()
Returns a reference for this element's DOM document. |
Element |
domIOElement()
Returns a DOM reference for this document's <input>
or <output> element. |
Element |
domNDSElement()
Returns a DOM reference for this document's <nds>
element. |
boolean |
isEmpty()
Indicates whether this document's <input> or
<output> element contains any child nodes. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Document domDocument()
XDSDocument
domDocument
in interface XDSDocument
null
public boolean isEmpty()
XDSDocument
<input>
or
<output>
element contains any child nodes.
isEmpty
in interface XDSDocument
true
:<input>
or <output>
contains child elementsfalse
:<input>
or
<output>
does not contain child
elementspublic Element domNDSElement()
XDSDocument
<nds>
element.
domNDSElement
in interface XDSDocument
null
public Element domIOElement()
XDSDocument
<input>
or <output>
element.
domIOElement
in interface XDSDocument
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |