Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php31 var $elementStack = array(); variable in nusoap_xmlschema
343 array_push($this->elementStack, $this->currentElement);
495 $this->currentElement = array_pop($this->elementStack);
H A Dnusoap.php1099 var $elementStack = array(); variable in nusoap_xmlschema
1411 array_push($this->elementStack, $this->currentElement);
1563 $this->currentElement = array_pop($this->elementStack);
/plugin/googlesearch/
H A Dnusoap.php1018 var $elementStack = array(); variable in XMLSchema
1312 array_push($this->elementStack, $this->currentElement);
1465 $this->currentElement = array_pop($this->elementStack);