Method
is
Checks if two nodes are identical. @param node node to be compared @return result of check
(GNode node)
Source from the content-addressed store, hash-verified
| 57 | * @return result of check |
| 58 | */ |
| 59 | public abstract boolean is(GNode node); |
| 60 | |
| 61 | /** |
| 62 | * Checks the document order of two nodes. |
Tested by
no test coverage detected