MCPcopy Index your code
hub / github.com/ampproject/amphtml / setDocLocator

Method setDocLocator

validator/js/engine/htmlparser-interface.js:490–490  ·  view source on GitHub ↗

* Called prior to parsing a document, that is, before `startTag`. * @param {!DocLocator} locator A locator instance which * provides access to the line/column information while SAX events * are being received by the handler.

(locator)

Source from the content-addressed store, hash-verified

488 * are being received by the handler.
489 */
490 setDocLocator(locator) {}
491};
492exports.HtmlSaxHandlerWithLocation = HtmlSaxHandlerWithLocation;

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected