Instruction set reference
HIPE_OP_CLEAR
Clears the contents of the tag at the given location, removing all child elements.
- location: The tag whose contents should are to be cleared.
- no arguments.
Notes
While the tag content of location is cleared, the tag at location itself, and its attributes, remain.
Clearing location 0 (the body element) clears the frame's contents.
If you need to delete a tag entirely, clear its parent tag, or use HIPE_OP_DELETE.