Method SetDocumentLocator
SetDocumentLocator(ILocator)
Receive a Locator object for document events.
By default, do nothing. Application writers may override this method in a subclass if they wish to store the locator for use with other document events.
Declaration
public virtual void SetDocumentLocator(ILocator locator)
Parameters
Type | Name | Description |
---|---|---|
ILocator | locator | A locator for all SAX document events. |