The list of attributes.
This array-like object and IAttributeToken objects that it contains are pooled. They all are revoked after the handler callback finishes. Make a deep copy using IToken.clone to retain a token.
Object pooling is used to reduce memory consumption during parsing by avoiding excessive object allocation.
The index where the token ends.
The tag name after IParserOptions.renameTag was applied.
The index where the rawName ends or -1 if this tag doesn't actually present in the source.
The index where the rawName starts or -1 if this tag doesn't actually present in the source.
The tag name as it was read from the source.
true
if tag is self-closing, false
otherwise.
The index where the token starts.
The type of the token.
Returns the deep clone of the token.
Generated using TypeDoc
The start tag token.