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.java156 contextPos = 0; in reset()
157 contexts[contextPos] = currentContext = new Context(); in reset()
202 contexts [contextPos].declsOK = false; in pushContext()
203 contextPos++; in pushContext()
206 if (contextPos >= max) { in pushContext()
214 currentContext = contexts[contextPos]; in pushContext()
216 contexts[contextPos] = currentContext = new Context(); in pushContext()
220 if (contextPos > 0) { in pushContext()
221 currentContext.setParent(contexts[contextPos - 1]); in pushContext()
241 contexts[contextPos].clear(); in popContext()
[all …]