Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md9 * [adoptAttributes](#adoptattributes)
48 ### adoptAttributes subsection
50 ▸ **adoptAttributes**(recipient: *Element*, attrs: *Attribute[]*): `void`
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js133 exports.adoptAttributes = function(recipient, attrs) { function
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js251 exports.adoptAttributes = function(recipient, attrs) { function
/third_party/parse5/packages/parse5/lib/parser/
Dindex.js1415 p.treeAdapter.adoptAttributes(p.openElements.items[0], token.attrs);
1424 p.treeAdapter.adoptAttributes(bodyElement, token.attrs);