wt.util.xml.xslt
Class XMLSourceImpl

java.lang.Object
  extended bywt.util.xml.xslt.XMLSourceImpl
All Implemented Interfaces:
XMLSource
Direct Known Subclasses:
DOMXMLSourceImpl, ReaderXMLSourceImpl, StreamXMLSourceImpl, URLXMLSourceImpl

class XMLSourceImpl
extends Object
implements XMLSource

Minimalistic implementation of XMLSource


Field Summary
private  String baseURI
           
 
Constructor Summary
(package private) XMLSourceImpl(String baseURI)
           
 
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
 

Field Detail

baseURI

private String baseURI
Constructor Detail

XMLSourceImpl

XMLSourceImpl(String baseURI)
Method Detail

getBaseURI

public String getBaseURI()
Description copied from interface: XMLSource
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