The goog.dom.TagWalkType Enum

goog.dom.TagWalkType

There are three types of token:

  1. {@code START_TAG} - The beginning of a tag.
  2. {@code OTHER} - Any non-element node position.
  3. {@code END_TAG} - The end of a tag.
Users of this enumeration can rely on {@code START_TAG + END_TAG = 0} and that {@code OTHER = 0}.
@enum
{number}

.END_TAG

.OTHER

.START_TAG