Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.ts59 const elementAttrs = this.treeAdapter.getAttrList(element);
73 const neAttrs = this.treeAdapter.getAttrList(newElement);
Dindex.test.ts68 … assert.strictEqual(treeAdapters.htmlparser2.getAttrList(fragment.childNodes[0]).length, 1);
Dindex.ts584 const attrs = this.treeAdapter.getAttrList(element);
/third_party/parse5/test/utils/
Dserialize-to-dat-file-format.ts55 const serializedAttrs = treeAdapter.getAttrList(node).map((attr: Token.Attribute) => {
Dgenerate-location-info-parser-tests.ts163 assert.strictEqual(treeAdapter.getAttrList(node).length, 0);
/third_party/parse5/packages/parse5/lib/tree-adapters/
Dinterface.ts91 getAttrList(element: T['element']): Attribute[]; method
Ddefault.ts252 getAttrList(element: Element): Attribute[] {
/third_party/parse5/packages/parse5/lib/serializer/
Dindex.ts171 for (const attr of treeAdapter.getAttrList(node)) {
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.ts231 getAttrList(element: Element): Token.Attribute[] {
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4getAttrList=function(e){const t=[];for(const n in e.attribs)t.push({name:n,value:e.attribs[n],name… function