Searched refs:openElements (Results 1 – 3 of 3) sorted by relevance
/third_party/parse5/packages/parse5/lib/parser/ |
D | index.ts | 156 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/ |
D | asciidoctor-chunker.js | 4 …openElements,o,{onItemPop:function(t){e._setEndLocation(t,e.currentToken)}})},_runParsingLoop(n){t…
|
/third_party/parse5/packages/parse5-plain-text-conversion-stream/lib/ |
D | index.ts | 34 this.parser.openElements.pop(); 37 this.parser.treeAdapter.insertText(this.parser.openElements.current, '\n');
|