Instruction set reference
HIPE_OP_GET_NEXT_SIBLING
Send to the server to request the location of the element that follows after the current element on the same level.
- location: The location of the element whose next sibling is required.
- requestor: User defined value to be passed back by the server when the sibling location is sent back in reply.
Notes
The server responds to this instruction by sending a HIPE_OP_LOCATION_RETURN instruction back to the client.