Searched refs:nodeStack (Results 1 – 1 of 1) sorted by relevance
400 LinkedList<TtmlNode> nodeStack = new LinkedList<TtmlNode>(); in parseTtml() local405 TtmlNode parent = nodeStack.peekLast(); in parseTtml()414 nodeStack.addLast(node); in parseTtml()429 mListener.onTtmlNodeParsed(nodeStack.getLast()); in parseTtml()431 mListener.onRootNodeParsed(nodeStack.getLast()); in parseTtml()433 nodeStack.removeLast(); in parseTtml()