Preview 2.0 is now in Public Beta!
Read the Announcement
ParserEvent
interface ParserEvent {
  attributes: Object;
  data: string;
  elementName: string;
  eventType: string;
  namespace: string;
  position: Position;
  prefix: string;
  toString(): string;
}

Summary

Properties

attributes

attributes?: Object

data

elementName

elementName?: string

eventType

eventType: string

namespace

namespace?: string

position

position: Position

prefix

prefix?: string

Methods

toString

toString(): string
Returns string