Common DOM API

org.w3c.dom.views
インタフェース DocumentView


public interface DocumentView

DocumentView インタフェースは、DOM View をサポートする DOM 実装の Document オブジェクトによって実装されます。ドキュメントのデフォルト 表示を取得するための属性を提供します。

「Document Object Model (DOM) Level 2 Specification」も参照してください。

導入されたバージョン:
DOM Level 2

メソッドの概要
 AbstractView getDefaultView()
          Document のデフォルトの AbstractView
 

メソッドの詳細

getDefaultView

public AbstractView getDefaultView()
Document のデフォルトの AbstractView。利用できるビュー がない場合は null


Common DOM API

バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.