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
XmlParser
Class XmlParser
Modules
Xml
Parser
constructor
_namespace
Stack
_parser
_process
Namespaces
angular
Syntax
_resolve
Namespace
parse
_dereference
Entities
_get
Namespaces
Stack
Entry
Hierarchy
XmlParser
Implements
XmlParser
Implemented by
XmlParser
Index
Constructors
constructor
Properties
_namespace
Stack
_parser
_process
Namespaces
Accessors
angular
Syntax
Methods
_resolve
Namespace
parse
_dereference
Entities
_get
Namespaces
Stack
Entry
Constructors
constructor
new
Xml
Parser
(
onEvent
:
function
, onError
?:
function
, processNamespaces
?:
boolean
)
:
XmlParser
Parameters
onEvent:
function
(
event
:
ParserEvent
)
:
void
Parameters
event:
ParserEvent
Returns
void
Optional
onError:
function
(
error
:
Error
, position
:
Position
)
:
void
Parameters
error:
Error
position:
Position
Returns
void
Optional
processNamespaces:
boolean
Returns
XmlParser
Properties
Private
_namespace
Stack
_namespace
Stack
:
any[]
Private
_parser
_parser
:
EasySAXParser
Private
_process
Namespaces
_process
Namespaces
:
boolean
Accessors
angular
Syntax
get
(
)
:
boolean
set
(
value
:
boolean
)
:
void
Returns
boolean
Parameters
value:
boolean
Returns
void
Methods
Private
_resolve
Namespace
_resolve
Namespace
(
fullName
:
string
)
:
object
Parameters
fullName:
string
Returns
object
name
:
string
namespace
:
string
prefix
:
string
parse
parse
(
xmlString
:
string
)
:
void
Parameters
xmlString:
string
Returns
void
Static
Private
_dereference
Entities
_dereference
Entities
(
s
:
string
)
:
string
Parameters
s:
string
Returns
string
Static
Private
_get
Namespaces
Stack
Entry
_get
Namespaces
Stack
Entry
(
attributes
:
any
)
:
any
Parameters
attributes:
any
Returns
any
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