Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java58 private Stack<Location> m_locations = new Stack<>(); field in TestNGContentHandler
257 if (m_locations.peek() == Location.TEST) { in xmlScript()
388 switch(m_locations.peek()) { in xmlPackages()
413 switch(m_locations.peek()) { in xmlMethodSelectors()
594 switch(m_locations.peek()) { in startElement()
625 m_locations.push(Location.INCLUDE); in xmlInclude()
662 m_locations.push(Location.EXCLUDE); in xmlExclude()
679 m_locations.push(l); in pushLocation()
683 return m_locations.pop(); in popLocation()