Package wt.util.xml.xslt
Interface DOMXMLSource
- All Superinterfaces:
XMLSource
- All Known Subinterfaces:
XSLTransform
Provide access to XML source data in DOM format. Use
Supported API: true
Extendable: false
XMLSourceFactory.newDOMSource(...)
for creating new instances from DOM documents, nodelists or fragments.
Supported API: true
Extendable: false
-
Method Summary
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
-
Method Details
-
getNode
The top-most node in the XML data source.
Supported API: true- Returns:
- Node
- Throws:
SAXException
-