Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java154 contextPos = 0; in reset()
155 contexts[contextPos] = currentContext = new Context(); in reset()
200 contexts [contextPos].declsOK = false; in pushContext()
201 contextPos++; in pushContext()
204 if (contextPos >= max) { in pushContext()
212 currentContext = contexts[contextPos]; in pushContext()
214 contexts[contextPos] = currentContext = new Context(); in pushContext()
218 if (contextPos > 0) { in pushContext()
219 currentContext.setParent(contexts[contextPos - 1]); in pushContext()
239 contexts[contextPos].clear(); in popContext()
[all …]