Lines Matching refs:currentSimpleType
1022 var $currentSimpleType = null; variable in XMLSchema
1361 if ($this->currentSimpleType) {
1362 $this->simpleTypes[$this->currentSimpleType]['enumeration'][] = $attrs['value'];
1389 if($this->currentSimpleType){
1390 $this->simpleTypes[$this->currentSimpleType]['type'] = $attrs['base'];
1414 array_push($this->simpleTypeStack, $this->currentSimpleType);
1417 $this->currentSimpleType = $attrs['name'];
1423 $this->currentSimpleType = $this->currentElement . '_ContainedType';
1425 $this->simpleTypes[$this->currentSimpleType] = $attrs;
1426 $this->simpleTypes[$this->currentSimpleType]['phpType'] = 'scalar';
1468 …$this->xdebug('done processing simpleType ' . ($this->currentSimpleType ? $this->currentSimpleType…
1469 $this->currentSimpleType = array_pop($this->simpleTypeStack);