Package wt.util.xml.xslt
Interface URLXMLSource
- All Superinterfaces:
XMLSource
Provide access to XML data at a particular URL. Use
Supported API: true
Extendable: false
XMLSourceFactory.newURLSource(...)
for creating new instances from URLs.
Supported API: true
Extendable: false
-
Method Summary
Methods inherited from interface wt.util.xml.xslt.XMLSource
getBaseURI
-
Method Details
-
getURL
URL getURL()The URL from which the XML data can be loaded.
Supported API: true- Returns:
- URL
-