Module: Canon::TreeDiff::Core

Defined in:
lib/canon/tree_diff/core.rb,
lib/canon/tree_diff/core/matching.rb,
lib/canon/tree_diff/core/tree_node.rb,
lib/canon/tree_diff/core/node_weight.rb,
lib/canon/tree_diff/core/node_signature.rb,
lib/canon/tree_diff/core/xml_entity_decoder.rb,
lib/canon/tree_diff/core/attribute_comparator.rb

Overview

Core tree-diff primitives: TreeNode, matching, signatures, weights, attribute comparison, and XML entity decoding. Children are autoloaded — never ‘require_relative` them.

Defined Under Namespace

Modules: XmlEntityDecoder Classes: AttributeComparator, Matching, NodeSignature, NodeWeight, TreeNode