FDO .NET API Reference Feature Data Objects
System::Boolean OSGeo::FDO::Schema::FeatureSchemaCollection::XmlEndElement ( OSGeo::FDO::Common::Xml::XmlSaxContext *  context,
System::String *  resourceLocation,
System::String *  name,
System::String *  qualifiedName 
)

Default Sax callback that is called when the XmlReader reads the end 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)
Returns:
Returning true causes the current parse to stop. Returning false cause the parse to continue. Return value is ignored if the current parse is not an incremental parse ( see XmlReader::Parse())


Comments or suggestions? Send us feedback.