Searched refs:getSAXLocator (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltDynamic.java126 XPath dynamicXPath = new XPath(expr, xctxt.getSAXLocator(),
207 XPath dynamicXPath = new XPath(expr, xctxt.getSAXLocator(),
287 XPath dynamicXPath = new XPath(expr, xctxt.getSAXLocator(),
393 XPath dynamicXPath = new XPath(expr, xctxt.getSAXLocator(),
473 XPath dynamicXPath = new XPath(xpathExpr, xctxt.getSAXLocator(),
564 XPath dynamicXPath = new XPath(expr, xctxt.getSAXLocator(),
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DVariableStack.java285 xctxt.getSAXLocator());
286 // "Variable accessed before it is bound!", xctxt.getSAXLocator());
342 xctxt.getSAXLocator());
343 // "Variable accessed before it is bound!", xctxt.getSAXLocator());
H A DXPath.java537 ehandler.warning(new TransformerException(fmsg, (SAXSourceLocator)xctxt.getSAXLocator()));
589 (SAXSourceLocator)xctxt.getSAXLocator()));
593 SourceLocator slocator = xctxt.getSAXLocator();
H A DExpression.java401 eh.warning(new TransformerException(fmsg, xctxt.getSAXLocator()));
H A DXPathContext.java432 public SourceLocator getSAXLocator() method in class:XPathContext
646 new Object[]{ msg }), (SAXSourceLocator)this.getSAXLocator()));

Completed in 39 milliseconds