wt.query.qml
Class DomProcessor.DOMXMLSourceWrapper
java.lang.Object
wt.query.qml.DomProcessor.DOMXMLSourceWrapper
- All Implemented Interfaces:
- DOMXMLSource, XMLSource
- Enclosing class:
- DomProcessor
- class DomProcessor.DOMXMLSourceWrapper
- extends Object
- implements DOMXMLSource
Method Summary |
String |
getBaseURI()
The URI describing the location of the XML data, up to, but not including
the file part of the URI. |
Node |
getNode()
The top-most node in the XML data source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DomProcessor.DOMXMLSourceWrapper
DomProcessor.DOMXMLSourceWrapper()
getNode
public Node getNode()
- Description copied from interface:
DOMXMLSource
- The top-most node in the XML data source.
Supported API: true
- Specified by:
getNode
in interface DOMXMLSource
- Returns:
- Node
getBaseURI
public String getBaseURI()
- Description copied from interface:
XMLSource
- The URI describing the location of the XML data, up to, but not including
the file part of the URI. For example, the base URI for data sourced
at
http://www.acme.com/documents/Document1.xml
would
be http://www.acme.com/documents
.
Supported API: true
- Specified by:
getBaseURI
in interface XMLSource
- Returns:
- String