Interface URLXMLSource

All Superinterfaces:
XMLSource

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:
  • Method Summary

    Modifier and Type
    Method
    Description
    The URL from which the XML data can be loaded.

    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