Searched refs:setNodeSourceCodeLocation (Results 1 – 6 of 6) sorted by relevance
/third_party/parse5/packages/parse5/lib/extensions/location-info/ |
D | parser-mixin.js | 32 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/ |
D | interface.md | 39 * [setNodeSourceCodeLocation](#setnodesourcecodelocation) 559 ### setNodeSourceCodeLocation subsection 561 ▸ **setNodeSourceCodeLocation**(node: *Node*, location: *[Location](../source-code-location/locatio…
|
/third_party/parse5/packages/parse5/lib/tree-adapters/ |
D | default.js | 211 exports.setNodeSourceCodeLocation = function(node, location) { function
|
/third_party/parse5/packages/parse5/test/ |
D | location-info-parser.test.js | 133 setNodeSourceCodeLocation(node, location) { method
|
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/ |
D | index.js | 338 exports.setNodeSourceCodeLocation = function(node, location) { function
|
/third_party/parse5/docs/ |
D | version-history.md | 32 …er location info property name. Tree adapters should implement [setNodeSourceCodeLocation](https:/…
|