ZVON > References > DOM2 Reference

detach (method )

Owning interface and usage:  
NodeIterator.detach()

Member of these other interfaces:  
none

Description:  
Detaches the NodeIterator from the set which it iterated over, releasing any computational resources and placing the iterator in the INVALID state. After detach() has been invoked, calls to nextNode() or previousNode() will raise the exception INVALID_STATE_ERR.

Parameters:  
none

Returns:  
nothing

Exceptions:  
none