Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Classes
ParserEventType
ParserEventType
Specifies the type of parser event.
Summary
Constructors
Properties
Constructors
constructor
new ParserEventType(): ParserEventType
Returns ParserEventType
Properties
CDATA
Static
defined in @nativescript/core/xml/index.d.ts:27:8
Specifies the CDATA event type.
Comment
Static
defined in @nativescript/core/xml/index.d.ts:32:8
Specifies the Comment event type.
EndElement
Static
defined in @nativescript/core/xml/index.d.ts:17:8
Specifies the EndElement event type.
StartElement
Static
defined in @nativescript/core/xml/index.d.ts:12:8
Specifies the StartElement event type.
Text
Static
defined in @nativescript/core/xml/index.d.ts:22:8
Specifies the Text event type.
- Previous
- PageTransition
- Next
- Placeholder