Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/extensions/location-info/
Dparser-mixin.js58 this.treeAdapter.updateNodeSourceCodeLocation(element, endLoc);
214 … this.treeAdapter.updateNodeSourceCodeLocation(textNode, { endLine, endCol, endOffset });
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md41 * [updateNodeSourceCodeLocation](#updatenodesourcecodelocation)
594 ### updateNodeSourceCodeLocation subsection
596 ▸ **updateNodeSourceCodeLocation**(node: *Node*, endLocation: *[EndLocation](../source-code-locatio…
/third_party/parse5/packages/parse5/lib/tree-adapters/
Ddefault.js219 exports.updateNodeSourceCodeLocation = function(node, endLocation) { function
/third_party/parse5/packages/parse5/test/
Dlocation-info-parser.test.js151 updateNodeSourceCodeLocation(node, endLocation) { method
/third_party/parse5/packages/parse5-htmlparser2-tree-adapter/lib/
Dindex.js346 exports.updateNodeSourceCodeLocation = function(node, endLocation) { function
/third_party/parse5/docs/
Dversion-history.md9 * Added (**breaking**): Tree adapter interface now has `updateNodeSourceCodeLocation` method which