Uses of Interface
wt.util.xml.xslt.URLXMLSource

Packages that use URLXMLSource
wt.util.xml.xslt   
 

Uses of URLXMLSource in wt.util.xml.xslt
 

Classes in wt.util.xml.xslt that implement URLXMLSource
(package private)  class URLXMLSourceImpl
          Minimalistic implementation of URLXMLSource
 

Methods in wt.util.xml.xslt that return URLXMLSource
 URLXMLSource XMLSourceFactory.newURLSource(URL url)
          Create a new URLXMLSource for the provided URL.
 URLXMLSource XMLSourceFactory.newURLSource(URL url, String baseURI)
          Create a new URLXMLSource for the provided URL and base URI.
 URLXMLSource XMLSourceFactory.newURLSource(File file)
          Create a new URLXMLSource for the provided File.
 URLXMLSource XMLSourceFactory.newURLSource(URL url)
          Create a new URLXMLSource for the provided URL.
 URLXMLSource XMLSourceFactory.newURLSource(URL url, String baseURI)
          Create a new URLXMLSource for the provided URL and base URI.
 URLXMLSource XMLSourceFactory.newURLSource(File file)
          Create a new URLXMLSource for the provided File.
 URLXMLSource XMLSourceFactory.newURLSource(URL url)
          Create a new URLXMLSource for the provided URL.
 URLXMLSource XMLSourceFactory.newURLSource(URL url, String baseURI)
          Create a new URLXMLSource for the provided URL and base URI.
 URLXMLSource XMLSourceFactory.newURLSource(File file)
          Create a new URLXMLSource for the provided File.