System::Xml::Schema::XmlSchemaObjectTable::idx_get method

XmlSchemaObjectTable::idx_get method

Returns the element in the XmlSchemaObjectTable specified by qualified name.

SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectTable::idx_get(const SharedPtr<XmlQualifiedName> &name)
ParameterTypeDescription
nameconst SharedPtr<XmlQualifiedName>&The XmlQualifiedName of the element to return.

ReturnValue

The XmlSchemaObject of the element in the XmlSchemaObjectTable specified by qualified name.

See Also