Package wt.util.xml.xslt
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
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
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 athttp://www.acme.com/documents/Document1.xmlwould behttp://www.acme.com/documents.
Supported API: true- Returns:
- String
-