HandlerBase.StartDocument 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 屬性授權中所述的詞彙使用。