wt.util.xml.xslt
Interface URLXMLSource

All Superinterfaces:
XMLSource
All Known Implementing Classes:
URLXMLSourceImpl

public interface URLXMLSource
extends XMLSource

Provide access to XML data at a particular URL. Use XMLSourceFactory.newURLSource(...) for creating new instances from URLs.

Supported API: true

Extendable: false

See Also:
XMLSourceFactory.newURLSource(java.net.URL)

Method Summary
 URL getURL()
          The URL from which the XML data can be loaded.
 
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
 

Method Detail

getURL

public URL getURL()
The URL from which the XML data can be loaded.

Supported API: true

Returns:
URL