Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServerParser

A parser for interpreting the XML server list data.

Hierarchy

  • ServerParser

Index

Methods

Methods

Static parse

  • parse(xml: string): Server[]
  • Parses the xml into an array of Servers. If no servers are found then an empty array will be returned.

    Parameters

    • xml: string

      The xml to parse.

    Returns Server[]

Generated using TypeDoc