FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Common ::Xml ::IXmlSaxHandler* OSGeo::FDO::Schema::FeatureSchemaCollection::XmlStartElement ( OSGeo::FDO::Common::Xml::XmlSaxContext *  context,
String *  resourceLocation,
String *  name,
String *  qualifiedName,
OSGeo::FDO::Common::Xml::XmlAttributeCollection attributes 
)

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

Parameters:
context Input caller specified contextual information
resourceLocation Input the element's Universal Resource Indicator
name Input the unqualified element name (doesn't include namespace)
qualifiedName Input the qualified element name (includes namespace)
attributes 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


Comments or suggestions? Send us feedback.