Home
last modified time | relevance | path

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

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java381 Stack<Integer> pathLengthStack = new Stack<Integer>(); in parseWith() local
397 pathLengthStack.push(path.length()); in parseWith()
447 final int length = pathLengthStack.pop(); in parseWith()