setParentTagType method

void setParentTagType(
  1. TagType type
)

Implementation

void setParentTagType(TagType type) {
  _parentTagType = type;
}