Lines Matching refs:currentElement
1019 var $currentElement = null; variable in XMLSchema
1291 $this->xdebug('processing unnamed complexType for element '.$this->currentElement);
1292 $this->currentComplexType = $this->currentElement . '_ContainedType';
1312 array_push($this->elementStack, $this->currentElement);
1338 $this->currentElement = $attrs['name'];
1344 $this->currentElement = "ref to ".$attrs['ref'];
1348 $this->currentElement = $attrs['name'];
1422 $this->xdebug('processing unnamed simpleType for element '.$this->currentElement);
1423 $this->currentSimpleType = $this->currentElement . '_ContainedType';
1464 …$this->xdebug('done processing element ' . ($this->currentElement ? $this->currentElement : '(unkn…
1465 $this->currentElement = array_pop($this->elementStack);