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.
|
java.lang.Object |
PipelinedComparator.getComparatorProperty(java.lang.String name)
Deprecated.
Allows the current settings of the comparator properties to be determined.
|
java.lang.String |
PipelinedComparator.getOutputProperty(java.lang.String name)
Deprecated.
Allows the current settings of the output properties to be determined.
|
java.lang.Object |
PipelinedComparator.getParserProperty(java.lang.String name)
Deprecated.
Allows the current settings of parser properties to be determined.
|
void |
PipelinedComparator.setComparatorProperty(java.lang.String name,
java.lang.Object value)
Deprecated.
Configures comparator properties for the pipeline.
|
void |
PipelinedComparator.setOutputProperty(java.lang.String name,
java.lang.String value)
Deprecated.
Configures output formatting and control.
|
void |
PipelinedComparator.setParserProperty(java.lang.String name,
java.lang.Object value)
Deprecated.
Configures parser properties for the pipeline input parsers.
|
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.
|
java.lang.Object |
PipelinedComparatorS9.getComparatorProperty(java.lang.String name)
Allows the current settings of the comparator properties to be determined.
|
void |
PipelinedComparatorS9.setComparatorProperty(java.lang.String name,
java.lang.Object value)
Configures comparator properties for the pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CommonComparator.getParserProperty(java.lang.String propertyName)
Allows the current settings of parser properties to be determined.
|
void |
CommonComparator.setParserProperty(java.lang.String propertyName,
java.lang.Object value)
Configures parser properties for the pipeline input parsers.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.