Classes
XmlParser
XmlParser
A simple non-validating SAX parser based on https://github.com/vflash/easysax version 0.1.14
Summary
Constructors
Methods
Constructors
constructor
new XmlParser(onEvent: (event: ParserEvent) => void, onError?: (error: Error, position: Position) => void, processNamespaces?: boolean, angularSyntax?: boolean): XmlParser
defined in @nativescript/core/xml/index.d.ts:105:1
Creates a new instance of the XmlParser class.
Returns XmlParser
Methods
parse
- Previous
- WrappedValue
- Next
- iOSApplication