System::Xml::XmlResolver class
Contents
[
Hide
]XmlResolver class
Resolves external XML resources named by a Uniform Resource Identifier (URI).
class XmlResolver : public System::Object
Methods
Method | Description |
---|---|
virtual GetEntity(SharedPtr<Uri>, String, const TypeInfo&) | When overridden in a derived class, maps a URI to an object that contains the actual resource. |
virtual ResolveUri(SharedPtr<Uri>, String) | When overridden in a derived class, resolves the absolute URI from the base and relative URIs. |
virtual set_Credentials(SharedPtr<Net::ICredentials>) | When overridden in a derived class, sets the credentials used to authenticate web requests. |
virtual SupportsType(SharedPtr<Uri>, const TypeInfo&) | Enables the resolver to return types other than Stream. |
Typedefs
Typedef | Description |
---|---|
Ptr | An alias for shared pointer to an instance of this class. |
See Also
- Class Object
- Namespace System::Xml
- Library Aspose.TeX for C++