Example #1
0
 private function moveToNextElement()
 {
     while ($this->xmlReader->next() !== false) {
         if ($this->cursorHasElement()) {
             break;
         }
     }
 }
Example #2
0
 /**
  * @return bool
  */
 public function reopen()
 {
     return parent::open($this->openUri, $this->openEncoding, $this->openOptions);
 }