public interface DocumentView
DocumentView
接口由实施Document
在DOM实现支持DOM视图对象。
它提供一个属性来检索文档的默认视图。
Modifier and Type | Method and Description |
---|---|
AbstractView |
getDefaultView()
默认
AbstractView 这个
Document ,或
null 如果没有可用的。
|
AbstractView getDefaultView()
AbstractView
这个
Document
,或
null
如果没有可用的。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.