Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParserEvent

Hierarchy

  • ParserEvent

Implements

Implemented by

Index

Constructors

constructor

  • new ParserEvent(eventType: string, position: Position, prefix?: string, namespace?: string, elementName?: string, attributes?: Object, data?: string): ParserEvent
  • Parameters

    • eventType: string
    • position: Position
    • Optional prefix: string
    • Optional namespace: string
    • Optional elementName: string
    • Optional attributes: Object
    • Optional data: string

    Returns ParserEvent

Properties

Private _attributes

_attributes: Object

Private _data

_data: string

Private _elementName

_elementName: string

Private _eventType

_eventType: string

Private _namespace

_namespace: string

Private _position

_position: Position

Private _prefix

_prefix: string

Accessors

attributes

  • get (): Object

data

  • get (): string

elementName

  • get (): string

eventType

  • get (): string

namespace

  • get (): string

position

  • get (): Position

prefix

  • get (): string

Methods

toString

  • toString(): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method