previousNode method
Returns the previous node in the NodeIterator or TreeWalker list and updates IDOMTreeWalker::currentNode.
![]() ![]() |
Syntax
HRESULT retVal = object.previousNode(oNode);
Parameters
- oNode [out, retval]
-
Type: Node
Object containing the previous node in the list.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
|
The operation completed successfully. |
|
NodeIterator raises this exception if IHTMLDOMRange::detach has been invoked on the object. |
Standards information
Show:

