System::Xml::XmlResolver::SupportsType method
XmlResolver::SupportsType method
Enables the resolver to return types other than Stream.
virtual bool System::Xml::XmlResolver::SupportsType(SharedPtr<Uri> absoluteUri, const TypeInfo &type)
Parameter | Type | Description |
---|---|---|
absoluteUri | SharedPtr<Uri> | The URI. |
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 XmlResolver
- Namespace System::Xml
- Library Aspose.TeX for C++