public interface DocumentView
DocumentView接口是由DOM实现支持DOM对象实现的观点
Document。它提供了一个属性来检索文档的默认视图。
| Modifier and Type | Method and Description |
|---|---|
AbstractView |
getDefaultView()
这
Document默认
AbstractView,或
null如果没有可用的。
|
AbstractView getDefaultView()
Document默认
AbstractView,或
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.