FDO API Reference Feature Data Objects

virtual FDO_API_COMMON FdoXmlSaxHandler* FdoXmlSaxHandler::XmlStartElement FdoXmlSaxContext ,
FdoString ,
FdoString name,
FdoString ,
FdoXmlAttributeCollection
[virtual]
 

Default Sax callback that is called when the FdoXmlReader reads the start tag for an XML element in the document. Does nothing.

Parameters:
saxContext Input caller specified contextual information
uri Input the element's Universal Resource Indicator
name Input the unqualified element name (doesn't include namespace)
qname Input the qualified element name (includes namespace)
atts Input the attributes for the element.
Returns:
Returns the SAX Handler for the element's sub-elements. If NULL then this SAX handler will handle the sub-elements

Reimplemented in FdoPhysicalSchemaMappingCollection, FdoAssociationPropertyDefinition, FdoClassDefinition, FdoDataPropertyDefinition, FdoFeatureSchema, FdoFeatureSchemaCollection, FdoGeometricPropertyDefinition, FdoNetworkFeatureClass, FdoNetworkLinkFeatureClass, FdoNetworkNodeFeatureClass, FdoSchemaAttributeDictionary, FdoSchemaElement, FdoTopoFeaturePropertyDefinition, FdoTopoGeometryPropertyDefinition, FdoXmlNameCollectionHandler, and FdoXmlSpatialContextReader.


Comments or suggestions? Send us feedback.