System::Xml::Resolvers::XmlPreloadedResolver::SupportsType method
XmlPreloadedResolver::SupportsType method
Determines whether the resolver supports other Types than just Stream.
bool System::Xml::Resolvers::XmlPreloadedResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type) override
Parameter | Type | Description |
---|---|---|
absoluteUri | SharedPtr<Uri> | The absolute URI to check. |
type | const TypeInfo& | The Type to return. |
ReturnValue
true if the Type is supported; otherwise, false.
See Also
- Typedef SharedPtr
- Class Uri
- Class TypeInfo
- Class XmlPreloadedResolver
- Namespace System::Xml::Resolvers
- Library Aspose.PUB for C++