Home | History | Annotate | Download | only in xpath

Lines Matching refs:locator

119           String base, String urlString, SourceLocator locator)
230 * @param locator The location of the caller, for diagnostic purposes.
238 String base, String urlString, SourceLocator locator, XPathContext xctxt)
245 Source source = this.resolveURI(base, urlString, locator);
248 return getSourceTree(source, locator, xctxt);
252 throw new TransformerException(ioe.getMessage(), locator, ioe);
257 throw new TransformerException(te.getMessage(), locator, te);
265 * @param locator The location of the caller, for diagnostic purposes.
272 public int getSourceTree(Source source, SourceLocator locator, XPathContext xctxt)
281 n = parseToNode(source, locator, xctxt);
293 * @param locator The location of the caller, for diagnostic purposes.
300 public int parseToNode(Source source, SourceLocator locator, XPathContext xctxt)
322 throw new TransformerException(e.getMessage(), locator, e);
337 * @param locator The location of the original caller, for diagnostic purposes.
341 public static XMLReader getXMLReader(Source inputSource, SourceLocator locator)
387 throw new TransformerException(se.getMessage(), locator, se);