DCP Schema Guide
This guide provides a short description of each element and attribute defined in the XML schema for the DOCUMENTCOMPARATOR Pipeline (DCP). A fuller description of DCP, along with an example and an explanation of the main concepts can be found in the DCP User Guide.
Element Index
advancedEntityReferenceUsage 109
CDATA 115
characterByCharacterEnabled 79
childAlignment 127
class 99
comments 117
contentModel 118
defaults 59
description 41
doctype 120
documentLocation 121
enableMathml 61
enableSVG 89
enableZIndex 90
entityReferences 122
fallback 91
feature 33
file 100
filter 38
finalPoint 39
frameMakerTcsTableChangeMode 69
grouping 70
http 101
imageXpath 58
isEnabled 43
location 105
locations 57
modifiedWhitespaceBehaviour 83
moveCandidate 112
orphanedWordDetectionEnabled 84
outerPiAndCommentProcessingMode 110
outputType 106
overrides 60
parameter 102
preserveItems 111
processingMode 107
property 32
resource 103
resultFormat 74
retain 108
subtree 114
subtrees 87
transformerConfigurationProperties 10
userNamespace 113
XMLDeclaration 116
Element Detail
Elements are listed in document-tree order, top-level elements first, then alphabetically:
Element: documentComparator 1
The root element for defining the overrides to a DocumentComparator whose defaults are as described in the API documentation.
A Document Comparator instance with default settings is created if no child elements are present.
Contained by
/
Contains
Attribute | Type | Description |
---|---|---|
id | anyNameType | A unique identifier for this pipeline configuration - listed as 'configuration id' in the command-line description. |
version | string | The DCP specification version this conforms to - fixed at '1.0' |
description | string | Short description of this DCP configuration. |
Element | Description | |
advancedConfig | Configuration options providing low-level control of the comparison, more general configuration options are in 'standardConfig' | |
extensionPoints | Declare the extension points and contained filters to be inserted within the DocumentComparator pipeline | |
fullDescription | Designed to provide meaningful description and basic help information to the user | |
pipelineParameters | Container for all pipeline parameters | |
standardConfig | Genaral configuration options for the DocumentComparator - see 'advancedConfig' for further options |
Element: advancedConfig 2
Configuration options providing low-level control of the comparison, more general configuration options are in 'standardConfig'
Contained by
Contains
Element | Description | |
---|---|---|
outputProperties | Set Serializer property settings for the built in Saxon Serializer | |
parserFeatures | Set features on the underlying SAX parser used in the pipeline | |
parserProperties | Set properties on the underlying SAX parser used in the pipeline | |
transformerConfigurationProperties | Set configuration option on the Saxon XSLT transformers used in the pipeline |
Element: extensionPoints 3
Declare the extension points and contained filters to be inserted within the DocumentComparator pipeline.
In EBNF the required sequence S of child elements is:
- S := 'inputPreFlatteningPoint'? IP 'outputExtensionPoints'?
- IP := 'inputExtensionPoints'? | ( 'inputAExtensionPoints'? 'inputBExtensionPoints'? )
Contained by
Contains
Element | Description | |
---|---|---|
inputAExtensionPoints | Extension points for modifying input A filter chains, after element flattening | |
inputBExtensionPoints | Extension points for modifying input B filter chains, after element flattening | |
inputExtensionPoints | Extension points for modifying A and B input filter chains, after element flattening | |
inputPreFlatteningPoint | Extension point for modifying A and B input filters, before element flattening | |
outputExtensionPoints | Extension points for modifying output filter chains, after element flattening |
Element: fullDescription 4
Designed to provide meaningful description and basic help information to the user.
It can contain PCDATA content. It should include a description of the Document Comparator configuration defined by the DCP. How this information is presented to users is a tool-dependent operation, for example a GUI-based tool may provide a pop-up window and show HTML formatted content.
Contained by
Contains
Element | Description | |
---|---|---|
[any] | Any element permitted [mixed content] |
Element: pipelineParameters 5
Container for all pipeline parameters.
Pipeline parameters have global scope and are referenced using the 'paremeterRef' attribute. Pipeline parameters have a default value that can be overridden through the API. The maximum number of child elements is not restricted.
Contained by
Contains
Element | Description | |
---|---|---|
booleanParameter | Declare a boolean parameter that may be referenced by 'parameterRef' attributes or as $variables from within XPath expressions | |
stringParameter | Declare a string parameter that may be referenced by 'parameterRef' attributes or as $variables from within XPath expressions |
Element: standardConfig 6
Genaral configuration options for the DocumentComparator - see 'advancedConfig' for further options.
Contained by
Contains
Element | Description | |
---|---|---|
attributeSplittingConfig | Specifies configuration options for attribute splitting | |
calsTableConfiguration | Specifies configuration options for CALS table comparison | |
comparisonReport | Specifies whether and where to generate comparison report which contains comparison analysis and recommendations to improve comparison result | |
htmlTableConfiguration | Specifies configuration options for HTML table comparison | |
ignoreChangesConfig | Specifies configuration options for Ignore Changes processing | |
imageConfiguration | Specifies configuration options for Binary Image Comparison | |
lexicalPreservation | Configures the way lexical information is preserved | |
mathmlConfiguration | Specifies configuration options for MathML processing | |
moveDetectionConfig | Specifies configuration options for moves | |
namespaceConfiguration | Defines a set of prefix uri pairs for namespaces that can be used within XPath expressions provided to certain configurations such as ignoreChangesConfig or subtreeProcessingMode | |
outputFormatConfiguration | Specifies configuration options related to the format of the comparison result from a DocumentComparator | |
resultReadabilityOptions | Sets options to change the granularity and ordering of changes in the result in order to improve readability | |
subtreeProcessingMode | Specifies configuration options for subtree processing | |
svgConfiguration | Specifies configuration options for SVG Comparison |
Element: outputProperties 7
Set Serializer property settings for the built in Saxon Serializer.
Contained by
Contains
Element | Description | |
---|---|---|
property | Sets the string value of a named property |
Element: parserFeatures 8
Set features on the underlying SAX parser used in the pipeline.
For more detail, see setParserFeature in the API documentation.
Contained by
Contains
Element | Description | |
---|---|---|
feature | Sets the boolean value of a named feature |
Element: parserProperties 9
Set properties on the underlying SAX parser used in the pipeline.
For more detail, see setParserProperty in the API documentation.
Contained by
Contains
Element | Description | |
---|---|---|
property | Sets the string value of a named property |
Element: transformerConfigurationProperties 10
Set configuration option on the Saxon XSLT transformers used in the pipeline.
The maximum number of child elements is not restricted.
Contained by
Contains
Element | Description | |
---|---|---|
booleanProperty | A named boolean property | |
stringProperty | A named string property |
Element: inputAExtensionPoints 11
Extension points for modifying input A filter chains, after element flattening.
Contained by
Contains
Element | Description | |
---|---|---|
postTablePoint | The filter extension point immediately after table processing | |
preTablePoint | The filter extension point immediately before table processing |
Element: inputBExtensionPoints 12
Extension points for modifying input B filter chains, after element flattening.
Contained by
Contains
Element | Description | |
---|---|---|
postTablePoint | The filter extension point immediately after table processing | |
preTablePoint | The filter extension point immediately before table processing |
Element: inputExtensionPoints 13
Extension points for modifying A and B input filter chains, after element flattening.
Contained by
Contains
Element | Description | |
---|---|---|
postTablePoint | The filter extension point immediately after table processing | |
preTablePoint | The filter extension point immediately before table processing |
Element: inputPreFlatteningPoint 14
Extension point for modifying A and B input filters, before element flattening.
Contained by
Contains
Element | Description | |
---|---|---|
filter | An XSLT or Java XML processing filter to be loaded into the comparator pipeline |
Element: outputExtensionPoints 15
Extension points for modifying output filter chains, after element flattening.
Contained by
Contains
Element | Description | |
---|---|---|
finalPoint | The final filter extension point in the DocumentComparator output pipeline | |
postTablePoint | The filter extension point immediately after table processing | |
preAttributePoint | The filter extension point after table processing and just before attribute processing in the DocumentComparator output pipeline | |
preTablePoint | The filter extension point immediately before table processing |
Element: booleanParameter 16
Declare a boolean parameter that may be referenced by 'parameterRef' attributes or as $variables from within XPath expressions.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | NCName | The boolean parameter name |
defaultValue | boolean | The default boolean value - may be overriden externally |
Element | Description | |
description | Short summary of the purpose of the parameter |
Element: stringParameter 17
Declare a string parameter that may be referenced by 'parameterRef' attributes or as $variables from within XPath expressions.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | NCName | The string parameter name |
defaultValue | string | The default string value - may be overriden externally |
Element | Description | |
description | Short summary of the purpose of the parameter |
Element: attributeSplittingConfig 18
Specifies configuration options for attribute splitting.
These options can be specified on a comparator to configure its behaviour. Attribute Splitting is off by default.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
defaultMode | [enum] |
Permitted values / descriptions:
|
Element | Description | |
attributeLocations | This class is used to represent locations for attributes which will be processed and split | |
isEnabled | Sets whether the comparator should enable the feature or not |
Element: calsTableConfiguration 19
Specifies configuration options for CALS table comparison.
These configuration options can be specified on a DocumentComparator to configure its behaviour when comparing tables.
Contained by
Contains
Element | Description | |
---|---|---|
calsColumnKeyingMode | Sets the column keying mode used to align table columns when the table processing is enabled | |
calsValidationLevel | Sets the ValidationLevel to use for CALS table validation | |
ignoreColumnOrder | Sets whether the DocumentComparator should ignore table column order | |
invalidCalsTableBehaviour | Sets the behaviour to use when inputs contain invalid CALS tables | |
processCalsTables | Sets whether the DocumentComparator should process CALS tables | |
warningReportMode | Specifies how table invalidity warnings should be reported |
Element: comparisonReport 20
Specifies whether and where to generate comparison report which contains comparison analysis and recommendations to improve comparison result.
Contained by
Contains
Element | Description | |
---|---|---|
generateReport | Specifies whether to generate comparison report | |
reportDirectory | Specifies where to generate comparison report |
Element: htmlTableConfiguration 21
Specifies configuration options for HTML table comparison.
These configuration options can be specified on a DocumentComparator to configure its behaviour when comparing tables.
Contained by
Contains
Element | Description | |
---|---|---|
htmlColumnKeyingMode | Sets the column keying mode used to align table columns when the table processing is enabled | |
htmlValidationLevel | Sets the ValidationLevel to use for HTML table validation | |
ignoreColumnOrder | Sets whether the DocumentComparator should ignore table column order | |
invalidHtmlTableBehaviour | Sets the behaviour to use when inputs contain invalid HTML tables | |
normalizeHtmlTables | Sets whether the Document Comparator should normalize the specification of columns in HTML tables | |
processHtmlTables | Sets whether the DocumentComparator should process HTML tables | |
warningReportMode | Specifies how table invalidity warnings should be reported |
Element: ignoreChangesConfig 22
Specifies configuration options for Ignore Changes processing.
These options can be specified on a comparator to configure its behaviour.
Contained by
Contains
Element | Description | |
---|---|---|
locations | This class is used to represent locations for elements and attributes on which the changes will be ignored |
Element: imageConfiguration 23
Specifies configuration options for Binary Image Comparison.
These configuration options can be specified on a DocumentComparator to configure its behavior when comparing images. Binary Image Comparison is on by default, but still requires the defining of XPaths to the referenced images.
Contained by
Contains
Element | Description | |
---|---|---|
imageXpath | Sets XPath to the referenced binary image | |
isEnabled | Sets whether the comparator should enable the feature or not |
Element: lexicalPreservation 24
Configures the way lexical information is preserved.
This is mostly for lexical artifacts that are not included in the standards for the XPath Data Model or XML Infoset. The exceptions are comment and processing-instruction nodes that are controlled here also.
Contained by
Contains
Element | Description | |
---|---|---|
defaults | This required element is the container for elements that set the defaults for all lexical preservation artifacts | |
overrides | Container for elements that override defaults for specific lexical preservation artifacts |
Element: mathmlConfiguration 25
Specifies configuration options for MathML processing.
These configuration options can be specified on a DocumentComparator to configure its behaviour when comparing MathML.
Contained by
Contains
Element | Description | |
---|---|---|
enableMathml | Sets whether the DocumentComparator should use MathML-specific processing | |
mathmlGranularity | Sets the granularity at which the differences between two MathML expressions will be represented |
Element: moveDetectionConfig 26
Specifies configuration options for moves.
These configuration options can be specified on a comparator to configure its behaviour.
Contained by
Contains
Element | Description | |
---|---|---|
isEnabled | Sets whether the comparator should enable the feature or not | |
moveCandidates | This class is used to represent move candidates | |
moveDetectionType | Sets the type of move detection, determining how move processing should be executed | |
showMoveSource | Sets whether the comparator should show move source or not |
Element: namespaceConfiguration 27
Defines a set of prefix uri pairs for namespaces that can be used within XPath expressions provided to certain configurations such as ignoreChangesConfig or subtreeProcessingMode.
Contained by
Contains
Element | Description | |
---|---|---|
defaultNamespace | This element is used to define the default namespace | |
userNamespaces | This element is used to define user namespaces |
Element: outputFormatConfiguration 28
Specifies configuration options related to the format of the comparison result from a DocumentComparator.
Contained by
Contains
Element | Description | |
---|---|---|
attributeChangeMarked | Sets the behaviour for marking elements with an attribute changed marker - for cases where attribute changes can not otherwise be represented | |
frameMakerTcsTableChangeMode | Specify how table changes are propagated for FrameMaker tracked changes representations, the default is down | |
grouping | Sets the behaviour for grouping adjacent changes | |
modifiedAttributeMode | Determines how modified attributes are represented in the output | |
modifiedFormatOutput | Sets the behaviour for outputting elements with modified formatting | |
orderlessPresentationMode | Specifies how the child elements of 'orderless' elements should be output | |
resultFormat | Specifies the format of results output from the DocumentComparator | |
trackChangesAuthor | Author name to use when generating tracked changes in the result document | |
trackChangesDate | The date-time to be used for tracked change representations, otherwise the current date-time is used | |
xmetalTcsTableChangeMode | Specify how table changes are propagated for XMetal tracked changes representations, the default is down |
Element: resultReadabilityOptions 29
Sets options to change the granularity and ordering of changes in the result in order to improve readability.
Contained by
Contains
Element | Description | |
---|---|---|
changeGatheringEnabled | Sets whether to change the order of consecutive changed items to improve readability | |
characterByCharacterEnabled | Sets whether to enable character by character comparison | |
elementSplittingEnabled | Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given percentage | |
elementSplittingThreshold | Sets the percentage of unchanged text present in a modified element below which the element will be split | |
mixedContentDetectionScope | Set the scope to use for determining if each element in the document is of a mixed-content type | |
modifiedWhitespaceBehaviour | Set the ModifiedWhitespaceBehaviour to use for changes to whitespace | |
orphanedWordDetectionEnabled | States whether or not orphaned word detection is enabled | |
orphanedWordLengthLimit | Sets the maximum number of words to consider for orphaned word detection | |
orphanedWordMaxPercentage | Sets the maximum proportion of the total change size that orphaned words can take while still being considered orphans |
Element: subtreeProcessingMode 30
Specifies configuration options for subtree processing.
These options can be specified on a comparator to configure its behaviour.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
defaultMode | [enum] |
Permitted values / descriptions:
|
Element | Description | |
subtrees | This class is used to represent subtrees |
Element: svgConfiguration 31
Specifies configuration options for SVG Comparison.
These configuration options can be specified on a DocumentComparator to configure its behaviour when comparing SVG.
Contained by
Contains
Element | Description | |
---|---|---|
enableNumericTolerance | Sets whether to use a numeric tolerance | |
enableSVG | Sets whether the DocumentComparator should do SVG comparison | |
enableZIndex | Sets whether to use move handling within SVG Comparisons to markup Z-index changes | |
fallback | Determines whether to fallback to {@link SVGComparisonGranularity | |
fallbackChangePercentage | Sets Fallback Change Percentage setting for SVG comparison results | |
numericToleranceValue | Sets the numeric tolerance value for SVG comparison results | |
svgGranularity | Sets the granularity at which the differences between two SVG images will be represented | |
svgInputAMarkupStyle | Sets the Input A SVG markup style setting for SVG comparison results | |
svgInputBMarkupStyle | Sets the Input A SVG markup style setting for SVG comparison results | |
svgZIndexMarkupStyle | Sets the Input Z SVG markup style setting for SVG comparison results | |
xPathToReferencedSVG | Sets XPath to the referenced SVG |
Element: property 32
Sets the string value of a named property
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | anyNameType | The parameter name |
literalValue | string | The literal string value |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: feature 33
Sets the boolean value of a named feature.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | The literal boolean value for the feature setting. |
name | anyURI | The fully qualitifed feature name. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: booleanProperty 34
A named boolean property
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | anyNameType | The parameter name |
literalValue | boolean | The literal boolean value |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: stringProperty 35
A named string property
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | anyNameType | The parameter name |
literalValue | string | The literal string value |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: postTablePoint 36
The filter extension point immediately after table processing.
Contained by
Contains
Element | Description | |
---|---|---|
filter | An XSLT or Java XML processing filter to be loaded into the comparator pipeline |
Element: preTablePoint 37
The filter extension point immediately before table processing.
The preTablePoint element must be placed before the postTablePoint element.
Contained by
Contains
Element | Description | |
---|---|---|
filter | An XSLT or Java XML processing filter to be loaded into the comparator pipeline |
Element: filter 38
An XSLT or Java XML processing filter to be loaded into the comparator pipeline.
There must be one 'class', 'http', 'resource' or 'file' child
element for a filter element as this defines the filter type and how it is to be loaded.
Attributes on the filter element may be used to control whether the filter is enabled or
disabled.
Child 'parameter' elements may also be added so that parameter values are passed
on to matching parameters in the XML filter. Any number of filter elements may be added to
an extension point, filters are processed in the pipeline in order of occurrence.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
if | NCName | Enable filter when named boolean pipelineParameter is true. |
unless | NCName | Disable filter when named boolean pipelineParameter is true. |
when | string | Enable filter when XPath expression evaluates true. |
Element | Description | |
class | Load a Java class implementing the SAX XMLFilter interface from the ClassPath | |
file | Load an XSLT filter from the file system | |
http | Load XSLT filter from an identified HTTP resource | |
parameter | A named parameter to supply to a filter - any XPath-item type (including a sequence) can be supplied to an XSLT filter using the xpath attribute | |
resource | Load an XSLT filter as a resource in a jar file |
Element: finalPoint 39
The final filter extension point in the DocumentComparator output pipeline.
Contained by
Contains
Element | Description | |
---|---|---|
filter | An XSLT or Java XML processing filter to be loaded into the comparator pipeline |
Element: preAttributePoint 40
The filter extension point after table processing and just before attribute processing in the DocumentComparator output pipeline.
The element must be placed after any ...TablePoint elements.
Contained by
Contains
Element | Description | |
---|---|---|
filter | An XSLT or Java XML processing filter to be loaded into the comparator pipeline |
Element: description 41
Short summary of the purpose of the parameter.
Contained by
Contains
Type: xs:string
Element: attributeLocations 42
This class is used to represent locations for attributes which will be processed and split.
Contained by
Contains
Element | Description | |
---|---|---|
attributeLocation | This is used to represent an attribute location XPath, separator, regular expression or output separator |
Element: isEnabled 43
Sets whether the comparator should enable the feature or not.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set 'true' to enable the feature. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: calsColumnKeyingMode 44
Sets the column keying mode used to align table columns when the table processing is enabled.
In AUTO mode, the comparator will automatically handle the entire keying process. Only AUTO mode allows for user-defined keys in the input files. This is not possible in other modes. In COLNAME mode, comparator will use column names (defined by @colname) as keys. In POSITION mode, comparator will use column positions as keys. Indexing starts from 1 and the maximum position is defined by the number of columns described by @cols attribute.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: calsValidationLevel 45
Sets the ValidationLevel to use for CALS table validation.
A value of ValidationLevel.STRICT will cause the InvalidTableBehaviour mode to be used for any CALS invalidity. A value of ValidationLevel.RELAXED means that invalidities which are known to have no effect on CALS processing will not prevent CALS processing from running. N.B. Warnings will be reported according to the WarningReportMode regardless of the setting used here.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: ignoreColumnOrder 46
Sets whether the DocumentComparator should ignore table column order.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to ignore table column order |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: invalidCalsTableBehaviour 47
Sets the behaviour to use when inputs contain invalid CALS tables.
Some of the processing used for CALS table comparison makes the assumption that the tables conform to the CALS specification. In order to avoid errors in this processing, the tables are first validated to ensure that it will work as expected. When tables are not valid, there are several options for the behaviour that the comparison should take. This enum is used to specify the options
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: processCalsTables 48
Sets whether the DocumentComparator should process CALS tables.
CALS table processing is recommended as it will perform sophisticated processing when comparing two CALS tables to ensure that the resulting CALS table is valid.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable processing of CALS tables |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: warningReportMode 49
Specifies how table invalidity warnings should be reported.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: generateReport 50
Specifies whether to generate comparison report.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set 'true' to generate comparison report as an additional output. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: reportDirectory 51
Specifies where to generate comparison report.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | The location of the directory to write the comparison report to. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: htmlColumnKeyingMode 52
Sets the column keying mode used to align table columns when the table processing is enabled.
In AUTO mode, the comparator will automatically handle the entire keying process. Only AUTO mode allows for user-defined keys in the input files. This is not possible in other modes. In POSITION mode,comparator will use column positions as keys. Indexing starts from 1 and the maximum position is defined by the number of columns described by @col attribute.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: htmlValidationLevel 53
Sets the ValidationLevel to use for HTML table validation.
A value of ValidationLevel.STRICT will cause the InvalidTableBehaviour mode to be used for any HTML invalidity. A value of ValidationLevel.RELAXED means that invalidities which are known to have no effect on HTML processing will not prevent HTML processing from running. N.B. Warnings will be reported according to the WarningReportMode regardless of the setting used here.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: invalidHtmlTableBehaviour 54
Sets the behaviour to use when inputs contain invalid HTML tables.
Some of the processing used for HTML table comparison makes the assumption that the tables conform to the HTML specification. In order to avoid errors in this processing, the tables are first validated to ensure that it will work as expected. When tables are not valid, there are several options for the behaviour that the comparison should take. This enum is used to specify the options
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: normalizeHtmlTables 55
Sets whether the Document Comparator should normalize the specification of columns in HTML tables.
This setting is recommended when there is a difference between inputs of specifying columns, e.g. if one uses just * <colgroup> and another uses <col> without <colgroup>.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable normalization of HTML table column specification |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: processHtmlTables 56
Sets whether the DocumentComparator should process HTML tables.
HTML table processing is recommended as it will perform sophisticated processing when comparing two HTML tables to ensure that the resulting HTML table is valid.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable processing of HTML tables |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: locations 57
This class is used to represent locations for elements and attributes on which the changes will be ignored.
Contained by
Contains
Element | Description | |
---|---|---|
location | This is used to represent location XPath and result rule |
Element: imageXpath 58
Sets XPath to the referenced binary image.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | Sets XPath to the referenced image. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: defaults 59
This required element is the container for elements that set the defaults for all lexical preservation artifacts.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: overrides 60
Container for elements that override defaults for specific lexical preservation artifacts
Contained by
Contains
Element | Description | |
---|---|---|
advancedEntityReferenceUsage | For controlling some specialist use cases, where both the entity references and their replacement text are compared | |
outerPiAndCommentProcessingMode | Set processingMode for processing-instructions and comments occurring before or after the root element | |
preserveItems | Container for preservation of specific lexical preservation artifacts, these override general preservation settings for all artifacts contained in the 'defaults' element |
Element: enableMathml 61
Sets whether the DocumentComparator should use MathML-specific processing.
MathML processing is recommended as it will use MATHML-aware features when comparing two MathML expressions to ensure that the result can be rendered.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable MathML processing |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: mathmlGranularity 62
Sets the granularity at which the differences between two MathML expressions will be represented.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: moveCandidates 63
This class is used to represent move candidates.
Contained by
Contains
Element | Description | |
---|---|---|
moveCandidate | This is used to represent move candidate element XPath and class XPath pairs |
Element: moveDetectionType 64
Sets the type of move detection, determining how move processing should be executed.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: showMoveSource 65
Sets whether the comparator should show move source or not.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set 'true' to show move source. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: defaultNamespace 66
This element is used to define the default namespace.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
uri | Sets the uri of the default namespace. |
Element: userNamespaces 67
This element is used to define user namespaces.
Contained by
Contains
Element | Description | |
---|---|---|
userNamespace | This element is used to define user namespace |
Element: attributeChangeMarked 68
Sets the behaviour for marking elements with an attribute changed marker - for cases where attribute changes can not otherwise be represented.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set 'true' to mark changed attributes in output. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: frameMakerTcsTableChangeMode 69
Specify how table changes are propagated for FrameMaker tracked changes representations, the default is down.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: grouping 70
Sets the behaviour for grouping adjacent changes.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set 'true' to group adjacent changes in output. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: modifiedAttributeMode 71
Determines how modified attributes are represented in the output.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: modifiedFormatOutput 72
Sets the behaviour for outputting elements with modified formatting.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: orderlessPresentationMode 73
Specifies how the child elements of 'orderless' elements should be output.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: resultFormat 74
Specifies the format of results output from the DocumentComparator.
The default resultFormat is 'delta'.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: trackChangesAuthor 75
Author name to use when generating tracked changes in the result document.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | The author name to use. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: trackChangesDate 76
The date-time to be used for tracked change representations, otherwise the current date-time is used.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | dateTime | The date-time to use - example: 2001-10-26T21:32:52 |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: xmetalTcsTableChangeMode 77
Specify how table changes are propagated for XMetal tracked changes representations, the default is down.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: changeGatheringEnabled 78
Sets whether to change the order of consecutive changed items to improve readability.
If the result contains a sequence of elements whose deltaxml:deltaV2 attribute values are mixed up in a sequence of As and Bs, enabling this feature will cause them to be reordered so that they are not mixed.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enabled change gathering |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: characterByCharacterEnabled 79
Sets whether to enable character by character comparison
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable character by character comparison |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: elementSplittingEnabled 80
Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given percentage.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable element splitting |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: elementSplittingThreshold 81
Sets the percentage of unchanged text present in a modified element below which the element will be split.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | Percentage | The threshold percentage as in integer (1 to 100) |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: mixedContentDetectionScope 82
Set the scope to use for determining if each element in the document is of a mixed-content type.
The mixed content type affects whitespace processing. If DTD or XML Schema validation is used this setting has no effect.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: modifiedWhitespaceBehaviour 83
Set the ModifiedWhitespaceBehaviour to use for changes to whitespace.
Here, both documents must have some whitespace at a given point in order for there to be a change in whitespace. This will then be processed in accordance with the specified behaviour. Whitespace insertions and deletions are not affected by the modified whitespace behaviour.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: orphanedWordDetectionEnabled 84
States whether or not orphaned word detection is enabled.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Enable/disable. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: orphanedWordLengthLimit 85
Sets the maximum number of words to consider for orphaned word detection.
Sequences of words longer than the specified length will never be detected as orphaned words, regardless of the amount of changed words around them.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | unsignedLong | |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: orphanedWordMaxPercentage 86
Sets the maximum proportion of the total change size that orphaned words can take while still being considered orphans.
If the percentage value for a possibly orphaned section is less than or equal to this value, then it is classified as orphaned (unless there are more words than the length limit allows). The percentage value for a possibly orphaned section is calculated as follows:
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | Percentage | An integer value (1 to 100) that is the max percentage of the total change size were a change is considered to be orphaned. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: subtrees 87
This class is used to represent subtrees.
Contained by
Contains
Element | Description | |
---|---|---|
subtree | This is used to represent subtree XPath and type |
Element: enableNumericTolerance 88
Sets whether to use a numeric tolerance.
SVG comparison will check co-ordinate values are within specified tolerance and therefore can be considered having negligible change.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Determines whether to use numeric tolerance |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: enableSVG 89
Sets whether the DocumentComparator should do SVG comparison.
SVG comparison is recommended as it will use SVG-aware features when comparing two SVG images to ensure that the result can be rendered.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to enable SVG comparison |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: enableZIndex 90
Sets whether to use move handling within SVG Comparisons to markup Z-index changes.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Determines whether to use Z Index handling |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: fallback 91
Determines whether to fallback to {@link SVGComparisonGranularity.
ADJACENT}. SVG comparison granularity will fallback to SVGComparisonGranularity.ADJACENT if SVG exceeds the number changed elements defined by FallbackChangePercentage.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Determines whether to fallback |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: fallbackChangePercentage 92
Sets Fallback Change Percentage setting for SVG comparison results.
The default value is 30.00%.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | double | Sets Fallback Change Percentage |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: numericToleranceValue 93
Sets the numeric tolerance value for SVG comparison results.
The default is 1%, but can be given as a fixed value. Adding '%' will switch value to percentage.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | Sets the value for SVG numeric tolerance either a fixed value or percentage. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: svgGranularity 94
Sets the granularity at which the differences between two SVG images will be represented.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: svgInputAMarkupStyle 95
Sets the Input A SVG markup style setting for SVG comparison results.
The default is "red" and an SVG color can be provided as color names, RGB or RGBA values, HEX values, HSL or HSLA values.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | Sets the Input A SVG markup style |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: svgInputBMarkupStyle 96
Sets the Input A SVG markup style setting for SVG comparison results.
The default is "green" and an SVG color can be provided as color names, RGB or RGBA values, HEX values, HSL or HSLA values.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | Sets the Input A SVG markup style |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: svgZIndexMarkupStyle 97
Sets the Input Z SVG markup style setting for SVG comparison results.
The default is "purple" and an SVG color can be provided as color names, RGB or RGBA values, HEX values, HSL or HSLA values.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | Sets the Input Z SVG markup style |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: xPathToReferencedSVG 98
Sets XPath to the referenced SVG.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | string | Sets XPath to the referenced SVG. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: class 99
Load a Java class implementing the SAX XMLFilter interface from the ClassPath.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | anyNameType | The fully qualified name of the class. |
Element: file 100
Load an XSLT filter from the file system.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
path | string | The path of the filter to be loaded, relative paths are resolved according to the setting of the 'relBase' attribute. |
relBase | [enum] | The relBase attribute is used to specify how the relative path to a file is resolved. Permitted values / descriptions:
|
Element: http 101
Load XSLT filter from an identified HTTP resource.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
url | anyURI | The URL of the HTTP resource. |
Element: parameter 102
A named parameter to supply to a filter - any XPath-item type (including a sequence) can be supplied to an XSLT filter using the xpath attribute.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | anyNameType | The parameter name |
literalValue | string | The literal string value |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: resource 103
Load an XSLT filter as a resource in a jar file.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
name | anyNameType | The resource name, for example, '/xsl/resource.xsl' |
Element: attributeLocation 104
This is used to represent an attribute location XPath, separator, regular expression or output separator.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
enabled | boolean | Set if attribute splitting is enabled or disabled for the attribute at this location |
attributeXpath | Set the attribute XPath | |
mode | [enum] |
Permitted values / descriptions:
|
separator | string | Sets the separator used to split the attribute text. |
regex | string | Sets the regular expression used to split the attribute text. |
outputTokenSeparator | string | Sets the output separator used to separate tokens in the output. |
Element: location 105
This is used to represent location XPath and result rule.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
ignoreXpath | Sets the node XPath. | |
resultRule | [enum] |
Permitted values / descriptions:
|
Element: outputType 106
Set the default PreservationOutputType for changes to preserved items.
Used to specify how the lexically preserved items should be styled. Here, the two available styles are either 'normal' or 'encoded'. A third option of 'auto' enables the specified default style to be applied. Note that when 'auto' is selected for the default style then the default style is treated as 'normal'.
Contained by
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / XMLDeclaration
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / defaultAttributeInfo
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / entityReferences
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / ignorableWhitespace
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / processingInstructions
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: processingMode 107
Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed.
Contained by
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / XMLDeclaration
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / defaultAttributeInfo
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / entityReferences
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / ignorableWhitespace
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / processingInstructions
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: retain 108
Sets whether information on a lexical preservation artifact is preserved in the pipeline.
The Java API equivalent is: 'setPreserve[artifactName]'.
Contained by
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / XMLDeclaration
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / contentModel
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / defaultAttributeInfo
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / documentLocation
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / entityReferences
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / entityReplacementText
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / ignorableWhitespace
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / nestedEntityReferences
/ documentComparator / standardConfig / lexicalPreservation / overrides / preserveItems / processingInstructions
Contains
Attribute | Type | Description |
---|---|---|
literalValue | boolean | Set true to keep information on a lexical preservation artifact. |
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: advancedEntityReferenceUsage 109
For controlling some specialist use cases, where both the entity references and their replacement text are compared.
One use case where you might want to set this variable explicitly is: when you configure the comparator for standard 'round trip' lexical preservation, but the final output format cannot represent entity references. In this case, the REPLACE value can be used. This is an alternative to specifying a custom processing mode that performs round trip processing, except for entity references which are substituted for their values (i.e. their replacement text) prior to the comparison.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: outerPiAndCommentProcessingMode 110
Set processingMode for processing-instructions and comments occurring before or after the root element.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
literalValue | [enum] |
Permitted values / descriptions:
|
parameterRef | string | Name of referenced pipelineParameter |
xpath | XPath expression returning the required type |
Element: preserveItems 111
Container for preservation of specific lexical preservation artifacts, these override general preservation settings for all artifacts contained in the 'defaults' element.
Contained by
Contains
Element | Description | |
---|---|---|
CDATA | Controls preservation of CDATA sections found in the input documents | |
XMLDeclaration | Controls preservation XML declarations in the input documents | |
comments | Controls preservation of XML comment nodes found in the input documents | |
contentModel | Controls preservation of DTD/Schema Element Content Model | |
defaultAttributeInfo | Controls how information is preserved on DTD/Schema-defined default attributes added by the parser | |
doctype | Controls preservation of DocType declarations and the internal DTD subset | |
documentLocation | Controls preservation of the original document location (the systemId) | |
entityReferences | Controls preservation of entity references found in the input documents | |
entityReplacementText | Controls preservation of text to be used when entities are resolved | |
ignorableWhitespace | Controls preservation of whitespace identified as ignorable by a DTD or XML Schema | |
nestedEntityReferences | Controls preservation of entities references actually occurring within entities | |
processingInstructions | Controls preservation of XML processing-instruction nodes found in the input documents |
Element: moveCandidate 112
This is used to represent move candidate element XPath and class XPath pairs.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
elemXpath | Sets the element Xpath. | |
classXpath | Sets the class Xpath. |
Element: userNamespace 113
This element is used to define user namespace.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
prefix | Sets the prefix of the user namespace. | |
uri | Sets the uri of the user namespace. |
Element: subtree 114
This is used to represent subtree XPath and type.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
elemXpath | Sets the element XPath. | |
mode | [enum] |
Permitted values / descriptions:
|
ordered | boolean | Sets the boolean where true represents ordered alignment, and false represents unordered alignment. |
Element | Description | |
childAlignment | This class represents child alignment specifiers for the subtree configuration |
Element: CDATA 115
Controls preservation of CDATA sections found in the input documents.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: XMLDeclaration 116
Controls preservation XML declarations in the input documents.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: comments 117
Controls preservation of XML comment nodes found in the input documents.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: contentModel 118
Controls preservation of DTD/Schema Element Content Model.
Contained by
Contains
Element | Description | |
---|---|---|
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: defaultAttributeInfo 119
Controls how information is preserved on DTD/Schema-defined default attributes added by the parser.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: doctype 120
Controls preservation of DocType declarations and the internal DTD subset.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: documentLocation 121
Controls preservation of the original document location (the systemId).
Contained by
Contains
Element | Description | |
---|---|---|
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: entityReferences 122
Controls preservation of entity references found in the input documents.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: entityReplacementText 123
Controls preservation of text to be used when entities are resolved.
Contained by
Contains
Element | Description | |
---|---|---|
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: ignorableWhitespace 124
Controls preservation of whitespace identified as ignorable by a DTD or XML Schema.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: nestedEntityReferences 125
Controls preservation of entities references actually occurring within entities.
Contained by
Contains
Element | Description | |
---|---|---|
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: processingInstructions 126
Controls preservation of XML processing-instruction nodes found in the input documents.
Contained by
Contains
Element | Description | |
---|---|---|
outputType | Set the default PreservationOutputType for changes to preserved items | |
processingMode | Sets the 'PreservationProcessingMode' for controlling behaviour when preserved lexical artifacts have changed | |
retain | Sets whether information on a lexical preservation artifact is preserved in the pipeline |
Element: childAlignment 127
This class represents child alignment specifiers for the subtree configuration.
Contained by
Contains
Attribute | Type | Description |
---|---|---|
childXpath | Sets the child xpath | |
keyXpath | Sets the key xpath specifying the key for the associated child element |
This documentation was auto-generated from the XML Schema XSD.