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.