Package | Description |
---|---|
com.deltaxml.cores9api |
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
|
com.deltaxml.cores9api.config |
Contains classes and enums used to provide configuration options to
PipelinedComparatorS9 and
DocumentComparator . |
Modifier and Type | Method and Description |
---|---|
void |
DocumentComparator.setCancellationPolicy(CancellationPolicy policy,
java.util.Optional<java.lang.Long> timeoutMs)
Set a policy to timeout the comparison.
|
void |
PipelinedComparatorS9.setCancellationPolicy(CancellationPolicy policy,
java.util.Optional<java.lang.Long> timeoutMs)
Set a policy to timeout the comparison.
|
Modifier and Type | Method and Description |
---|---|
static CancellationPolicy |
CancellationPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CancellationPolicy[] |
CancellationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.