UNPKG

ojp-sdk

Version:

OJP (Open Journey Planner) Javascript SDK

12 lines (11 loc) 455 B
import { BaseParser } from "../base-parser"; import { LIR_Callback as ParserCallback } from "../types/location-information-request.type"; export declare class LocationInformationParser extends BaseParser { private locations; callback: ParserCallback | null; constructor(); parseXML(responseXMLText: string): void; protected onCloseTag(nodeName: string): void; protected onError(saxError: any): void; protected onEnd(): void; }