Home
last modified time | relevance | path

Searched refs:openElements (Results 1 – 3 of 3) sorted by relevance

/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts156 this.openElements = new OpenElementStack(this.document, this.treeAdapter, this);
220 openElements: OpenElementStack<T>; property in Parser
259 if (isTop && this.openElements.stackTop > 0) this._setContextModes(node, tid);
267 this.treeAdapter.onItemPop?.(node, this.openElements.current);
273 if (this.openElements.stackTop === 0 && this.fragmentContext) {
277 ({ current, currentTagId } = this.openElements);
309 return this.openElements.stackTop === 0 && this.fragmentContext
311 : this.openElements.current;
391 const parent = this.openElements.currentTmplContentOrNode;
407 this.openElements.push(element, token.tagID);
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4openElements,o,{onItemPop:function(t){e._setEndLocation(t,e.currentToken)}})},_runParsingLoop(n){t…
/third_party/parse5/packages/parse5-plain-text-conversion-stream/lib/
Dindex.ts34 this.parser.openElements.pop();
37 this.parser.treeAdapter.insertText(this.parser.openElements.current, '\n');