You are here

public function RecursiveDOMIterator::next in Translation Management Tool 8

Moves the current position to the next element.

File

translators/tmgmt_file/src/RecursiveDOMIterator.php, line 77

Class

RecursiveDOMIterator
Class used to iterate through DOMDocument.

Namespace

Drupal\tmgmt_file

Code

public function next() {
  $this->position++;
}