* 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)
| 488 | * are being received by the handler. |
| 489 | */ |
| 490 | setDocLocator(locator) {} |
| 491 | }; |
| 492 | exports.HtmlSaxHandlerWithLocation = HtmlSaxHandlerWithLocation; |