Skip to main content
Module

x/entsoe_api_client/deps.ts>XMLParser

ENTSO-e transparency platform API Client built for Deno. Complete. Easy to use. Minimal.
Go to Latest
class XMLParser
import { XMLParser } from "https://deno.land/x/entsoe_api_client@0.9.4/deps.ts";

Constructors

new
XMLParser(options?: X2jOptionsOptional)

Methods

addEntity(entityIndentifier: string, entityValue: string): void

Add Entity which is not by default supported by this library

parse(xmlData: string | Buffer, validationOptions?: validationOptionsOptional | boolean): any