wt.query.template
Class CompositeSAXSource

java.lang.Object
  extended by wt.query.template.CompositeSAXSource
All Implemented Interfaces:
Serializable, wt.util.xml.xslt.SAXXMLSource, XMLSource

public class CompositeSAXSource
extends Object
implements wt.util.xml.xslt.SAXXMLSource, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

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
 

Method Detail

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