cheat sheets.

$ cheat xpath_result_type
XPathResult.resultType
=====================

ANY_TYPE = 0
NUMBER_TYPE = 1
STRING_TYPE = 2
BOOLEAN_TYPE = 3
UNORDERED_NODE_ITERATOR_TYPE = 4
ORDERED_NODE_ITERATOR_TYPE = 5
UNORDERED_NODE_SNAPSHOT_TYPE = 6
ORDERED_NODE_SNAPSHOT_TYPE = 7
ANY_UNORDERED_NODE_TYPE = 8
FIRST_ORDERED_NODE_TYPE = 9

* * *

This sheet applies to Javascript's
document.evaluate--or more specifically,
to the objects it returns.
Version 1, updated 1048 days ago.
. o 0 ( edit | history )
( add new | see all )