Package | Description |
---|---|
com.deltaxml.core |
A JAXP compatible API to facilitate construction of XML comparison pipelines.
|
com.deltaxml.cores9api |
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
|
com.deltaxml.cores9api.internals |
This package contains some internal entries that need to be publicly visible, but are not officially part of the API.
|
Modifier and Type | Method and Description |
---|---|
PipelinedComparator |
DXPConfiguration.generate()
Deprecated.
Generates a PipelinedComparator from the DXP configuration loaded into this instance of a DXPConfiguration.
|
PipelinedComparator |
DXPConfiguration.generate(java.util.Map<java.lang.String,java.lang.Boolean> booleanOverrides,
java.util.Map<java.lang.String,java.lang.String> stringOverrides)
Deprecated.
Generates a PipelinedComparator from this instance of a DXPConfiguration.
|
PipelinedComparator |
DXPConfiguration.generate(java.util.Map<java.lang.String,java.lang.Boolean> booleanOverrides,
java.util.Map<java.lang.String,java.lang.String> stringOverrides,
boolean bypassJAXPFactories)
Deprecated.
Generates a PipelinedComparator from this instance of a DXPConfiguration.
|
boolean |
PipelinedComparator.getComparatorFeature(java.lang.String name)
Deprecated.
Allows the current settings of comparator features to be determined.
|
boolean |
PipelinedComparator.getParserFeature(java.lang.String featureName)
Deprecated.
Allows the current settings of parser features to be determined.
|
void |
PipelinedComparator.setComparatorFeature(java.lang.String name,
boolean value)
Deprecated.
Sets a Feature (or option) associated with the comparator at the centre of the pipeline.
|
void |
PipelinedComparator.setParserFeature(java.lang.String featureName,
boolean value)
Deprecated.
Modifies the parsing behaviour of a pipeline.
|
Modifier and Type | Method and Description |
---|---|
PipelinedComparatorS9 |
DXPConfigurationS9.generate()
Generates a PipelinedComparatorS9 from the DXP configuration loaded into this instance of a DXPConfigurationS9.
|
PipelinedComparatorS9 |
DXPConfigurationS9.generate(java.util.Map<java.lang.String,java.lang.Boolean> booleanOverrides,
java.util.Map<java.lang.String,java.lang.String> stringOverrides)
Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9.
|
PipelinedComparatorS9 |
DXPConfigurationS9.generate(java.util.Map<java.lang.String,java.lang.Boolean> booleanOverrides,
java.util.Map<java.lang.String,java.lang.String> stringOverrides,
Processor proc)
Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9.
|
boolean |
PipelinedComparatorS9.getComparatorFeature(java.lang.String name)
Allows the current settings of comparator features to be determined.
|
void |
PipelinedComparatorS9.setComparatorFeature(java.lang.String name,
boolean value)
Sets a Feature (or option) associated with the comparator at the centre of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CommonComparator.getParserFeature(java.lang.String featureName)
Allows the current settings of parser features to be determined.
|
void |
CommonComparator.setParserFeature(java.lang.String featureName,
boolean value)
Sets a feature on the parser used for reading XML inputs into a Core S9 Comparator.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.