wt.util.xml.xslt
Interface DOMXMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform
All Known Implementing Classes:
AbstractQueryItem.DOMXMLSourceWrapper, AbstractXSLTransform, DomProcessor.DOMXMLSourceWrapper, DOMXMLSourceImpl, SerialXSLTransformer, SeriesProcessor.DOMXMLSourceWrapper

public interface DOMXMLSource
extends XMLSource

Provide access to XML source data in DOM format. Use XMLSourceFactory.newDOMSource(...) for creating new instances from DOM documents, nodelists or fragments.

Supported API: true

Extendable: false

See Also:
XMLSourceFactory.newDOMSource(org.w3c.dom.Node)

Method Summary
 Node getNode()
          The top-most node in the XML data source.
 
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
 

Method Detail

getNode

public Node getNode()
             throws SAXException
The top-most node in the XML data source.

Supported API: true

Returns:
Node
Throws:
SAXException