public interface NodeComparisonMode
| Modifier and Type | Field and Description | 
|---|---|
| static char | ANY_DIFF_OTHERConsider that if there is any difference between two nodes (including their names and attributes), they are consideed different nodes. | 
| static char | ON_ATTRIBUTESUse the attributes defined on the rules to deect f two nodes are the same. | 
| static char | SAME_NODENAME_SAMEConsider that if the names of the nodes are the same, the are considered to be th same node. | 
static final char ANY_DIFF_OTHER
static final char SAME_NODENAME_SAME
static final char ON_ATTRIBUTES
Copyright © 2024 HervĂ© Girod. All Rights Reserved. Documentation and source under the BSD licence