Searched refs:nodeStack (Results 1 – 4 of 4) sorted by relevance
32 $this->nodeStack = array();88 $rnode = array_pop($this->nodeStack);103 array_push($this->nodeStack, $node);109 $node = array_pop($this->nodeStack);119 $lastnode = count($this->nodeStack);120 array_push($this->nodeStack[$lastnode - 1]["_ELEMENTS"], $node);127 $lastnode = count($this->nodeStack);128 $this->nodeStack[$lastnode - 1]["_DATA"] .= $data;
322 var nodeStack = [];353 nodeStack.push(current.node);355 var i = nodeStack.length;358 var node = nodeStack[i];361 nodeStack.splice(i, 1);362 while (i < nodeStack.length) {363 result += open(nodeStack[i]);
8663 nodeStack = [],9105 if (nodeStack.length) {9125 if (nodeStack.length) {9257 if (!nodeStack.length) {9262 x = elementName = nodeStack.pop();9317 nodeStack.push(elementName);
818 …nodeStack=[]}get current(){var e;return(e=this.nodeStack[this.nodeStack.length-1])!==null&&e!==voi… property