Uses of Interface
org.w3c.dom.ranges.Range
-
Packages that use Range 软件包 描述 org.w3c.dom.ranges 提供DOM Level 2范围的界面。 -
-
Uses of Range in org.w3c.dom.ranges
Methods in org.w3c.dom.ranges that return Range Modifier and Type 方法 描述 Range
Range. cloneRange()
产生一个新的范围,其边界点等于Range的边界点。Range
DocumentRange. createRange()
该接口可以从实现Document
接口的对象获得,使用绑定专用的投射方法。Methods in org.w3c.dom.ranges with parameters of type Range Modifier and Type 方法 描述 short
Range. compareBoundaryPoints(short how, Range sourceRange)
比较文档中两个范围的边界点。
-