Package wt.query.template
Class ResultProcessorResultSAXSource
java.lang.Object
wt.query.template.ResultProcessorResultSAXSource
- All Implemented Interfaces:
wt.util.xml.xslt.SAXXMLSource,XMLSource
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionThe URI describing the location of the XML data, up to, but not including the file part of the URI.
-
Method Details
-
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 athttp://www.acme.com/documents/Document1.xmlwould behttp://www.acme.com/documents.
Supported API: true- Specified by:
getBaseURIin interfaceXMLSource- Returns:
- String
-