Home
last modified time | relevance | path

Searched refs:END_TAG (Results 1 – 4 of 4) sorted by relevance

/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts8 END_TAG, enumerator
72 readonly type: TokenType.START_TAG | TokenType.END_TAG;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_xml.js84 END_TAG: 3, property
/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts427 type: TokenType.END_TAG,
3179 token.type === TokenType.END_TAG && tagName === parse.nodeInfo.tn
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts494 closingToken.type === TokenType.END_TAG && tn === closingToken.tagName
566 case TokenType.END_TAG: {
1854 case TokenType.END_TAG: {