FDO .NET API Reference Feature Data Objects
__property DictionaryElementCollection* OSGeo::FDO::Common::Xml::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.