nodeHash
fn
size_t nodeHash(
const XmlNode node,
bool includeLocations = false,
bool includeBaseUri = false) @safeProduces a stable hash for a node and its descendants.
Parameters
node | Node to hash. |
includeLocations | If true, include location fields in the hash. |
includeBaseUri | If true, include baseUri fields in the hash. |
Returns
Stable hash value.