atEnd method

bool atEnd()

Returns true if all subtags have been parsed.

Implementation

bool atEnd() {
  return _currentIndex >= _subtags.length;
}