Share via


XMLReaderAdapter.SetEntityResolver(IEntityResolver) Method

Definition

Register the entity resolver.

[Android.Runtime.Register("setEntityResolver", "(Lorg/xml/sax/EntityResolver;)V", "GetSetEntityResolver_Lorg_xml_sax_EntityResolver_Handler")]
public virtual void SetEntityResolver (Org.Xml.Sax.IEntityResolver? resolver);
[<Android.Runtime.Register("setEntityResolver", "(Lorg/xml/sax/EntityResolver;)V", "GetSetEntityResolver_Lorg_xml_sax_EntityResolver_Handler")>]
abstract member SetEntityResolver : Org.Xml.Sax.IEntityResolver -> unit
override this.SetEntityResolver : Org.Xml.Sax.IEntityResolver -> unit

Parameters

resolver
IEntityResolver

The new resolver.

Implements

Attributes

Remarks

Register the entity resolver.

Java documentation for org.xml.sax.helpers.XMLReaderAdapter.setEntityResolver(org.xml.sax.EntityResolver).

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

See also