wt.util.xml.xslt
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:
XMLSourceFactory.newDOMSource(org.w3c.dom.Node)
|
Method Summary |
Node |
getNode()
The top-most node in the XML data source. |
getNode
Node getNode()
throws SAXException
- The top-most node in the XML data source.
Supported API: true
- Returns:
- Node
- Throws:
SAXException