Last updated

API / geotoolkit / report / dom / IParser / IParser

Class: IParser

dom.IParser.IParser

Define elements parser interface

Interface

Implemented by

Table of contents

Constructors
Methods

Contents

Constructors

new IParser()

new IParser()

Methods

parse

Abstract parse(doc?, registry?): Promise<Document>

Parse the given XML document

Parameters

Name Type Description
Optional docstring | DocumentThe document to parse
Optional registryIElementsRegistrydom element registry

Returns

Promise<Document>

promise