Module java.xml

Interface AbstractView

所有已知的子接口:
ViewCSS

public interface AbstractView
所有视图都应该从中派生的基本接口。

另请参阅文档对象模型(DOM)Level 2 Views规范

自从:
1.8, DOM Level 2
  • Method Summary

    Modifier and Type
    Method
    Description
    这是一个AbstractView,其源DocumentView
  • Method Details

    • getDocument

      DocumentView getDocument()
      这是一个AbstractView,其源DocumentView