index [document]
This command makes libxml2
library to remember
document-order position of every element node in the document. Such indexation makes XPath queries
considerably faster on large documents (with thousands of nodes).
The command should only be used on documents which don't change;
modifying an indexed document might possibly lead to non-conformant
behavior of later XPath queries on the document.