Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/extensions/location-info/
Dparser-mixin.js32 this.treeAdapter.setNodeSourceCodeLocation(element, loc);
132 this.treeAdapter.setNodeSourceCodeLocation(node, token.location);
163 this.treeAdapter.setNodeSourceCodeLocation(tmplContent, null);
168 this.treeAdapter.setNodeSourceCodeLocation(this.openElements.current, null);
178 this.treeAdapter.setNodeSourceCodeLocation(commentNode, token.location);
216 this.treeAdapter.setNodeSourceCodeLocation(textNode, token.location);
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md39 * [setNodeSourceCodeLocation](#setnodesourcecodelocation)
559 ### setNodeSourceCodeLocation subsection
561 ▸ **setNodeSourceCodeLocation**(node: *Node*, location: *[Location](../source-code-location/locatio…
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js211 exports.setNodeSourceCodeLocation = function(node, location) { function
/third_party/parse5/packages/parse5/test/
Dlocation-info-parser.test.js133 setNodeSourceCodeLocation(node, location) { method
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js338 exports.setNodeSourceCodeLocation = function(node, location) { function
/third_party/parse5/docs/
Dversion-history.md32 …er location info property name. Tree adapters should implement [setNodeSourceCodeLocation](https:/…