Home | History | Annotate | Download | only in xpath

Lines Matching refs:urlString

110    * @param urlString Value from an xsl:import or xsl:include's href attribute,
119 String base, String urlString, SourceLocator locator)
127 source = m_uriResolver.resolve(urlString, base);
132 String uri = SystemIDResolver.getAbsoluteURI(urlString, base);
228 * @param base The base URI to use if the urlString is relative.
229 * @param urlString An absolute or relative URL string.
233 * base and urlString.
238 String base, String urlString, SourceLocator locator, XPathContext xctxt)
245 Source source = this.resolveURI(base, urlString, locator);
247 // System.out.println("getSourceTree - base: "+base+", urlString: "+urlString+", source: "+source.getSystemId());