Table 5-1 summarizes the methods of available through the DocumentRange
interface.
Table 5-1 Summary of DocumentRange Methods; Package Range
Function | Summary |
---|---|
XmlDomCreateRange
|
Create Range object.
|
The only one method of DocumentRange
interface, used to create a Range
object.
xmlrange* XmlDomCreateRange( xmlctx *xctx, xmlrange *range, xmldocnode *doc);
Parameter | In/Out | Description |
---|---|---|
xctx |
IN |
XML context |
range |
IN |
existing NodeIterator, or NULL to allocate new
|
doc |
IN |
document to which the new Range is attached
|
(xmlrange *)
original or new Range
object.