wt.query.template
Class ResultProcessorResultSAXSource
java.lang.Object
wt.query.template.ResultProcessorResultSAXSource
- All Implemented Interfaces:
- wt.util.xml.xslt.SAXXMLSource, XMLSource
public class ResultProcessorResultSAXSource
- extends Object
- implements wt.util.xml.xslt.SAXXMLSource
Supported API: true
Extendable: false
|
Method Summary |
String |
getBaseURI()
The URI describing the location of the XML data, up to, but not including
the file part of the URI. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBaseURI
public String getBaseURI()
- 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