org.mozilla.jrex.dom.views
Class JRexDocumentViewImpl

java.lang.Object
  extended byorg.mozilla.jrex.dom.views.JRexDocumentViewImpl
All Implemented Interfaces:
DocumentView

public class JRexDocumentViewImpl
extends Object
implements DocumentView

A class implementing org.w3c.dom.views.DocumentView interface.

Version:
1.0
Author:
C.N.Medappa
See Also:
DocumentView

Method Summary
 void dispose()
          Function to explicitly disconnect from native DOM Object
 boolean equals(Object obj)
           
protected  void finalize()
           
 AbstractView getDefaultView()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultView

public AbstractView getDefaultView()
Specified by:
getDefaultView in interface DocumentView

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

finalize

protected void finalize()
                 throws Throwable
Throws:
Throwable

dispose

public void dispose()
Function to explicitly disconnect from native DOM Object



Copyright © 2004 C.N.Medappa. All Rights Reserved.