FDO API Reference Feature Data Objects

FDO_API_COMMON FdoDictionary* FdoXmlReader::GetNamespaces  ) 
 

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

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

Comments or suggestions? Send us feedback.