Searched refs:m_saxLocations (Results 1 – 1 of 1) sorted by relevance
323 m_saxLocations.push(null); in XPathContext()379 m_saxLocations.removeAllElements(); in reset()392 m_saxLocations.push(null); in reset()396 ObjectStack m_saxLocations = new ObjectStack(RECURSIONLIMIT); field in XPathContext405 m_saxLocations.setTop(location); in setSAXLocator()415 m_saxLocations.push(location); in pushSAXLocator()425 m_saxLocations.push(null); in pushSAXLocatorNull()434 m_saxLocations.pop(); in popSAXLocator()444 return (SourceLocator) m_saxLocations.peek(); in getSAXLocator()