nodeHash

fnsize_t nodeHash( const XmlNode node, bool includeLocations = false, bool includeBaseUri = false) @safe

Produces a stable hash for a node and its descendants.

Parameters

nodeNode to hash.
includeLocationsIf true, include location fields in the hash.
includeBaseUriIf true, include baseUri fields in the hash.

Returns

Stable hash value.