You are here

public function RecursiveDOMIterator::next in Translation Management Tool 7

Moves the current position to the next element.

File

translators/file/tmgmt_file.recursive_iterator.inc, line 79
Contains RecursiveDOMIterator.

Class

RecursiveDOMIterator
Class used to iterate through DOMDocument.

Code

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