| 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. |
| 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 |
|---|---|
FilterChain |
PipelinedComparatorS9.newLexicalPreservationOutputFilterChain(LexicalPreservationConfig config)
Generates a
FilterChain to process lexical preservation items. |
void |
PipelinedComparatorS9.setLexicalPreservationConfig(LexicalPreservationConfig lpc)
Sets the
LexicalPreservationConfig to use during comparison. |
void |
DocumentComparator.setLexicalPreservationConfig(LexicalPreservationConfig config)
Sets the
LexicalPreservationConfig to use during comparison. |
| Constructor and Description |
|---|
LexicalPreservationConfig(LexicalPreservationConfig base)
Creates a new Configuration for lexical preservation using the specified mode.
|
| Modifier and Type | Method and Description |
|---|---|
LexicalPreservationConfig |
CommonComparator.getLexicalPreservationConfig()
Returns the current lexical preservation configuration settings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommonComparator.setLexicalPreservationConfig(LexicalPreservationConfig config)
Sets the
LexicalPreservationConfig to use during comparison. |
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.