org.xwiki.gwt.dom.client
Interface RangeFactory
public interface RangeFactory
Defines the interface used to create range objects.
- Version:
- $Id$
|
Field Summary |
static RangeFactory |
INSTANCE
We create the singleton instance using deferred binding in order to use different implementations for different
browsers. |
INSTANCE
static final RangeFactory INSTANCE
- We create the singleton instance using deferred binding in order to use different implementations for different
browsers.
createRange
Range createRange(Document doc)
- Parameters:
doc - The DOM document for which to create the range.
- Returns:
- A new range bound to the specified document.
Copyright © 2004-2011 XWiki. All Rights Reserved.