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
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
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