Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts369 const documentChildren = this.treeAdapter.getChildNodes(this.document); constant
370 … const docTypeNode = documentChildren.find((node) => this.treeAdapter.isDocumentTypeNode(node));