Interface DOMXMLSource

All Superinterfaces:
XMLSource
All Known Subinterfaces:
XSLTransform

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    The top-most node in the XML data source.

    Methods inherited from interface wt.util.xml.xslt.XMLSource

    getBaseURI
  • Method Details

    • getNode

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

      Supported API: true
      Returns:
      Node
      Throws:
      SAXException