다음을 통해 공유


HandlerBase.StartDocument 메서드

정의

주의

deprecated

문서의 시작 부분에 대한 알림을 받습니다.

[Android.Runtime.Register("startDocument", "()V", "GetStartDocumentHandler")]
[System.Obsolete("deprecated")]
public virtual void StartDocument ();
[<Android.Runtime.Register("startDocument", "()V", "GetStartDocumentHandler")>]
[<System.Obsolete("deprecated")>]
abstract member StartDocument : unit -> unit
override this.StartDocument : unit -> unit

구현

특성

예외

다른 예외를 래핑할 수 있는 모든 SAX 예외입니다.

설명

문서의 시작 부분에 대한 알림을 받습니다.

기본적으로 아무 것도 수행하지 않습니다. 애플리케이션 작성기는 문서의 시작 부분에서 특정 작업을 수행하도록 하위 클래스에서 이 메서드를 재정의할 수 있습니다(예: 트리의 루트 노드 할당 또는 출력 파일 만들기).

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

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

적용 대상

추가 정보