This appendix contains the complete Java Language [Java] binding for the Level 2 Document Object Model Views.
The Java files are also available as http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/java-binding.zip
package org.w3c.dom.views; public interface AbstractView { public DocumentView getDocument(); }
package org.w3c.dom.views; public interface DocumentView { public AbstractView getDefaultView(); }