Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/test/
Dlocation-info-parser.test.js27 const firstPLocation = treeAdapter.getNodeSourceCodeLocation(firstP);
42 const location = treeAdapter.getNodeSourceCodeLocation(firstChild);
58 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild));
85 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild).attrs['test-attr']);
106 const scriptLocation = treeAdapter.getNodeSourceCodeLocation(scriptEl);
122 const location = treeAdapter.getNodeSourceCodeLocation(p);
/third_party/parse5/packages/parse5-parser-stream/test/
Dlocation-info.test.js25 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(htmlEl), null);
26 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(headEl), null);
27 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(bodyEl), null);
/third_party/parse5/packages/parse5/lib/extensions/location-info/
Dparser-mixin.js36 const loc = this.treeAdapter.getNodeSourceCodeLocation(element);
210 const tnLoc = this.treeAdapter.getNodeSourceCodeLocation(textNode);
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md25 * [getNodeSourceCodeLocation](#getnodesourcecodelocation)
312 ### getNodeSourceCodeLocation subsection
314 ▸ **getNodeSourceCodeLocation**(node: *Node*): [Location](../source-code-location/location.md) | [E…
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.js115 const location = treeAdapter.getNodeSourceCodeLocation(node);
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js215 exports.getNodeSourceCodeLocation = function(node) { function
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js342 exports.getNodeSourceCodeLocation = function(node) { function
/third_party/parse5/docs/
Dversion-history.md33 [getNodeSourceCodeLocation](https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/tre…