Interface XMLSource

All Known Subinterfaces:
DOMXMLSource, ReaderXMLSource, SAX2XMLSource, wt.util.xml.xslt.SAXXMLSource, StreamXMLSource, URLXMLSource, XSLTransform
All Known Implementing Classes:
AuxDataSAXSource, CompositeSAXSource, MetaDataSAXSource, ParameterDataSAXSource, ResultProcessorResultSAXSource, TableModelSAXSource

public interface XMLSource
Abstract source of XML data.

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    The URI describing the location of the XML data, up to, but not including the file part of the URI.
  • Method Details

    • getBaseURI

      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
      Returns:
      String