Package wt.query.template
Class ParameterDataSAXSource
java.lang.Object
wt.query.template.ParameterDataSAXSource
- All Implemented Interfaces:
Serializable,wt.util.xml.xslt.SAXXMLSource,XMLSource
public class ParameterDataSAXSource
extends Object
implements wt.util.xml.xslt.SAXXMLSource, Serializable
Supported API: true
Extendable: false
- See Also:
-
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
-