XMLReaderAdapter.SetDocumentLocator(ILocator) Method

Definition

Set a document locator.

[Android.Runtime.Register("setDocumentLocator", "(Lorg/xml/sax/Locator;)V", "GetSetDocumentLocator_Lorg_xml_sax_Locator_Handler")]
public virtual void SetDocumentLocator (Org.Xml.Sax.ILocator? locator);
[<Android.Runtime.Register("setDocumentLocator", "(Lorg/xml/sax/Locator;)V", "GetSetDocumentLocator_Lorg_xml_sax_Locator_Handler")>]
abstract member SetDocumentLocator : Org.Xml.Sax.ILocator -> unit
override this.SetDocumentLocator : Org.Xml.Sax.ILocator -> unit

Parameters

locator
ILocator

The document locator.

Implements

Attributes

Remarks

Set a document locator.

Java documentation for org.xml.sax.helpers.XMLReaderAdapter.setDocumentLocator(org.xml.sax.Locator).

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