System::Xml::Schema::XmlSchemaCollection::idx_get 메서드
XmlSchemaCollection::idx_get method
지정된 네임스페이스 URI와 연결된 XmlSchema를 반환합니다.
SharedPtr<XmlSchema> System::Xml::Schema::XmlSchemaCollection::idx_get(const String &ns)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| ns | const String& | 반환하려는 스키마와 연결된 네임스페이스 URI입니다. 일반적으로 스키마의 targetNamespace가 됩니다. |
ReturnValue
네임스페이스 URI와 연결된 XmlSchema; 지정된 네임스페이스와 연결된 로드된 스키마가 없거나 해당 네임스페이스가 XDR 스키마와 연결된 경우 nullptr입니다.
또 보기
- Typedef SharedPtr
- Class XmlSchema
- Class String
- Class XmlSchemaCollection
- Namespace System::Xml::Schema
- Library Aspose.Page for C++