Javax.Xml.Transform.IURIResolver.Resolve Method
Called by the processor when it encounters an xsl:include, xsl:import, or document() function.

Syntax

[Android.Runtime.Register("resolve", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/xml/transform/Source;", "GetResolve_Ljava_lang_String_Ljava_lang_String_Handler:Javax.Xml.Transform.IURIResolverInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public ISource Resolve (string href, string base)

Parameters

href
An href attribute, which may be relative or absolute.
base
The base URI against which the first argument will be made absolute if the absolute URI is required.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Xml.Transform.TransformerExceptionif an error occurs when trying to resolve the URI.

Remarks

Called by the processor when it encounters an xsl:include, xsl:import, or document() function.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Transform
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8