Uses of Interface
org.w3c.dom.ranges.Range
-
Packages that use Range 软件包 描述 org.w3c.dom.ranges 提供DOM Level 2 Range的接口。 -
-
Uses of Range in org.w3c.dom.ranges
Methods in org.w3c.dom.ranges that return Range 变量和类型 方法 描述 RangeRange. cloneRange()生成一个新的Range,其边界点等于Range的边界点。RangeDocumentRange. createRange()该接口可以使用特定于绑定的转换方法从实现Document接口的对象获得。Methods in org.w3c.dom.ranges with parameters of type Range 变量和类型 方法 描述 shortRange. compareBoundaryPoints(short how, Range sourceRange)比较文档中两个范围的边界点。
-