NativeScript
Open main menu
Docs
@nativescript/core
Open NativeScript GitHub
Close menu
Docs
@nativescript/core
Search Anything
Preparing search index...
The search index is not available
NativeScript
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
@nativescript/core
ParserEvent
Class ParserEvent
Modules
Parser
Event
constructor
_attributes
_data
_element
Name
_event
Type
_namespace
_position
_prefix
attributes
data
element
Name
event
Type
namespace
position
prefix
to
String
Hierarchy
ParserEvent
Implements
ParserEvent
Implemented by
ParserEvent
Index
Constructors
constructor
Properties
_attributes
_data
_element
Name
_event
Type
_namespace
_position
_prefix
Accessors
attributes
data
element
Name
event
Type
namespace
position
prefix
Methods
to
String
Constructors
constructor
new
Parser
Event
(
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
_element
Name
_element
Name
:
string
Private
_event
Type
_event
Type
:
string
Private
_namespace
_namespace
:
string
Private
_position
_position
:
Position
Private
_prefix
_prefix
:
string
Accessors
attributes
get
(
)
:
Object
Returns
Object
data
get
(
)
:
string
Returns
string
element
Name
get
(
)
:
string
Returns
string
event
Type
get
(
)
:
string
Returns
string
namespace
get
(
)
:
string
Returns
string
position
get
(
)
:
Position
Returns
Position
prefix
get
(
)
:
string
Returns
string
Methods
to
String
to
String
(
)
:
string
Returns
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