Home
last modified time | relevance | path

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

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