Searched refs:m_stylesheetLocatorStack (Results 1 – 1 of 1) sorted by relevance
413 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 StylesheetHandler1448 if (m_stylesheetLocatorStack.isEmpty()) in getLocator()1459 return ((SAXSourceLocator) m_stylesheetLocatorStack.peek()); in getLocator()