Org.Xml.Sax.Ext.ILocator2
SAX2 extension to augment the entity information provided though a Org.Xml.Sax.ILocator.

See Also: ILocator2 Members

Syntax

[Android.Runtime.Register("org/xml/sax/ext/Locator2", "", "Org.Xml.Sax.Ext.ILocator2Invoker")]
public interface ILocator2 : Org.Xml.Sax.ILocator, IDisposable

Remarks

SAX2 extension to augment the entity information provided though a Org.Xml.Sax.ILocator. If an implementation supports this extension, the Locator provided in Org.Xml.Sax.IContentHandler.SetDocumentLocator(Org.Xml.Sax.ILocator) will implement this interface, and the http://xml.org/sax/features/use-locator2 feature flag will have the value true.

This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.

XMLReader implementations are not required to support this information, and it is not part of core-only SAX2 distributions.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Ext
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1