FDO API Reference Feature Data Objects

__property DictionaryElementCollection* XmlReader::get_Namespaces  ) 
 

Returns all of the XML namespace declarations that are currently in-scope for the current position in the XML document being read.

Returns:
Returns DictionaryElementCollection. The dictionary has one DictionaryElement entry per namespace declaration. DictionaryElement->GetName() returns the namespace prefix. DictionaryElement->GetValue() returns the URI.

Comments or suggestions? Send us feedback.