find Next In Document Order
Type: Function
Deprecated!
Use XPath instead
Returns the next node matching spec, from the position specified by container and offset, traversing the entire DOM in document order (or reverse document order if searchBackwards is true). If visitParentsAfterChildren is true, parent nodes are considered after their children instead of before.
Refer to domQuery for more information on how to import and use this function.
Arguments
Returns
Type: Array<Node>