Searched refs:nodeStack (Results 1 – 1 of 1) sorted by relevance
401 LinkedList<TtmlNode> nodeStack = new LinkedList<TtmlNode>(); in parseTtml() local406 TtmlNode parent = nodeStack.peekLast(); in parseTtml()415 nodeStack.addLast(node); in parseTtml()430 mListener.onTtmlNodeParsed(nodeStack.getLast()); in parseTtml()432 mListener.onRootNodeParsed(nodeStack.getLast()); in parseTtml()434 nodeStack.removeLast(); in parseTtml()