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

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java413 m_stylesheetLocatorStack.push(new SAXSourceLocator(locator));
1240 if (!m_stylesheetLocatorStack.isEmpty())
1241 m_stylesheetLocatorStack.pop();
1438 private Stack m_stylesheetLocatorStack = new Stack(); field in class:StylesheetHandler
1448 if (m_stylesheetLocatorStack.isEmpty())
1456 // m_stylesheetLocatorStack.push(locator);
1459 return ((SAXSourceLocator) m_stylesheetLocatorStack.peek());

Completed in 63 milliseconds