Exemplo n.º 1
0
 public function __construct(XMLReader $reader, $tag_name = '*')
 {
     parent::__construct($reader);
     $this->tag_name = $tag_name;
 }
Exemplo n.º 2
0
Arquivo: Node.php Projeto: techart/tao
 public function __construct(XMLReader $reader)
 {
     parent::__construct($reader);
     $this->stop_depth = $this->reader->depth;
 }