|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Any XDS document that can be read from.
Method Summary | |
List |
childElements()
Returns the children of this document's <input> or
<output> element. |
XDSSourceElement |
extractSourceElement()
Returns this document's <source> element. |
DTDVersion |
getDTDVersion()
Returns the dtdversion attribute value from this document's
<nds> element. |
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSDocument |
domDocument, domIOElement, domNDSElement, isEmpty |
Method Detail |
public DTDVersion getDTDVersion()
dtdversion
attribute value from this document's
<nds>
element.
null
; if absent, this method
returns DTDVersion.UNKNOWN
public XDSSourceElement extractSourceElement()
<source>
element.
null
public List childElements()
<input>
or
<output>
element.
Collections.EMPTY_LIST
or a list of
XDSElement
objects; will not return
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |