XMLFilterImpl.ResolveEntity(String, String) Method

Definition

Filter an external entity resolution.

[Android.Runtime.Register("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", "GetResolveEntity_Ljava_lang_String_Ljava_lang_String_Handler")]
public virtual Org.Xml.Sax.InputSource? ResolveEntity (string? publicId, string? systemId);
[<Android.Runtime.Register("resolveEntity", "(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;", "GetResolveEntity_Ljava_lang_String_Ljava_lang_String_Handler")>]
abstract member ResolveEntity : string * string -> Org.Xml.Sax.InputSource
override this.ResolveEntity : string * string -> Org.Xml.Sax.InputSource

Parameters

publicId
String

The entity's public identifier, or null.

systemId
String

The entity's system identifier.

Returns

A new InputSource or null for the default.

Implements

Attributes

Exceptions

The client may throw an exception during processing.

The client may throw an I/O-related exception while obtaining the new InputSource.

Remarks

Filter an external entity resolution.

Java documentation for org.xml.sax.helpers.XMLFilterImpl.resolveEntity(java.lang.String, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to