Interface DocumentRange

All Known Subinterfaces:
Document, HTMLDocument, SMILDocument
All Known Implementing Classes:
DocumentImpl, DTMNodeProxy, HTMLDocumentImpl, XMLDocument

public interface DocumentRange
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an empty range object that has both of its boundary points positioned at the beginning of the document.
  • Method Details

    • createRange

      Range createRange()
      Returns an empty range object that has both of its boundary points positioned at the beginning of the document.
      Returns:
      a Range object.