org.mozilla.jrex.dom.ranges
Class JRexDocumentRangeImpl
java.lang.Object
|
+--org.mozilla.jrex.dom.ranges.JRexDocumentRangeImpl
- All Implemented Interfaces:
- DocumentRange
- public class JRexDocumentRangeImpl
- extends Object
- implements DocumentRange
A class implementing org.w3c.dom.ranges.DocumentRange interface.
- Version:
- 1.0
see http://www.w3.org/TR/DOM-Level-2-Traversal-Range/
- Author:
- C.N.Medappa
Method Summary |
Range |
createRange()
This interface can be obtained from the object implementing the
Document interface using binding-specific casting
methods. |
boolean |
equals(Object obj)
|
protected void |
finalize()
|
int |
hashCode()
|
createRange
public Range createRange()
- Description copied from interface:
DocumentRange
- This interface can be obtained from the object implementing the
Document
interface using binding-specific casting
methods.
- Specified by:
createRange
in interface DocumentRange
- Returns:
- The initial state of the Range returned from this method is
such that both of its boundary-points are positioned at the
beginning of the corresponding Document, before any content. The
Range returned can only be used to select content associated with
this Document, or with DocumentFragments and Attrs for which this
Document is the
ownerDocument
.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
finalize
protected void finalize()
- Overrides:
finalize
in class Object
Copyright © 2004 C.N.Medappa. All Rights Reserved.