Returns true if the immediate parent element is of the given tagname.
string $tagName:
bool
protected function isParent($tagName) { return $this->current->tagName === $tagName; }