idx_get()

XmlSchemaObjectTable::idx_get(const SharedPtr<XmlQualifiedName>&) method

Returns the element in the XmlSchemaObjectTable specified by qualified name.

SharedPtr<XmlSchemaObject> System::Xml::Schema::XmlSchemaObjectTable::idx_get(const SharedPtr<XmlQualifiedName> &name)

Arguments

ParameterTypeDescription
nameconst SharedPtr<XmlQualifiedName>&The XmlQualifiedName of the element to return.

Return Value

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

See Also