wt.util.xml.xslt
Interface XMLSource

All Known Subinterfaces:
DOMXMLSource, ReaderXMLSource, SAX2XMLSource, SAXXMLSource, StreamXMLSource, URLXMLSource, XSLTransform
All Known Implementing Classes:
AbstractQueryItem.DOMXMLSourceWrapper, AbstractXSLTransform, AuxDataSAXSource, BOMReportSAXSource, CompositeSAXSource, ConsolidatedBOMSAXSource, DomProcessor.DOMXMLSourceWrapper, DOMXMLSourceImpl, MetaDataSAXSource, MultiBOMDiffSAXSource, ParameterDataSAXSource, ReaderXMLSourceImpl, SAX2SAXWrapper, SAXSAX2Wrapper, SerialXSLTransformer, SeriesProcessor.DOMXMLSourceWrapper, StreamXMLSourceImpl, TableModelSAXSource, URLXMLSourceImpl, XMLSourceImpl

public interface XMLSource

Abstract source of XML data.

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.
 

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

Returns:
String