Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsOSMAPIQuery.OSMXMLNode Class Reference

Fast XML parser optimized for OSM response.
It has very limited support for XML and is not recommended for parsing any data except OSM response. More...

Public Member Functions

 OSMXMLNode (string s, ref int i)
 Parse XML string.
 

Public Attributes

string name
 Noda name.
 
List< OSMXMLNodechilds
 List of child nodes.
 
string[] attributeKeys
 Array of attributes key.
 
string[] attributeValues
 Array of attributes value.
 
string value
 Value of node.
 

Detailed Description

Fast XML parser optimized for OSM response.
It has very limited support for XML and is not recommended for parsing any data except OSM response.

Constructor & Destructor Documentation

◆ OSMXMLNode()

OnlineMapsOSMAPIQuery.OSMXMLNode.OSMXMLNode ( string s,
ref int i )

Parse XML string.

Parameters
sXML string
iIndex of current character