다음을 통해 공유


HandlerBase.SetDocumentLocator(ILocator) 메서드

정의

주의

deprecated

문서 이벤트에 대한 로케이터 개체를 받습니다.

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

매개 변수

locator
ILocator

모든 SAX 문서 이벤트에 대한 로케이터입니다.

구현

특성

설명

문서 이벤트에 대한 로케이터 개체를 받습니다.

기본적으로 아무 것도 수행하지 않습니다. 애플리케이션 작성기는 다른 문서 이벤트와 함께 사용할 로케이터를 저장하려는 경우 하위 클래스에서 이 메서드를 재정의할 수 있습니다.

에 대한 org.xml.sax.HandlerBase.setDocumentLocator(org.xml.sax.Locator)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

추가 정보