Compares the current and the specified item. @param item item to be compared @param coll collation (can be null) @param transitive transitive comparison @param ii input info (can be null) @return difference @throws QueryException query exception
(Item item, Collation coll, boolean transitive, InputInfo ii)
| 214 | * @throws QueryException query exception |
| 215 | */ |
| 216 | public abstract int compare(Item item, Collation coll, boolean transitive, InputInfo ii) |
| 217 | throws QueryException; |
| 218 | |
| 219 | /** |
| 220 | * Returns an input stream. |
no outgoing calls
no test coverage detected