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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java339 m_saxLocations.push(null);
369 m_saxLocations.removeAllElements();
382 m_saxLocations.push(null);
386 ObjectStack m_saxLocations = new ObjectStack(RECURSIONLIMIT); field in class:XPathContext
395 m_saxLocations.setTop(location);
405 m_saxLocations.push(location);
415 m_saxLocations.push(null);
424 m_saxLocations.pop();
434 return (SourceLocator) m_saxLocations.peek();

Completed in 31 milliseconds