- call(XdmValue[]) - Method in class com.deltaxml.ext.xslt.saxon.CBCFunction
-
- CalsColumnKeyingMode - Enum in com.deltaxml.cores9api.config
-
Specifies the column keying mode used to match CALS columns when table processing is enabled.
- CalsTableConfiguration - Class in com.deltaxml.cores9api.config
-
Specifies configuration options for CALS table comparison.
- CalsTableConfiguration() - Constructor for class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- cancel() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Cancel a running comparison from a different thread.
- CancellationPolicy - Enum in com.deltaxml.cores9api.config
-
Determines whether and how the Comparator can be cancelled if it is taking too long.
- CannotCompareDeltaException - Exception in com.deltaxml.api
-
It is not permitted to use a delta file to the input to a comparison since a meaningful delta result cannot be produced.
- CannotCompareDeltaException(String, String) - Constructor for exception com.deltaxml.api.CannotCompareDeltaException
-
Construct a new CannotCompareDeltaException appropriate for use within the XML Compare code.
- CBCFunction - Class in com.deltaxml.ext.xslt.saxon
-
- CBCFunction() - Constructor for class com.deltaxml.ext.xslt.saxon.CBCFunction
-
- characters(char[], int, int) - Method in class com.deltaxml.pipe.filters.CleanHouse
-
Overrides the default characters
method.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default characters
method.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordBufferingFilter
-
Overrides the default characters
method.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the characters SAX event handler.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default characters
method.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.filters.PCDataConcatenatingInfilter
-
Overrides the default characters
method.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX characters event.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler characters method.
- characters(char[], int, int) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler characters method.
- CleanHouse - Class in com.deltaxml.pipe.filters
-
Removes all elements or attributes in specified deltaxml namespaces.
- CleanHouse() - Constructor for class com.deltaxml.pipe.filters.CleanHouse
-
Creates a new instance of CleanHouse
.
- clear() - Method in interface com.deltaxml.cores9api.SummarisingErrorListener
-
- clearProgressListeners() - Method in class com.deltaxml.cores9api.DocumentComparator
-
- ColumnKeyingMode - Enum in com.deltaxml.cores9api.config
-
- com.deltaxml.api - package com.deltaxml.api
-
A low-level JAXP interface for advanced users supporting comparison and recombination.
- com.deltaxml.core - package com.deltaxml.core
-
A JAXP compatible API to facilitate construction of XML comparison pipelines.
- com.deltaxml.cores9api - package com.deltaxml.cores9api
-
A Saxon S9API compatible interface to facilitate construction of XML comparison pipelines.
- com.deltaxml.cores9api.config - package com.deltaxml.cores9api.config
-
- com.deltaxml.cores9api.config.moves - package com.deltaxml.cores9api.config.moves
-
- com.deltaxml.cores9api.internals - package com.deltaxml.cores9api.internals
-
This package contains some internal entries that need to be publicly visible, but are not officially part of the API.
- com.deltaxml.ext.xslt.saxon - package com.deltaxml.ext.xslt.saxon
-
This package provides extensions for the Saxon XSLT processor allowing access to DeltaXML comparison and associated
capabilities.
- com.deltaxml.pipe - package com.deltaxml.pipe
-
This package provides extensions to the SAX parsing API.
- com.deltaxml.pipe.filters - package com.deltaxml.pipe.filters
-
This package provides SAX event based filter implementations.
- com.deltaxml.pipe.filters.dx2 - package com.deltaxml.pipe.filters.dx2
-
This package contains filters specific to the deltaV2 format.
- com.deltaxml.pipe.filters.dx2.wbw - package com.deltaxml.pipe.filters.dx2.wbw
-
This package contains filters for use in Word By Word pipelines, as is discussed in the
Word by Word Text
Comparison guide, as well as the JavaDoc for each of the filters.
- com.deltaxml.pipe.filters.dx2.wbw.format - package com.deltaxml.pipe.filters.dx2.wbw.format
-
- com.deltaxml.pipe.filters.dx2.wbw.v62 - package com.deltaxml.pipe.filters.dx2.wbw.v62
-
This package contains the versions of the Word by Word pipeline filter which were replaced in XML Compare 6.3.
- comment(char[], int, int) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the comment SAX event handler.
- comment(char[], int, int) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler comment event, which reports any comments identified by the parser.
- comment(char[], int, int) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX comment event.
- comment(char[], int, int) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler comment method.
- comment(char[], int, int) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler comment method.
- CommonComparator - Interface in com.deltaxml.cores9api.internals
-
An internal interface that is used to expose common Core S9 API methods for use with .NET API.
- COMPARATOR_FULL_FEATURE - Static variable in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Comparator feature name for full delta output.
- ComparatorInstantiationException - Exception in com.deltaxml.core
-
Thrown to indicate a problem instantiating or configuring a DeltaXML Comparator.
- ComparatorInstantiationException(String, Throwable) - Constructor for exception com.deltaxml.core.ComparatorInstantiationException
-
Creates a new ComparatorInstantiationException.
- ComparatorInstantiationException(String) - Constructor for exception com.deltaxml.core.ComparatorInstantiationException
-
Creates a new ComparatorInstantiationException.
- ComparatorInstantiationException(Throwable) - Constructor for exception com.deltaxml.core.ComparatorInstantiationException
-
Creates a new ComparatorInstantiationException.
- compare(File, File, File) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares File objects and uses a File to represent the result.
- compare(Reader, String, Reader, String, Writer) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares the XML obtained from Reader objects and uses a Writer to represent the pipeline result.
- compare(InputStream, String, InputStream, String, OutputStream) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares the XML obtained from InputStream objects and uses an OutputStream to represent the pipeline result.
- compare(String, String, String, String, StringBuilder) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares the XML obtained from Strings and uses a StringBuilder to represent the pipeline result.
- compare(URL, URL, File) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares the XML obtained from URLs and writes the pipeline result to a File.
- compare(URL, URL, OutputStream) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares the XML obtained from URLs and writes the pipeline result to an OutputStream.
- compare(InputSource, InputSource, StreamResult) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares the XML obtained from InputSource Objects and writes the pipeline result to a StreamResult.
- compare(XdmNode, XdmNode) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Compares two Saxon XdmNode trees and generates an XdmNode tree result from the pipeline.
- compare(XPathContext, NodeInfo, NodeInfo, URL) - Static method in class com.deltaxml.ext.xslt.saxon.Comparison
-
A com.deltaxml.cores9api XSLT extension function that allows XSLT nodes or subtrees to be compared using a configurable
pipelined comparison.
- compare(XPathContext, NodeInfo, NodeInfo) - Static method in class com.deltaxml.ext.xslt.saxon.Comparison
-
A com.deltaxml.cores9api XSLT extension function that allows a XSLT nodes or subtrees to be compared with a standard
comparison.
- comparePartial(InputSource, InputSource, StreamResult) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Run partial comparison up to Part 2 of output chain - used for DITA Map Topicset comparisons.
- compareTo(DXPParameterDefinition<?>) - Method in class com.deltaxml.core.DXPParameterDefinition
-
Total order of two parameter objects, where objects primary order is by name.
- compareTo(DXPParameterDefinition<?>) - Method in class com.deltaxml.core.DXPParameterInstance
-
Total order of two parameter objects, where objects primary order is by name.
- Comparison - Class in com.deltaxml.ext.xslt.saxon
-
A class consisting of XSLT extension functions for comparison operations.
- ComparisonCancelledException - Exception in com.deltaxml.cores9api
-
- ComparisonCancelledException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.ComparisonCancelledException
-
- ComparisonException - Exception in com.deltaxml.cores9api
-
Indicates a problem during the comparison stage of the pipeline.
- ComparisonException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.ComparisonException
-
Creates a new ComparisonException.
- ComparisonHeartbeatListener - Interface in com.deltaxml.api
-
A listener which receives events from the XMLComparator indicating that progress has been made in the current comparison.
- ConditionalFilterXPathException - Exception in com.deltaxml.cores9api
-
Indicates a problem evaluating the 'when' XPath expression on a conditional filter in a DXP file.
- CONFIG_DEBUG_FILES - Static variable in class com.deltaxml.cores9api.DocumentComparator
-
This is a boolean configuration property that when true will send most or all intermediate results to files.
- CONFIG_DEBUG_FILES - Static variable in class com.deltaxml.cores9api.PipelinedComparatorS9
-
This is a boolean configuration property that when true will send most or all intermediate results to files.
- CONFIG_OPTIMIZE_XMLFILTERS_AROUND_COMPARATOR - Static variable in class com.deltaxml.cores9api.PipelinedComparatorS9
-
This configuration property provides the default or initial value for this optimization setting.
- CPUCountException - Exception in com.deltaxml.api
-
An exception indicating that the license used to activate the software does not support the number of CPUs being used.
- CPUCountException(int, int) - Constructor for exception com.deltaxml.api.CPUCountException
-
Constructs a new CPUCountException appropriate for use in the XML Compare code.
- DCPConfiguration - Class in com.deltaxml.cores9api
-
- DCPConfiguration(File, Processor, boolean) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from a DCP file.
- DCPConfiguration(File, boolean) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from a DCP file.
- DCPConfiguration(InputSource, Processor, boolean) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from an InputSource.
- DCPConfiguration(InputSource, boolean) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from an InputSource.
- DCPConfiguration(XdmNode, boolean) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from a supplied XdmNode tree.
- DCPConfiguration(File, Processor) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from a DCP file.
- DCPConfiguration(File) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from a DCP file.
- DCPConfiguration(InputSource, Processor) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from an InputSource.
- DCPConfiguration(InputSource) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from an InputSource.
- DCPConfiguration(XdmNode) - Constructor for class com.deltaxml.cores9api.DCPConfiguration
-
Creates a DCPConfiguration object from a supplied XdmNode tree.
- DCPipelineProgressTextReporter - Class in com.deltaxml.cores9api
-
Reports pipeline progress to System.err using textual messages.
- DCPipelineProgressTextReporter() - Constructor for class com.deltaxml.cores9api.DCPipelineProgressTextReporter
-
Constructs a progress reporter that reports times and filter names.
- DCPipelineProgressTextReporter(boolean) - Constructor for class com.deltaxml.cores9api.DCPipelineProgressTextReporter
-
Constructs a configurable progress reporter.
- DCPipelineProgressTextReporter(boolean, boolean) - Constructor for class com.deltaxml.cores9api.DCPipelineProgressTextReporter
-
Constructs a configurable progress reporter.
- DEFAULT_ORPHANED_THRESHOLD_PERCENTAGE - Static variable in class com.deltaxml.pipe.filters.dx2.wbw.OrphanedWordOutfilter
-
the default value for orphanedThresholdPercentaeg, set at 20.
- DEFAULT_ORPHANED_WORD_LIMIT - Static variable in class com.deltaxml.pipe.filters.dx2.wbw.OrphanedWordOutfilter
-
the default value for orphanedLengthlimit, set at 2.
- DefaultAttProcessingMode - Enum in com.deltaxml.cores9api.config
-
Represents the behaviour required when outputting defaulted attributes.
- Delta - Class in com.deltaxml.pipe.filters.dx2
-
A type-safe enum representing the different delta values that are legal in a DeltaXML delta file.
- DELTA_A - Static variable in class com.deltaxml.pipe.filters.dx2.Delta
-
A delta value representing a deleted xml node (i.e only appears in document 'A').
- DELTA_B - Static variable in class com.deltaxml.pipe.filters.dx2.Delta
-
A delta value representing an added xml node (i.e only appears in document 'B').
- DELTA_LOCALNAME - Static variable in class com.deltaxml.pipe.filters.dx2.Delta
-
The localname for the delta value.
- DELTA_MODIFY - Static variable in class com.deltaxml.pipe.filters.dx2.Delta
-
A delta value representing a modified xml node (i.e is different in documents 'A' and 'B').
- DELTA_UNCHANGED - Static variable in class com.deltaxml.pipe.filters.dx2.Delta
-
A delta value representing an unchanged xml node (i.e is the same in documents 'A' and 'B').
- DeltaPunctuationElement - Class in com.deltaxml.pipe.filters.dx2.wbw
-
A representation of a punctuation element used by
WordBufferingFilter
and its sub-types to represent and manipulate the
buffer of word/space/punctuation elements.
- DeltaPunctuationElement() - Constructor for class com.deltaxml.pipe.filters.dx2.wbw.DeltaPunctuationElement
-
Default constructor.
- DeltaPunctuationElement(Delta) - Constructor for class com.deltaxml.pipe.filters.dx2.wbw.DeltaPunctuationElement
-
Creates a new Punctuation with the supplied delta.
- DeltaSpaceElement - Class in com.deltaxml.pipe.filters.dx2.wbw
-
A representation of a space element used by
WordBufferingFilter
and its sub-types to represent and manipulate the
buffer of word/space/punctuation elements.
- DeltaSpaceElement() - Constructor for class com.deltaxml.pipe.filters.dx2.wbw.DeltaSpaceElement
-
Default constructor.
- DeltaSpaceElement(Delta) - Constructor for class com.deltaxml.pipe.filters.dx2.wbw.DeltaSpaceElement
-
Creates a new Space with the supplied delta.
- DELTAV2_FEATURE - Static variable in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Comparator feature name for controlling the delta version.
- DeltaWordElement - Class in com.deltaxml.pipe.filters.dx2.wbw
-
A representation of a word element used by
WordBufferingFilter
and its sub-types to represent and manipulate the buffer
of word/space/punctuation elements.
- DeltaWordElement() - Constructor for class com.deltaxml.pipe.filters.dx2.wbw.DeltaWordElement
-
Default constructor.
- DeltaWordElement(Delta) - Constructor for class com.deltaxml.pipe.filters.dx2.wbw.DeltaWordElement
-
Creates a new Word with the supplied delta.
- DELTAXML_NS - Static variable in class com.deltaxml.pipe.filters.dx2.Delta
-
The DeltaXML namespace.
- DeltaXMLError - Error in com.deltaxml.api
-
This class specifies an error condition.
- DeltaXMLError(String) - Constructor for error com.deltaxml.api.DeltaXMLError
-
Creates a new error with an identifying message.
- DeltaXMLError(Throwable) - Constructor for error com.deltaxml.api.DeltaXMLError
-
Creates a new error which wraps an existing error or exception.
- DeltaXMLError(String, Throwable) - Constructor for error com.deltaxml.api.DeltaXMLError
-
Creates a new error which wraps an existing error or exception and provides an additional message.
- DeltaXMLException - Exception in com.deltaxml.api
-
This class specifies an exceptional condition.
- DeltaXMLException(String) - Constructor for exception com.deltaxml.api.DeltaXMLException
-
Creates a new exception with an identifying message.
- DeltaXMLException(Throwable) - Constructor for exception com.deltaxml.api.DeltaXMLException
-
Creates a new exception which wraps an existing exception.
- DeltaXMLException(String, Throwable) - Constructor for exception com.deltaxml.api.DeltaXMLException
-
Creates a new exception which wraps an existing exception and provides an additional message.
- DeltaXMLProcessingException - Exception in com.deltaxml.api
-
This class specifies an exceptional condition that occurred during the comparison and recombination processes.
- DeltaXMLProcessingException(String) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception with an identifying message.
- DeltaXMLProcessingException(String, int) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception with an identifying message and error code.
- DeltaXMLProcessingException(Throwable) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception which wraps an existing exception.
- DeltaXMLProcessingException(Throwable, int) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception which wraps an existing exception and provides an errorCode.
- DeltaXMLProcessingException(String, Throwable) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception which wraps an existing exception and provides an additional message.
- DeltaXMLProcessingException(String, Throwable, int) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception which wraps an existing exception and also provides an additional message and errorCode.
- DeltaXMLProcessingException(String, Throwable, int, FailureSeverity) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception which wraps an existing exception and also provides an additional message, errorCode and
severity.
- DeltaXMLProcessingException(String, int, FailureSeverity) - Constructor for exception com.deltaxml.api.DeltaXMLProcessingException
-
Creates a new exception providing an additional message, errorCode and severity.
- DifferentRootElementException - Exception in com.deltaxml.api
-
Files being compared must have equivalent root elements.
- DifferentRootElementException(String, String, String, String) - Constructor for exception com.deltaxml.api.DifferentRootElementException
-
Construct a new DifferentRootElementException appropriate for use in the XML Compare code.
- DifferingOrderedAttributesException - Exception in com.deltaxml.api
-
The deltaxml:ordered attribute is placed on elements to control whether its children are compared using the ordered comparison
algorithm or the orderless algorithm.
- DifferingOrderedAttributesException(Node, Node) - Constructor for exception com.deltaxml.api.DifferingOrderedAttributesException
-
Construct a new DifferingOrderedAttributesException appropriate for use in the XML Compare code.
- DifferingOrderedAttributesException(String, String) - Constructor for exception com.deltaxml.api.DifferingOrderedAttributesException
-
Construct a new DifferingOrderedAttributesException appropriate for use in the XML Compare code.
- DO_NEW_TABLE_PROCESSING - Static variable in class com.deltaxml.cores9api.DocumentComparator
-
This is a boolean configuration property, when set to true will use the new table processing algorithms
when comparing CALS or HTML tables within files.
- DocumentComparator - Class in com.deltaxml.cores9api
-
Provides a pre-configured comparison tool more suited for document comparison.
- DocumentComparator() - Constructor for class com.deltaxml.cores9api.DocumentComparator
-
Creates a new DocumentComparator.
- DocumentComparator(Processor) - Constructor for class com.deltaxml.cores9api.DocumentComparator
-
Creates a new DocumentComparator.
- DocumentComparator.ExtensionPoint - Enum in com.deltaxml.cores9api
-
Represents the point at which user
FilterStep
s can be inserted.
- DocumentProgressListener - Interface in com.deltaxml.cores9api
-
Monitor the progress of the document comparator.
- DuplicateStepNameException - Exception in com.deltaxml.cores9api
-
Indicates that an attempt has been made to declare multiple PipelineSteps with the same name in a single Pipeline.
- DXPConfigurationError - Error in com.deltaxml.core
-
Specifies an unresolvable error condition in a DXPConfiguration.
- DXPConfigurationError(String) - Constructor for error com.deltaxml.core.DXPConfigurationError
-
Constructs a new DXPConfigurationError.
- DXPConfigurationError(Throwable) - Constructor for error com.deltaxml.core.DXPConfigurationError
-
Constructs a new DXPConfigurationError.
- DXPConfigurationError(String, Throwable) - Constructor for error com.deltaxml.core.DXPConfigurationError
-
Constructs a new DXPConfigurationError.
- DXPConfigurationException - Exception in com.deltaxml.core
-
Indicates an error condition in the DXPConfiguration.
- DXPConfigurationException(String) - Constructor for exception com.deltaxml.core.DXPConfigurationException
-
Creates a new DXPConfigurationException.
- DXPConfigurationException(Throwable) - Constructor for exception com.deltaxml.core.DXPConfigurationException
-
Creates a new DXPConfigurationException.
- DXPConfigurationException(String, Throwable) - Constructor for exception com.deltaxml.core.DXPConfigurationException
-
Creates a new DXPConfigurationException.
- DXPConfigurationS9 - Class in com.deltaxml.cores9api
-
- DXPConfigurationS9(File) - Constructor for class com.deltaxml.cores9api.DXPConfigurationS9
-
Creates a DXPConfigurationS9 object from a DXP file.
- DXPConfigurationS9(InputSource, EntityResolver, boolean) - Constructor for class com.deltaxml.cores9api.DXPConfigurationS9
-
Creates a DXPConfigurationS9 object from a DXP InputSource.
- DXPConfigurationS9(InputSource) - Constructor for class com.deltaxml.cores9api.DXPConfigurationS9
-
Creates a DXPConfigurationS9 object from an InputSource.
- DXPConfigurationS9(XdmNode) - Constructor for class com.deltaxml.cores9api.DXPConfigurationS9
-
Creates a DXPConfigurationS9 object from a supplied XdmNode tree.
- DXPParameterDefinition<T extends java.lang.Comparable<?>> - Class in com.deltaxml.core
-
A comparison parameter definition.
- DXPParameterDefinition(String, T, String) - Constructor for class com.deltaxml.core.DXPParameterDefinition
-
Create a parameter with a given name, default value and description.
- DXPParameterDefinition.FormatInfo - Class in com.deltaxml.core
-
A utility class for identifying the space required to display a list of parameter definitions.
- DXPParameterInstance<T extends java.lang.Comparable<?>> - Class in com.deltaxml.core
-
An instance of a DXPParameterDefinition object.
- DXPParameterInstance(DXPParameterDefinition<T>) - Constructor for class com.deltaxml.core.DXPParameterInstance
-
Create a parameter instance from a parameter definition.
- DXPParameterInstance(DXPParameterDefinition<T>, T) - Constructor for class com.deltaxml.core.DXPParameterInstance
-
Create a parameter instance from a parameter definition and value.
- DynamicPDFormatException - Exception in com.deltaxml.cores9api
-
Indicates an error encountered either when resolving XPath expressions in the Pipeline Description or when validating the
resolved Pipeline Description.
- DynamicPDFormatException(String) - Constructor for exception com.deltaxml.cores9api.DynamicPDFormatException
-
- DynamicPDFormatException(Throwable) - Constructor for exception com.deltaxml.cores9api.DynamicPDFormatException
-
- DynamicPDFormatException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.DynamicPDFormatException
-
- elementDecl(String, String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the elementDecl SAX event handler.
- elementDecl(String, String) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default elementDecl
method.
- elementDecl(String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the Declaration Handler elementDecl event, which reports DTD related (external DTD or
internal subset) element declarations.
- elementDecl(String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX elementDecl event.
- elementDecl(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the DeclHandler elementDecl method.
- elementDecl(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An implementation of the DeclHandler elementDecl method.
- ENABLED_PROP_DVAL - Static variable in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
The default value of the configuration property for enabling lexical preservation during comparator construction.
- ENABLED_PROP_NAME - Static variable in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
The name of the configuration property for enabling lexical preservation during comparator construction.
- enableNumericTolerance(boolean) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets whether to use a numeric tolerance.
- endCDATA() - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the endCDATA SAX event handler.
- endCDATA() - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler endCDATA event, which reports the end of a CDATA boundry idenitified
by the parser.
- endCDATA() - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX endCDATA event.
- endCDATA() - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler endCDATA method.
- endCDATA() - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler endCDATA method.
- endDocument() - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Overrides the default endDocument
method.
- endDocument() - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default endDocument
method.
- endDocument() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Overrides the default endDocument
method.
- endDocument() - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the SAX endDocument event handler.
- endDocument() - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX endDocument event.
- endDocument() - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler endDocument method.
- endDocument() - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler endDocument method.
- endDTD() - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the endDTD SAX event handler.
- endDTD() - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler endDTD event, which reports the end of DOCTYPE processing by the
parser.
- endDTD() - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX endDTD event.
- endDTD() - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler endDTD method.
- endDTD() - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler endDTD method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Overrides the default endElement
method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.CleanHouse
-
Overrides the default endElement
method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.format.FormatAwareWordInfilter
-
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default endElement
method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordBufferingFilter
-
Overrides the default endElement
method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the SAX startElement event handler.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default endElement
method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.filters.PCDataConcatenatingInfilter
-
Overrides the default endElement
method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX endElement event.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler endElement method.
- endElement(String, String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler endElement method.
- endEntity(String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the endEntity SAX event handler.
- endEntity(String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler endEntity event, which reports the end of entity instance processing
by the parser.
- endEntity(String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX endEntity event.
- endEntity(String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler endEntity method.
- endEntity(String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler endEntity method.
- endInnerCompare(String, int) - Method in interface com.deltaxml.cores9api.MovesAwareDocumentProgressListener
-
- endPrefixMapping(String) - Method in class com.deltaxml.pipe.filters.CleanHouse
-
Overrides the default endPrefixMapping
method.
- endPrefixMapping(String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX endPrefixMapping event.
- endPrefixMapping(String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler endPrefixMapping method.
- endPrefixMapping(String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler endPrefixMapping method.
- ENHANCED_MATCH_1_FEATURE - Static variable in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Comparator feature name for enhanced matching.
- equals(Object) - Method in class com.deltaxml.core.DXPParameterDefinition
-
Overrides the default equals
method.
- ERROR - Static variable in class com.deltaxml.api.FailureSeverity
-
An ERROR Severity is one which may affect the viability of the Comparison result.
- error(SAXParseException) - Method in class com.deltaxml.core.RethrowingParserErrorHandler
-
Receives notification of a recoverable error and throws a SAXParseException
.
- error(SAXParseException) - Method in class com.deltaxml.cores9api.SchemaErrorHandler
-
- error(SAXParseException) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX error event.
- externalEntityDecl(String, String, String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the externalEntityDecl SAX event handler.
- externalEntityDecl(String, String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the Declaration Handler externalEntityDecl event, which reports DTD related (external DTD or
internal subset) external entity declarations.
- externalEntityDecl(String, String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX externalEntityDecl event.
- externalEntityDecl(String, String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the DeclHandler externalEntityDecl method.
- externalEntityDecl(String, String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An implementation of the DeclHandler externalEntityDecl method.
- generate(List<Subtree>) - Method in class com.deltaxml.cores9api.config.SubtreeProcessingFilterGenerator
-
Generate an XsltExecutable object ready to set as the "add-core-element-class" FilterStep.
- generate() - Method in class com.deltaxml.cores9api.DCPConfiguration
-
- generate(Map<String, Boolean>, Map<String, String>) - Method in class com.deltaxml.cores9api.DCPConfiguration
-
- generate(Map<String, Boolean>, Map<String, String>) - Method in class com.deltaxml.cores9api.DXPConfigurationS9
-
Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9.
- generate(Map<String, Boolean>, Map<String, String>, Processor) - Method in class com.deltaxml.cores9api.DXPConfigurationS9
-
Generates a PipelinedComparatorS9 from this instance of a DXPConfigurationS9.
- generate() - Method in class com.deltaxml.cores9api.DXPConfigurationS9
-
Generates a PipelinedComparatorS9 from the DXP configuration loaded into this instance of a DXPConfigurationS9.
- get(String) - Static method in enum com.deltaxml.pipe.filters.LexicalPreservationBase.PreserveItem
-
Get the preserve item associated with the given label.
- getAdvancedEntityReferenceUsage() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Return whether entity references or their replacement text appear in the output.
- getAdvancedEntityRefUsage(String) - Static method in enum com.deltaxml.cores9api.config.AdvancedEntityRefUsage
-
Returns a ExtendedBooleanProcessingMode object from the supplied String value if appropriate.
- getAggregatePosition() - Method in exception com.deltaxml.core.FilterClassIncompatibilityException
-
Reports the member of an aggregate which caused the problem.
- getAggregatePosition() - Method in exception com.deltaxml.core.FilterClassInstantiationException
-
Reports the member of an aggregate which caused the problem.
- getAggregatePosition() - Method in exception com.deltaxml.core.FilterConfigurationException
-
Reports the member of a filter aggregate which caused the problem.
- getAggregatePosition() - Method in exception com.deltaxml.core.FilterParameterizationException
-
Identifies which filter within a filter chain is causing the problem.
- getAggregatePosition() - Method in exception com.deltaxml.core.UnsupportedFilterListMemberException
-
Reports the member of an aggregate which caused the problem.
- getAggregatePosition() - Method in exception com.deltaxml.cores9api.FilterProcessingSingleException
-
Reports the member of a filter aggregate which caused the problem.
- getAllowableFilterClasses() - Method in exception com.deltaxml.core.FilterClassIncompatibilityException
-
Reports the classes which may be used as a filter in this context.
- getArgumentTypes() - Method in class com.deltaxml.ext.xslt.saxon.CBCFunction
-
- getAttributes() - Method in class com.deltaxml.pipe.filters.dx2.Delta
-
Returns the delta value as a new SAX Attribute.
- getAValue() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Returns the element's value from document 'A'.
- getBValue() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Returns the element's value from document 'B'.
- getCachedLocales() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Reports the locales used as keys in the break iterator cache.
- getCacheResetForNewDocument() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Reports the current cache reset setting.
- getCalsColumnKeyingMode() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- getCalsTableConfiguration() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the current configuration options for CALS table comparison.
- getCause() - Method in error com.deltaxml.api.DeltaXMLError
-
Return the throwable that this error wraps.
- getCause() - Method in exception com.deltaxml.api.DeltaXMLException
-
Return the throwable that this exception wraps.
- getCDATAOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getCDATAProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getChild1() - Method in exception com.deltaxml.api.UnorderedDuplicateKeysException
-
Reports the location (XPath) of the first shared-key child.
- getChild2() - Method in exception com.deltaxml.api.UnorderedDuplicateKeysException
-
Reports the location (XPath) of the second shared-key child.
- getClassXpath() - Method in class com.deltaxml.cores9api.config.moves.MoveCandidate
-
Gets the MoveCandidate class XPath.
- getClosestAttributeValueFromAncestor(String, String, String, String, int) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Returns the value of the given attribute on the ancestor of the given type that is nearest the top of the ancestor stack
which has a value for the given attribute.
- getClosestAttributeValueFromAnyAncestor(String, String, int) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Returns the value of the given attribute on the ancestor nearest the top of the ancestor stack which has a value for the
given attribute.
- getColumnKeyingMode(String) - Static method in enum com.deltaxml.cores9api.config.CalsColumnKeyingMode
-
- getColumnKeyingMode() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- getColumnKeyingMode(String) - Static method in enum com.deltaxml.cores9api.config.ColumnKeyingMode
-
Deprecated.
- getColumnKeyingMode(String) - Static method in enum com.deltaxml.cores9api.config.HtmlColumnKeyingMode
-
- getCommentOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getCommentProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getComparatorFeature(String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Allows the current settings of comparator features to be determined.
- getComparatorProperty(String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Allows the current settings of the comparator properties to be determined.
- getCpuLimit() - Method in exception com.deltaxml.api.CPUCountException
-
Reports the number of CPUs the currently activated license allows.
- getCurrentCpuCount() - Method in exception com.deltaxml.api.CPUCountException
-
Reports the number of CPUs on the current system.
- getDebugDir() - Method in class com.deltaxml.cores9api.FilterChain
-
Returns the File
representing the directory in which debug files will be output.
- getDebugPrefix() - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
This returns where the debug files will be found.
- getDefaultAttProcessingMode(String) - Static method in enum com.deltaxml.cores9api.config.DefaultAttProcessingMode
-
Returns a DefaultAttProcessingMode object from the supplied String value if appropriate.
- getDefaultBreakIterator() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Returns the current default Break Iterator.
- getDefaultedAttributeInfoOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getDefaultedAttributeInfoProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getDefaultMode() - Method in class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Gets the Default Type value.
- getDefaultNamespace() - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Get the default namespace in use.
- getDefaultOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getDefaultProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getDefaultValue() - Method in class com.deltaxml.core.DXPParameterDefinition
-
Get the parameter's default value.
- getDefaultValueMaxWidth() - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the width required to display the default value on a single line.
- getDefaultValueMinWidth() - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the minimum width required to display the default value whilst splitting lines on whitespace only.
- getDelta() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Returns the element's delta value.
- getDeltaFromValue(String) - Static method in class com.deltaxml.pipe.filters.dx2.Delta
-
Returns the Delta representation that corresponds to the supplied String value.
- getDepth() - Method in interface com.deltaxml.cores9api.PipelineLocationEntry
-
The depth of the current entry; the number of parents plus one.
- getDescription() - Method in class com.deltaxml.core.DXPParameterDefinition
-
Get the parameter's description.
- getDescriptionMaxWidth() - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the width required to display the description on a single line.
- getDescriptionMinWidth() - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the width required to display the description whilst splitting lines on whitespace only.
- getDiagnostics() - Method in exception com.deltaxml.api.InvalidOriginalPositionException
-
Reports more detailed information about why the {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute
is invalid.
- getDoctypeOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getDoctypeProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getDocumentComparator() - Method in class com.deltaxml.cores9api.DCPConfiguration
-
- getDuplicateStepName() - Method in exception com.deltaxml.cores9api.DuplicateStepNameException
-
Returns the PipelineStep name that has caused the Exception to be thrown.
- getElementSplittingDebugTextReportSize() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Returns the current limit on the length of each debug report output by the element splitting filter.
- getElementSplittingThreshold() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Returns the percentage of unchanged text present in a modified element below which the element will be split.
- getElemXpath() - Method in class com.deltaxml.cores9api.config.moves.MoveCandidate
-
Gets the MoveCandidate element XPath.
- getElemXpath() - Method in class com.deltaxml.cores9api.config.Subtree
-
Gets the Subtree element XPath.
- getEndPosition() - Method in exception com.deltaxml.cores9api.FilterProcessingRangeException
-
Provides the end position for the filter(s) causing the problem.
- getEntityRefOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getEntityRefProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getEntityResolver() - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Returns the current entity resolver setting.
- getErrorCode() - Method in exception com.deltaxml.api.DeltaXMLProcessingException
-
Errors detected by the Comparator and Combiner operations were each given an identifying number in releases prior to 5.0 of
the XML Compare API.
- getErrorReport() - Method in interface com.deltaxml.cores9api.SummarisingErrorListener
-
- getExceptions() - Method in class com.deltaxml.cores9api.SchemaErrorHandler
-
Get the exceptions caught.
- getExpectedLicenseType() - Method in exception com.deltaxml.api.InvalidLicenseException
-
Reports the expected type or types of license corresponding to the location where licenses were loaded.
- getFallbackChangePercentage() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the fallback change percentage setting for SVG comparison results.
- getFeatureName() - Method in exception com.deltaxml.core.FeatureNotRecognizedException
-
Provides the featureName that is not recognized.
- getFeatureName() - Method in exception com.deltaxml.core.FeatureSettingNotSupportedException
-
Provides the feature name that could not be changed.
- getFileExtension() - Method in class com.deltaxml.cores9api.DXPConfigurationS9
-
Returns the contents of the DXP outputFileExtension/@extension
attribute.
- getFilterClass() - Method in exception com.deltaxml.core.FilterClassInstantiationException
-
Provides information about the class which cannot be used as a filter.
- getFilterClass() - Method in exception com.deltaxml.core.UnsupportedFilterListMemberException
-
Provides information about the Object which cannot be used as a filter.
- getFilterSource() - Method in exception com.deltaxml.core.FilterConfigurationException
-
Provides information about the origins of the filter, for example the file or URL from which the XSLT was loaded.
- getFilterSource() - Method in exception com.deltaxml.cores9api.FilterProcessingSingleException
-
Provides information about the origins of the filter, for example the file or URL from which the XSLT was loaded.
- getFirstFatalError() - Method in interface com.deltaxml.cores9api.SummarisingErrorListener
-
- getFormattedPipelineSummaryTable(Collection<DCPConfiguration>, int, int) - Static method in class com.deltaxml.cores9api.DCPConfiguration
-
Returns a table summarizing the provided pipelines as a multi-line string.
- getFormattedPipelineSummaryTable(Collection<DXPConfigurationS9>, int, int) - Static method in class com.deltaxml.cores9api.DXPConfigurationS9
-
A table summarising the provided pipelines as a multi-line string.
- getFramemakerTableChangeMode() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Returns the FrameMaker table change mode.
- getFrameMakerTrackChangesTableChangeMode(String) - Static method in enum com.deltaxml.cores9api.config.FrameMakerTrackChangesTableChangeMode
-
Returns a FrameMakerTrackChangesTableChangeMode object from the supplied String value if appropriate.
- getGrandParentLocalName() - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Returns the localName of the grand parent element.
- getGrouping() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Returns a boolean value specifying whether grouping adjacent changes is enabled or not.
- getHtmlColumnKeyingMode() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- getHtmlTableConfiguration() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the current configuration options for HTML table comparison.
- getIgnorableWhitespaceOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getIgnorableWhitespaceProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getIgnoreXMLLangAttributes() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Reports whether xml:lang attributes are current ignored or considered when using BreakIterators.
- getIncorrectParentElement() - Method in exception com.deltaxml.api.UnorderedDuplicateKeysException
-
Reports the XPath of the orderless element.
- getInput1Elem() - Method in exception com.deltaxml.api.DifferingOrderedAttributesException
-
Report the node form input 1 which has a different deltaxml:ordered value to that of input 2.
- getInput2Elem() - Method in exception com.deltaxml.api.DifferingOrderedAttributesException
-
Report the node form input 2 which has a different deltaxml:ordered value to that of input 1.
- getInputASVGMarkupStyle() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Returns the Input A SVG markup style setting for SVG comparison results.
- getInputBSVGMarkupStyle() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Returns the Input B SVG markup style setting for SVG comparison results.
- getInvalidOriginalPositionValue() - Method in exception com.deltaxml.api.InvalidOriginalPositionException
-
Reports value of the {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which is invalid.
- getInvalidOriginalPositionXPath() - Method in exception com.deltaxml.api.InvalidOriginalPositionException
-
Reports the location of the {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which is invalid.
- getInvalidTableBehaviour() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Returns the current behaviour in use when inputs contain invalid CALS tables.
- getInvalidTableBehaviour() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Returns the current behaviour in use when inputs contain invalid HTML tables.
- getInvalidTableBehaviour(String) - Static method in enum com.deltaxml.cores9api.config.InvalidTableBehaviour
-
- getisCharacterByCharacter() - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Returns the current value of isCharacterByCharacter.
- getKeyValue() - Method in exception com.deltaxml.api.UnorderedDuplicateKeysException
-
Reports the shared key value.
- getLexicalPreservationConfig() - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Returns the current lexical preservation configuration settings.
- getLocalName() - Method in class com.deltaxml.pipe.filters.dx2.wbw.DeltaPunctuationElement
-
Returns the localName for a punctuation element.
- getLocalName() - Method in class com.deltaxml.pipe.filters.dx2.wbw.DeltaSpaceElement
-
Returns the localName for a space element.
- getLocalName() - Method in class com.deltaxml.pipe.filters.dx2.wbw.DeltaWordElement
-
Returns the localName for a word element.
- getLocalName() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Returns the localName of the current element type.
- getLocationId() - Method in exception com.deltaxml.core.FilterClassIncompatibilityException
-
Returns the identity of the filter chain in which the problem occurred.
- getLocationId() - Method in exception com.deltaxml.core.FilterClassInstantiationException
-
Returns the identity of the filter chain in which the problem occurred.
- getLocationId() - Method in exception com.deltaxml.core.FilterParameterizationException
-
Identifies which filter chain contains the filter causing the problem.
- getLocationId() - Method in exception com.deltaxml.core.UnsupportedFilterListMemberException
-
Returns the identity of the filter chain in which the error occurs.
- getLocationId() - Method in exception com.deltaxml.cores9api.FilterProcessingException
-
Provides information about which of the input or output filter chains an error occurred in.
- getLocationId() - Method in exception com.deltaxml.cores9api.PipelineLoadingException
-
Provides information about which input caused the loading problem.
- getMathMLConfig() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the current MathML configuration options.
- getMathMLGranularity() - Method in class com.deltaxml.cores9api.config.MathMLConfig
-
Returns the granularity setting for MathML comparison results.
- getMathMLGranularity(String) - Static method in enum com.deltaxml.cores9api.config.MathMLGranularity
-
- getMaxWidth(int) - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the maximum width required to display all three columns.
- getMinWidth(int) - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the minimum width required to display all three columns.
- getMixedContentDetectionScope(String) - Static method in enum com.deltaxml.cores9api.config.MixedContentDetectionScope
-
- getMixedContentDetectionScope() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- getModifedWhitespaceBehaviour(String) - Static method in enum com.deltaxml.cores9api.config.ModifiedWhitespaceBehaviour
-
- getModifiedAttributeMode(String) - Static method in enum com.deltaxml.cores9api.config.ModifiedAttributeMode
-
Returns a ModifiedAttributeMode object from the supplied String value if appropriate.
- getModifiedAttributeMode() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
- getModifiedFormatOutput(String) - Static method in enum com.deltaxml.cores9api.config.ModifiedFormatOutput
-
- getModifiedFormatOutput() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
- getModifiedWhitespaceBehaviour() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- getMoveAttributeXpath() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- getMoveCandidates() - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Gets the list of MoveCandidates
- getMoveDetectionConfig() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Gets the current Move Detection configuration settings.
- getMoveDetectionType() - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Gets the MoveDetectionType value
- getMoveDetectionType(String) - Static method in enum com.deltaxml.cores9api.config.moves.MoveDetectionType
-
- getName() - Method in class com.deltaxml.core.DXPParameterDefinition
-
Get the parameter's name.
- getName() - Method in interface com.deltaxml.cores9api.PipelineLocationEntry
-
The name of the entry.
- getName() - Method in class com.deltaxml.ext.xslt.saxon.CBCFunction
-
- getNameMaxWidth() - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the width required to display the name on a single line.
- getNameMinWidth() - Method in class com.deltaxml.core.DXPParameterDefinition.FormatInfo
-
Get the minimum width required to display the name whilst splitting lines on whitespace only.
- getNamespacedName1() - Method in exception com.deltaxml.api.DifferentRootElementException
-
Reports namespaced-name of the root element of the first comparison input.
- getNamespacedName2() - Method in exception com.deltaxml.api.DifferentRootElementException
-
Reports namespaced-name of the root element of the second comparison input.
- getNumberOfProgressStages() - Method in class com.deltaxml.cores9api.DocumentComparator
-
- getNumberOfProgressStages() - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Get the total number of enabled Progress Reporting Stages.
- getNumberOfProgressStages() - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
- getNumericToleranceValue() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the numeric tolerance value for SVG comparison results.
- getOptimizeXMLFiltersAroundComparator() - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Reports the current value of the optimization setting.
- getOrderlessPresentationMode(String) - Static method in enum com.deltaxml.cores9api.config.OrderlessPresentationMode
-
Returns a OrderlessPresentationMode object from the supplied String value if appropriate.
- getOrderlessPresentationMode() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
- getOrphanedWordLengthLimit() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Returns the current maximum number of words that could be considered orphaned.
- getOrphanedWordMaxPercentage() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Returns the maximum proportion of the total change size that orphaned words can take while still being considered orphans.
- getOuterPiAndCommentOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Return the
PreservationOutputType
to use for changes to processing instructions and comments outside the root element
(and outside the internal subset).
- getOuterPiAndCommentProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getOutputFilterChainPart2() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Return Part 2 of output chain - used for DITA Map Topicset comparisons.
- getOutputFormatConfiguration() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the current configuration options for the format of the result document.
- getOutputProperty(Serializer.Property) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Allows the current settings of the serializer properties to be determined.
- getOutputType(String) - Static method in enum com.deltaxml.cores9api.config.PreservationOutputType
-
Returns a OutputType object from the supplied String value if appropriate.
- getParameterName() - Method in exception com.deltaxml.core.FilterParameterizationException
-
Provides the name of the parameter that was causing the problem.
- getParameterName() - Method in exception com.deltaxml.core.NonUniqueParameterNameException
-
Provides the name of the non-unique parameter.
- getParameterNames() - Method in class com.deltaxml.cores9api.FilterStep
-
Returns a
Set
containing all of the parameter names for the
FilterStep
.
- getParameterType(String) - Method in class com.deltaxml.cores9api.FilterStep
-
Returns the Class type of the parameter with the name supplied.
- getParameterTypeName(String) - Method in class com.deltaxml.cores9api.FilterStep
-
Returns a String representation of the type of a parameter.
- getParameterValue(String) - Method in class com.deltaxml.cores9api.FilterStep
-
Returns the Object value of the requested parameter.
- getParent() - Method in interface com.deltaxml.cores9api.PipelineLocationEntry
-
The entry's parent or containing entry.
- getParentLocalName() - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Returns the localName of the parent element.
- getParentQName() - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Returns the qName of the parent element.
- getParserFeature(String) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Allows the current settings of parser features to be determined.
- getParserProperty(String) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Allows the current settings of parser properties to be determined.
- getPipelineId() - Method in exception com.deltaxml.core.FilterConfigurationException
-
Returns the identity of the filter chain in which the problem occurred.
- getPipelineId() - Method in exception com.deltaxml.cores9api.PipelineException
-
- getPosition() - Method in interface com.deltaxml.cores9api.PipelineLocationEntry
-
The position of this entry within its parent.
- getPreserveCDATA() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current CDATA marker status.
- getPreserveComments() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current comment conversion/preservation status.
- getPreserveContentModel() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current setting of the content model preservation feature.
- getPreserveDefaultAttributeInfo() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports whether information on which attributes were provided by a DTD is being stored.
- getPreservedEntityReferences() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current setting of the entity reference preservation feature.
- getPreserveDoctype() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current setting for DTD internal subset preservation.
- getPreserveDocumentLocation() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current setting of the document location preservation feature.
- getPreserveEntityReplacementText() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports whether entity replacement text is preserved.
- getPreserveIgnorableWhitespace() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current whitespace preservation setting.
- getPreserveNestedEntityReferences() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current nested entity references setting.
- getPreserveProcessingInstructions() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports the current processing instructions conversion status.
- getPreserveXMLDeclaration() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Reports whether XML Declarations are currently converted into markup.
- getPresetPreservationMode(String) - Static method in enum com.deltaxml.cores9api.config.PresetPreservationMode
-
Returns a ProcessingItem object from the supplied String value if appropriate.
- getProcessFilter() - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Get a copy of the current process filter set.
- getProcessingInstruction(String) - Method in class com.deltaxml.cores9api.DCPConfiguration
-
Returns the value of a processing instruction that is a child node of the root element of the DCP.
- getProcessingInstructionOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getProcessingInstructionProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getProcessingMode(String) - Static method in enum com.deltaxml.cores9api.config.PreservationProcessingMode
-
Returns a ProcessingMode object from the supplied String value if appropriate.
- getProductName() - Method in exception com.deltaxml.api.NoLicenseInstalledException
-
Reports the productName for which a license is required.
- getProperty(String) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Reports a current property setting.
- getProperty(String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
Reports a current property setting.
- getPropertyName() - Method in exception com.deltaxml.core.PropertyNotRecognizedException
-
Reports the name of the property which was not recognized.
- getPropertyName() - Method in exception com.deltaxml.core.PropertySettingNotSupportedException
-
Reports the property name which was being set.
- getProposedFilterClass() - Method in exception com.deltaxml.core.FilterClassIncompatibilityException
-
Provides information about the class which cannot be used as a filter.
- getProposedValue() - Method in exception com.deltaxml.core.FeatureSettingNotSupportedException
-
Provides the proposed value for the feature change.
- getProvidedLicenseType() - Method in exception com.deltaxml.api.InvalidLicenseException
-
Reports the type of license loaded.
- getQName1() - Method in exception com.deltaxml.api.DifferentRootElementException
-
Report the QName of the root element of the first comparison input.
- getQName2() - Method in exception com.deltaxml.api.DifferentRootElementException
-
Report the QName of the second comparison input root.
- getReportDirectory() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the String currently set as the output directory for comparison report.
- getRequiredClass() - Method in exception com.deltaxml.core.PropertySettingNotSupportedException
-
Reports the Class to which the supplied value must be assignment compatible.
- getResolvedParameterValue(String) - Method in class com.deltaxml.cores9api.DCPConfiguration
-
Returns the resolved value of the specified pipelineParameter in the DCP.
- getResultFormat() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
- getResultFormat(String) - Static method in enum com.deltaxml.cores9api.config.ResultFormat
-
Returns a
ResultFormat
object based on the supplied String value.
- getResultReadabilityOptions() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the current configuration options for result readability.
- getResultType() - Method in class com.deltaxml.ext.xslt.saxon.CBCFunction
-
- getRootElement() - Method in exception com.deltaxml.api.CannotCompareDeltaException
-
Report the root element QName of an unexpected delta file.
- getSeverity() - Method in exception com.deltaxml.api.DeltaXMLProcessingException
-
Reports the severity of the exception.
- getShowMoveSource() - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Gets the value for showMoveSource
- getSource() - Method in interface com.deltaxml.cores9api.PipelineLocationEntry
-
The optional source code location of the entry.
- getStartPosition() - Method in exception com.deltaxml.cores9api.FilterProcessingRangeException
-
Provides the starting position for the filter(s) causing the problem.
- getStep(String) - Method in class com.deltaxml.cores9api.FilterChain
-
Returns the
FilterStep
Object with the given name.
- getStep(int) - Method in class com.deltaxml.cores9api.FilterChain
-
- getStepName() - Method in class com.deltaxml.cores9api.FilterStep
-
- getStepSource() - Method in class com.deltaxml.cores9api.FilterStep
-
Returns a String representation of the underlying source of the
FilterStep
.
- getSubtreeMode(String) - Static method in enum com.deltaxml.cores9api.config.SubtreeMode
-
- getSubtreeProcessingMode() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Gets the current Subtree Processing Mode setting.
- getSubtrees() - Method in class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Gets the list of Subtrees.
- getSuppliedClass() - Method in exception com.deltaxml.core.PropertySettingNotSupportedException
-
Reports the Class of the value supplied when trying to set the property.
- getSVGComparisonGranularity() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Returns the granularity setting for SVG comparison results.
- getSVGConfig() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the current SVG comparison options.
- getSVGGranularity(String) - Static method in enum com.deltaxml.cores9api.config.SVGGranularity
-
Returns the
SVGGranularity
instance representing the supplied String value.
- getSystemId() - Method in exception com.deltaxml.api.CannotCompareDeltaException
-
Report the systemId of an unexpected delta file.
- getThrowable() - Method in error com.deltaxml.api.DeltaXMLError
-
Return the throwable that this error wraps.
- getThrowable() - Method in exception com.deltaxml.api.DeltaXMLException
-
Return the throwable that this exception wraps.
- getTraceListener() - Method in interface com.deltaxml.cores9api.SummarisingErrorListener
-
- getTrackChangesAuthor() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Returns the String currently set as the author for tracked change results.
- getTrackChangesDate() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Returns the Calendar instance currently configured to represent the date used when generating track changes.
- getTransformerConfigurationOption(String) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Reports current attribute settings of the XSLT transformers in the pipeline.
- getTransformerConfigurationOption(String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Reports current attribute settings of the XSLT transformers in the pipeline.
- getType() - Method in class com.deltaxml.cores9api.config.Subtree
-
Gets the Subtree element Type.
- getUnchangedValue() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Returns the element's unchanged value.
- getUnderlyingFilter() - Method in class com.deltaxml.cores9api.FilterChain
-
- getUnderlyingFilter() - Method in class com.deltaxml.cores9api.FilterStep
-
Returns the filter Object that this
FilterStep
wraps.
- getUnderlyingFilter() - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
Returns the underlying filter that was used to create this instance.
- getUnkownParameterContext() - Method in exception com.deltaxml.core.ParameterValueConflict
-
Provides the context in which the parameter was attempting to be used.
- getUnkownParameterContext() - Method in exception com.deltaxml.core.UnknownParameterException
-
Provides the context in which the parameter was attempting to be used.
- getUnkownParameterName() - Method in exception com.deltaxml.core.ParameterValueConflict
-
Provides the name of the unknown or undeclared parameter.
- getUnkownParameterName() - Method in exception com.deltaxml.core.UnknownParameterException
-
Provides the name of the unknown or undeclared parameter.
- getURIResolver() - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Returns the current URI resolver setting.
- getUserNamespaces() - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Get the user namespaces that are currently set.
- getValidationLevel() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- getValidationLevel() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- getValidationLevel(String) - Static method in enum com.deltaxml.cores9api.config.ValidationLevel
-
- getValue() - Method in class com.deltaxml.core.DXPParameterInstance
-
Get the parameter's current value.
- getWarningReportMode() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- getWarningReportMode() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- getWarningReportMode(String) - Static method in enum com.deltaxml.cores9api.config.WarningReportMode
-
- getXmetalTcsTableChangeMode() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Returns the XMetal table change mode.
- getXmetalTrackChangesTableChangeMode(String) - Static method in enum com.deltaxml.cores9api.config.XmetalTrackChangesTableChangeMode
-
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
- getXMLDeclarationOutputType() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getXMLDeclarationProcessingMode() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- getXPathExpression() - Method in exception com.deltaxml.cores9api.ConditionalFilterXPathException
-
Returns the XPath expression that caused the Exception.
- getXPathExpression() - Method in exception com.deltaxml.cores9api.XPathFilterParameterException
-
Returns the XPath expression in question.
- getXpathToReferencedSVG() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Returns the XPath to the referenced SVG.
- getZIndexSVGMarkupStyle() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Returns the Input Z SVG markup style setting for SVG comparison results.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default ignorableWhitespace
method.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the ignorableWhitespace SAX event handler.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default ignorableWhitespace
method.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.filters.PCDataConcatenatingInfilter
-
Overrides the default ignorableWhitespace
method.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX ignorableWhitespace event.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler ignorableWhitespace method.
- ignorableWhitespace(char[], int, int) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler ignorableWhitespace method.
- IllegalDeltaTypeException - Exception in com.deltaxml.pipe.filters.dx2.wbw
-
Word by word processing should not be used with a changes-only delta.
- IllegalDeltaTypeException() - Constructor for exception com.deltaxml.pipe.filters.dx2.wbw.IllegalDeltaTypeException
-
Constructs a new IllegalDeltaTypeException with the default message.
- includeChainNameInDebug(boolean) - Method in class com.deltaxml.cores9api.FilterChain
-
Whether or not to use the
FilterChain
name as a second-level of directory structure when outputting debug files.
- includeChainNameInDebug(boolean, boolean) - Method in class com.deltaxml.cores9api.FilterChain
-
Whether or not to use the
FilterChain
name as a second-level of directory structure when outputting debug files.
- insertStepAfterName(FilterStep, String) - Method in class com.deltaxml.cores9api.FilterChain
-
- insertStepAtPosition(FilterStep, int) - Method in class com.deltaxml.cores9api.FilterChain
-
- internalEntityDecl(String, String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the internalEntityDecl SAX event handler.
- internalEntityDecl(String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the Declaration Handler intenalEntityDecl event, which reports DTD related (external DTD or
internal subset) internal entity declarations.
- internalEntityDecl(String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX internalEntityDecl event.
- internalEntityDecl(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the DeclHandler internalEntityDecl method.
- internalEntityDecl(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An implementation of the DeclHandler internalEntityDecl method.
- InvalidClarkNameException - Exception in com.deltaxml.api
-
An exception of this type happens when the core comparator expects a Clark name, e.g.
- InvalidClarkNameException(String) - Constructor for exception com.deltaxml.api.InvalidClarkNameException
-
Creates a new exception with an explanatory message.
- InvalidDeltaXmlMarkupForTable - Exception in com.deltaxml.api
-
Thrown when something about 2 Tables being compared prevents the Comparator from making a valid attempt at comparison.
- InvalidDeltaXmlMarkupForTable(String, Throwable) - Constructor for exception com.deltaxml.api.InvalidDeltaXmlMarkupForTable
-
- InvalidDeltaXmlMarkupForTable(Throwable) - Constructor for exception com.deltaxml.api.InvalidDeltaXmlMarkupForTable
-
- InvalidLicenseException - Exception in com.deltaxml.api
-
An exception indicating that the wrong type of license was found or supplied at runtime.
- InvalidLicenseException(String, String) - Constructor for exception com.deltaxml.api.InvalidLicenseException
-
Constructs a new InvalidLicenseException appropriate for use in the XML Compare code.
- InvalidOriginalPositionException - Exception in com.deltaxml.api
-
An Element has an {http://www.deltaxml.com/ns/well-formed-delta-v1}:original-position attribute which has an invalid format.
- InvalidOriginalPositionException(String, String, Optional<String>) - Constructor for exception com.deltaxml.api.InvalidOriginalPositionException
-
Construct a new InvalidOriginalPositionException appropriate for use in the XML Compare code.
- InvalidPipelineException - Exception in com.deltaxml.core
-
Used to indicate that the DXP File loaded by a DXPConfiguration is not valid.
- InvalidPipelineException(String) - Constructor for exception com.deltaxml.core.InvalidPipelineException
-
Creates a new InvalidPipelineException.
- InvalidSoftKeyAttributeException - Exception in com.deltaxml.api
-
An exception of this type happens when Soft Key attributes are used in an incorrect or ambiguous way.
- InvalidSoftKeyAttributeException(String) - Constructor for exception com.deltaxml.api.InvalidSoftKeyAttributeException
-
Creates a new exception with an explanatory message.
- InvalidTableBehaviour - Enum in com.deltaxml.cores9api.config
-
Specifies the behaviour to use when inputs contain invalid tables.
- isAttributeChangeMarked() - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Returns a boolean value specifying whether an deltaxml:attributeChanges
attribute is set on an element whose
attributes have changed.
- isBufferModifiedOnly() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordBufferingFilter
-
Returns whether the filter is only buffering inside modified paragraph-level elements.
- isBypassLexicalPreservationOutputChain() - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
States whether the lexical preservation output chain is being bypassed or not.
- isChainNameInDebug() - Method in class com.deltaxml.cores9api.FilterChain
-
States whether the
FilterChain
name will be used in the debug output directory structure.
- isChangeGatheringEnabled() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
States whether or not the change reordering functionality is currently enabled.
- isCharacterByCharacterEnabled() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets whether to use Character by Character in comparison.
- isCorePipeline() - Method in class com.deltaxml.cores9api.DXPConfigurationS9
-
States whether this represents a core (XML Compare) pipeline or not.
- isDebug() - Method in class com.deltaxml.cores9api.FilterChain
-
States whether debug information will be output by this
FilterChain
.
- isDetectMoves() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- isElementSplittingDebug() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
States whether the element splitting filter is set to output internal debug information.
- isElementSplittingEnabled() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
States whether modified elements containing text are split when the amount of unchanged text falls below a given percentage.
- isEnabled() - Method in class com.deltaxml.cores9api.config.MathMLConfig
-
Determines whether MathML processing is enabled.
- isEnabled() - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Query if move processing is enabled.
- isEnabled() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Determines whether SVG comparison is enabled.
- isEnabled() - Method in class com.deltaxml.cores9api.FilterStep
-
- isEqual(XdmNode, XdmNode) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two XdmNode inputs and returns whether they're equal.
- isEqual(File, File) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two File inputs and returns whether they're equal.
- isEqual(Reader, String, Reader, String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two Reader inputs and returns whether they're equal.
- isEqual(InputSource, InputSource) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two InputSource inputs and returns whether they're equal.
- isEqual(InputStream, String, InputStream, String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two InputStream inputs and returns whether they're equal.
- isEqual(String, String, String, String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two String inputs and returns whether they're equal.
- isEqual(URL, URL) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Compares two URL inputs and returns whether they're equal.
- isFallbackEnabled() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Determines whether to fallback to SVGGranularity.ADJACENT
.
- isGenerateComparisonReport() - Method in class com.deltaxml.cores9api.DocumentComparator
-
Returns the whether comparison report is generated or not.
- isIgnoreColumnOrder() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Determines whether ignoring CALS table column order is enabled.
- isIgnoreColumnOrder() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Determines whether ignoring HTML table column order is enabled.
- isLocked() - Method in class com.deltaxml.cores9api.FilterChain
-
- isMarkTableCellSpanExtentChanges() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Returns true if markTableCellSpanExtentChanges feature is on, otherwise false.
- isMarkTableCellSpanExtentChanges() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Returns true if markTableCellSpanExtentChanges feature is on, otherwise false.
- isNormalizeTable() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Determines whether HTML table column specification is normalized.
- isNumericToleranceEnabled() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Determines whether to use numeric tolerance.
- isOptimiseWhitespaceOnlyChanges() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordOutfilter
-
Reports whether this filter is optimising whitespace-only changes or not.
- isOrphanedWordDetectionEnabled() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
States whether or not orphaned word detection is enabled.
- isPreservingItems() - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- isProcessPreserveSpaceText() - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Returns the current value of processPreserveSpaceText.
- isProcessTables() - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Determines whether CALS table processing is enabled.
- isProcessTables() - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Determines whether HTML table processing is enabled.
- isRemoveMoveSource() - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- isZIndexEnabled() - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Determines whether to recognise moves and show Z-index changes in SVG Comparisons.
- ParameterValueConflict - Exception in com.deltaxml.core
-
Thrown when an a parameter or feature has incorrect DXP syntax.
- ParameterValueConflict(String, Throwable, String, String) - Constructor for exception com.deltaxml.core.ParameterValueConflict
-
Creates a new ParameterValueConflict.
- ParameterValueConflict(String, String, String) - Constructor for exception com.deltaxml.core.ParameterValueConflict
-
Creates a new ParameterValueConflict.
- parse(InputSource) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An implementation of the XMLReader.parse(InputSource)
method.
- parse(String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An implementation of the XMLReader.parse(String)
method.
- ParserInstantiationException - Exception in com.deltaxml.core
-
Thrown to indicate a problem instantiating or configuring a SAX Parser.
- ParserInstantiationException(String, Throwable) - Constructor for exception com.deltaxml.core.ParserInstantiationException
-
Creates a new ParserInstantiationException.
- PCDataConcatenatingInfilter - Class in com.deltaxml.pipe.filters
-
- PCDataConcatenatingInfilter() - Constructor for class com.deltaxml.pipe.filters.PCDataConcatenatingInfilter
-
Construct a new PCDataConcatenatingInfilter.
- PDAdvancedConfigException - Exception in com.deltaxml.cores9api
-
Indicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline
Description.
- PDAdvancedConfigException(String) - Constructor for exception com.deltaxml.cores9api.PDAdvancedConfigException
-
- PDAdvancedConfigException(Throwable) - Constructor for exception com.deltaxml.cores9api.PDAdvancedConfigException
-
- PDAdvancedConfigException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.PDAdvancedConfigException
-
- PDConfigurationException - Exception in com.deltaxml.cores9api
-
Indicates an error condition in the Pipeline Description format.
- PDConfigurationException(String) - Constructor for exception com.deltaxml.cores9api.PDConfigurationException
-
- PDConfigurationException(Throwable) - Constructor for exception com.deltaxml.cores9api.PDConfigurationException
-
- PDConfigurationException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.PDConfigurationException
-
- PDFilterConfigurationException - Exception in com.deltaxml.cores9api
-
Indicates an error encountered when loading a filter defined in a Pipeline Description format, after parameters are resolved.
- PDFilterConfigurationException(String) - Constructor for exception com.deltaxml.cores9api.PDFilterConfigurationException
-
- PDFilterConfigurationException(Throwable) - Constructor for exception com.deltaxml.cores9api.PDFilterConfigurationException
-
- PDFilterConfigurationException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.PDFilterConfigurationException
-
- PipelinedComparatorError - Error in com.deltaxml.core
-
Specifies an error condition in the PipelinedComparator.
- PipelinedComparatorError(String) - Constructor for error com.deltaxml.core.PipelinedComparatorError
-
Creates a new PipelinedComparatorError.
- PipelinedComparatorError(Throwable) - Constructor for error com.deltaxml.core.PipelinedComparatorError
-
Creates a new PipelinedComparatorError.
- PipelinedComparatorError(String, Throwable) - Constructor for error com.deltaxml.core.PipelinedComparatorError
-
Creates a new PipelinedComparatorError.
- PipelinedComparatorException - Exception in com.deltaxml.core
-
Indicates an error condition in the PipelinedComparator.
- PipelinedComparatorException(String) - Constructor for exception com.deltaxml.core.PipelinedComparatorException
-
Creates a new PipelinedComparatorException.
- PipelinedComparatorException(Throwable) - Constructor for exception com.deltaxml.core.PipelinedComparatorException
-
Creates a new PipelinedComparatorException.
- PipelinedComparatorException(String, Throwable) - Constructor for exception com.deltaxml.core.PipelinedComparatorException
-
Creates a new PipelinedComparatorException.
- PipelinedComparatorS9 - Class in com.deltaxml.cores9api
-
Provides a Pipeline abstraction for the Comparator.
- PipelinedComparatorS9() - Constructor for class com.deltaxml.cores9api.PipelinedComparatorS9
-
Creates a new PipelinedComparatorS9.
- PipelinedComparatorS9(Processor) - Constructor for class com.deltaxml.cores9api.PipelinedComparatorS9
-
A constructor allowing the use of a supplied s9api Processor.
- PipelinedComparatorS9Exception - Exception in com.deltaxml.cores9api
-
Indicates an error condition in the PipelinedComparatorS9 compare method.
- PipelinedComparatorS9Exception(String, Throwable) - Constructor for exception com.deltaxml.cores9api.PipelinedComparatorS9Exception
-
Creates a new PipelinedComparatorException.
- PipelineException - Exception in com.deltaxml.cores9api
-
Indicates an error condition in the use of a Pipeline Object.
- PipelineIOIdentifier - Enum in com.deltaxml.core
-
A type-safe enumeration used to define the various filter chains associated with a
PipelinedComparatorS9
.
- PipelineLoadingException - Exception in com.deltaxml.cores9api
-
Indicates a problem when loading a pipeline.
- PipelineLoadingException(String, Throwable, PipelineIOIdentifier) - Constructor for exception com.deltaxml.cores9api.PipelineLoadingException
-
Creates a new PipelineLoadingException.
- PipelineLocationEntry - Interface in com.deltaxml.cores9api
-
The location of an entry in a comparator pipeline.
- PipelineProgressListener - Interface in com.deltaxml.cores9api
-
Monitor the progress of the pipelined comparator.
- PipelineProgressTextReporter - Class in com.deltaxml.cores9api
-
Reports pipeline progress to System.err using textual messages.
- PipelineProgressTextReporter() - Constructor for class com.deltaxml.cores9api.PipelineProgressTextReporter
-
Constructs a progress reporter that reports times and filter names.
- PipelineProgressTextReporter(boolean) - Constructor for class com.deltaxml.cores9api.PipelineProgressTextReporter
-
Constructs a configurable progress reporter.
- PipelineProgressTextReporter(boolean, boolean) - Constructor for class com.deltaxml.cores9api.PipelineProgressTextReporter
-
Constructs a configurable progress reporter.
- PipelineSerializationException - Exception in com.deltaxml.cores9api
-
Indicates a problem when saving or serializing the result of a comparison using PipelinedComparatorS9.
- PipelineSerializationException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.PipelineSerializationException
-
Creates a new PipelineSerializationException.
- popAncestorStack(String, String, String) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Checks that the top element of the stack is the same as the supplied element, if it is then pops the top of the stack.
- prependFilterChain(FilterChain) - Method in class com.deltaxml.cores9api.FilterChain
-
- PreservationOutputType - Enum in com.deltaxml.cores9api.config
-
Used to specify how the lexically preserved items should be styled.
- PreservationProcessingMode - Enum in com.deltaxml.cores9api.config
-
Represents the behaviour required when outputting preserved lexical items which have changed.
- PresetPreservationMode - Enum in com.deltaxml.cores9api.config
-
The preset lexical preservation modes.
- PROCESS_ADDITIONAL_INFO - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process additional information events.
- PROCESS_ALL - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process all filter events.
- PROCESS_BODY - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process body events.
- PROCESS_DATA - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process text data events.
- PROCESS_DECLS - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process all declaration events.
- PROCESS_ELEM_AND_ATTRIB_DECLS - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process element and attribute declaration events.
- PROCESS_ENTITY_AND_NOTATION_DECLS - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the entity and notation declaration events.
- PROCESS_ENTITY_DECLS - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the entity declaration events.
- PROCESS_ENTITY_REFS - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process all entity reference events (including skipped reference events).
- PROCESS_EXCEPTIONS - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process exception events.
- PROCESS_INTERNAL_SUBSET - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the events that occur in the internal subset.
- PROCESS_NORMAL_BODY - Static variable in class com.deltaxml.pipe.XMLFilterImpl3
-
Process normal body events.
- processEvent(XMLFilterImpl3.SaxEventItem) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
State whether the filter is processing the given event.
- processingInstruction(String, String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the processingInstruction SAX event handler.
- processingInstruction(String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX processingInstruction event.
- processingInstruction(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler processingInstruction method.
- processingInstruction(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler processingInstruction method.
- PropertyNotRecognizedException - Exception in com.deltaxml.core
-
Thrown to indicate a problem setting a property on the PipelinedComparator.
- PropertyNotRecognizedException(String, Throwable, String) - Constructor for exception com.deltaxml.core.PropertyNotRecognizedException
-
Creates a new PropertyNotRecognizedException.
- PropertyNotRecognizedException(String, String) - Constructor for exception com.deltaxml.core.PropertyNotRecognizedException
-
Creates a new PropertyNotRecognizedException.
- PropertyNotRecognizedException(Throwable, String) - Constructor for exception com.deltaxml.core.PropertyNotRecognizedException
-
Creates a new PropertyNotRecognizedException.
- PropertySettingNotSupportedException - Exception in com.deltaxml.core
-
Thrown to indicate a problem setting a property with an unsupported value or type.
- PropertySettingNotSupportedException(String, Throwable, String, Class<?>, Class<?>) - Constructor for exception com.deltaxml.core.PropertySettingNotSupportedException
-
Creates a new PropertySettingNotSupportedException.
- PropertySettingNotSupportedException(String, String, Class<?>) - Constructor for exception com.deltaxml.core.PropertySettingNotSupportedException
-
Creates a new PropertySettingNotSupportedException.
- PropertySettingNotSupportedException(String, String, Class<?>, Class<?>) - Constructor for exception com.deltaxml.core.PropertySettingNotSupportedException
-
Creates a new PropertySettingNotSupportedException.
- PropertySettingNotSupportedException(Throwable, String, Class<?>, Class<?>) - Constructor for exception com.deltaxml.core.PropertySettingNotSupportedException
-
Creates a new PropertySettingNotSupportedException.
- pushAncestorStack(String, String, String, Attributes) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Pushes the supplied element onto the ancestor stack.
- SchemaErrorHandler - Class in com.deltaxml.cores9api
-
Error handler for DCP Schema.
- SchemaErrorHandler() - Constructor for class com.deltaxml.cores9api.SchemaErrorHandler
-
The Zero-parameter constructor.
- setAdvancedEntityReferenceUsage(AdvancedEntityRefUsage) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Specify advanced behaviour of entity reference processing.
- setAllPreservationItems(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Sets the preservation status of all PreserveItems.
- setAttributeChangeMarked(boolean) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Sets the behaviour for marking elements with an attribute changed marker.
- setAValue(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Sets the elements's value from document 'A'.
- setBValue(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Sets the elements's value from document 'B'.
- setBypassLexicalPreservationOutputChain(boolean) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Sets whether or not to bypass the automatically added lexical preservation output chain during the comparison.
- setCacheResetForNewDocument(boolean) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Controls whether the cache of BreakIterators is cleared for each new document.
- setCalsColumnKeyingMode(CalsColumnKeyingMode) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- setCalsTableConfiguration(CalsTableConfiguration) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for CALS table comparison.
- setCancellationPolicy(CancellationPolicy, Optional<Long>) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Set a policy to timeout the comparison.
- setCancellationPolicy(CancellationPolicy, Optional<Long>) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Set a policy to timeout the comparison.
- setCDATAOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setCDATAProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setChangeGatheringEnabled(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets whether to change the order of consecutive changed items to improve readability.
- setCharacterByCharacterEnabled(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Returns the setting which enables the character by character comparison.
- setClassXpath(String) - Method in class com.deltaxml.cores9api.config.moves.MoveCandidate
-
Sets the class XPath
- setColumnKeyingMode(ColumnKeyingMode) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- setCommentOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setCommentProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setComparatorFeature(String, boolean) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Sets a Feature (or option) associated with the comparator at the centre of the pipeline.
- setComparatorProperty(String, Object) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Configures comparator properties for the pipeline.
- setDebug(boolean) - Method in class com.deltaxml.cores9api.FilterChain
-
Sets whether to output intermediate debug files from this
FilterChain
.
- setDebug(boolean, boolean) - Method in class com.deltaxml.cores9api.FilterChain
-
Sets whether to output intermediate debug files from this
FilterChain
.
- setDebugDir(File) - Method in class com.deltaxml.cores9api.FilterChain
-
Sets the top-level directory in which to place any debug output.
- setDebugDir(File, boolean) - Method in class com.deltaxml.cores9api.FilterChain
-
Sets the top-level directory in which to place any debug output.
- setDebugFiles(boolean) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Determines whether intermediate pipeline result files are generated.
- setDebugFiles(boolean) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Determines whether intermediate pipeline result files are generated.
- setDebugFiles(boolean) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Determines whether intermediate pipeline result files are generated.
- setDebugFilesPrefix(String) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Provides a prefix for debug result files.
- setDebugFilesPrefix(String) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Provides a prefix for debug result files.
- setDebugFilesPrefix(String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Provides a prefix for debug result files.
- setDefaultAttributeInfoOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setDefaultAttributeInfoProcessingMode(DefaultAttProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setDefaultBreakIterator(RuleBasedBreakIterator) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Sets the break iterator to be used when xml:lang attributes do not specify a locale in the input XML.
- setDefaultMode(SubtreeMode) - Method in class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Sets the Default Type value.
- setDefaultNamespace(String) - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Set the default namespace if the input XML files have a default namespace definition.
- setDefaultOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setDefaultProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setDelta(Delta) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Sets the element's delta value.
- setDescription(String) - Method in class com.deltaxml.core.DXPParameterDefinition
-
Set the parameters description.
- setDetectMoves(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- setDoctypeOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setDoctypeProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setDocumentLocator(Locator) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the SAX setDocumentationLocator event handler.
- setDocumentLocator(Locator) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX setDocumentLocator event.
- setDocumentLocator(Locator) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler setDocumentLocator method.
- setDocumentLocator(Locator) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler setDocumentLocator method.
- setElementSplittingDebug(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets whether the element splitting filter should output internal debug information.
- setElementSplittingDebugTextReportSize(int) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets a limit on the length of each debug report output by the element splitting filter.
- setElementSplittingEnabled(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets whether modified elements containing text should be split when the amount of unchanged text falls below a given
percentage.
- setElementSplittingThreshold(int) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets the percentage of unchanged text present in a modified element below which the element will be split.
- setElemXpath(String) - Method in class com.deltaxml.cores9api.config.moves.MoveCandidate
-
Sets the element XPath
- setElemXpath(String) - Method in class com.deltaxml.cores9api.config.Subtree
-
Sets the element XPath.
- setEnabled(boolean) - Method in class com.deltaxml.cores9api.config.MathMLConfig
-
- setEnabled(boolean) - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Enable or disable move processing.
- setEnabled(boolean) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
- setEnabled(boolean) - Method in class com.deltaxml.cores9api.FilterStep
-
- setEntityRefOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setEntityRefProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setEntityResolver(EntityResolver, boolean) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Set an entity resolver for use when reading the inputs to the pipelined comparator.
- setEntityResolver(EntityResolver) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Set an entity resolver for use when reading the inputs to the pipelined comparator.
- setEvaluationVariables(boolean, double) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Used to pass on the evaluation information to the underlying comparator used in the other products like DocBook.
- setExtensionPoint(DocumentComparator.ExtensionPoint, FilterChain) - Method in class com.deltaxml.cores9api.DocumentComparator
-
- setFallback(boolean) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets whether to fallback to SVGGranularity.DETAILED
.
- setFallbackChangePercentage(double) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets fallback change percentage setting for SVG comparison results.
- setFramemakerTableChangeMode(FrameMakerTrackChangesTableChangeMode) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Specifies how changes in FrameMaker tables should be tracked.
- setGenerateComparisonReport(boolean) - Method in class com.deltaxml.cores9api.DocumentComparator
-
This method used to generate comparison report.
- setGrouping(boolean) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Sets whether grouping adjacent changes is enabled or not.
- setHtmlColumnKeyingMode(HtmlColumnKeyingMode) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- setHtmlTableConfiguration(HtmlTableConfiguration) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for HTML table comparison.
- setIgnorableWhitespaceOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setIgnorableWhitespaceProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setIgnoreColumnOrder(boolean) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- setIgnoreColumnOrder(boolean) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- setIgnoreXMLLangAttributes(boolean) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Controls whether xml:lang attribute settings are used or ignored.
- setInput1Filters(FilterChain) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
- setInput2Filters(FilterChain) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
- setInputASVGMarkupStyle(String) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the Input A SVG markup style setting for SVG comparison results.
- setInputBSVGMarkupStyle(String) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the Input B SVG markup style setting for SVG comparison results.
- setInputFilters(FilterChain) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Allows input filters to be specified using a
FilterChain
.
- setInvalidTableBehaviour(InvalidTableBehaviour) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Sets the behaviour to use when inputs contain invalid CALS tables.
- setInvalidTableBehaviour(InvalidTableBehaviour) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Sets the behaviour to use when inputs contain invalid HTML tables.
- setisCharacterByCharacter(boolean) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Used to control where <deltaxml:word> elements contain a single character or a word.
- setLexicalPreservationConfig(LexicalPreservationConfig) - Method in class com.deltaxml.cores9api.DocumentComparator
-
- setLexicalPreservationConfig(LexicalPreservationConfig) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
- setLexicalPreservationConfig(LexicalPreservationConfig) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
- setMarkTableCellSpanExtentChanges(boolean) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Sets the markTableCellSpanExtentChanges feature on or off.
- setMarkTableCellSpanExtentChanges(boolean) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Sets the markTableCellSpanExtentChanges feature on or off.
- setMathMLConfig(MathMLConfig) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for the MathML processing.
- setMathMLGranularity(MathMLGranularity) - Method in class com.deltaxml.cores9api.config.MathMLConfig
-
Sets the granularity at which the differences between two MathML expressions will be represented.
- setMixedContentDetectionScope(MixedContentDetectionScope) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- setModifiedAttributeMode(ModifiedAttributeMode) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Sets the behaviour for the outputting of modified attributes.
- setModifiedFormatOutput(ModifiedFormatOutput) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Sets the behaviour for outputting elements with modified formatting.
- setModifiedWhitespaceBehaviour(ModifiedWhitespaceBehaviour) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- setMoveAttributeXpath(String) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- setMoveCandidates(List<MoveCandidate>) - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Sets the list of MoveCandidates
- setMoveDetectionConfig(MoveDetectionConfig) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for Move Detection.
- setMoveDetectionType(MoveDetectionType) - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Sets the moveDetectionType
- setnormalizeAttValues(String) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Specifies whether to normalize attribute values.
- setNormalizeTable(boolean) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Sets whether the
DocumentComparator
should normalize the specification of columns in HTML tables.
- setNumericToleranceValue(String) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the numeric tolerance value for SVG comparison results.
- setOptimiseWhitespaceOnlyChanges(boolean) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordOutfilter
-
Switches off textGroup optimisation for whitespace-only changes.
- setOptimizeXMLFiltersAroundComparator(boolean) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Apply streaming optimization to filters around the comparator.
- setOrderlessPresentationMode(OrderlessPresentationMode) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
- setorphanedLengthLimit(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.OrphanedWordOutfilter
-
Sets the value for the maximum number of words that can be included in an orphaned section.
- setorphanedThresholdPercentage(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.OrphanedWordOutfilter
-
Sets the percentage value for the calculating of orphaned sections.
- setOrphanedWordDetectionEnabled(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets whether or not to enable orphaned word detection and fix-up.
- setOrphanedWordLengthLimit(int) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets the maximum number of words to consider for orphaned word detection.
- setOrphanedWordMaxPercentage(int) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
Sets the maximum proportion of the total change size that orphaned words can take while still being considered orphans.
- setOuterPiAndCommentOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Set the
PreservationOutputType
to use for changes to processing instructions and comments outside the root element
(and outside the internal subset).
- setOuterPiAndCommentProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setOutputFilters(FilterChain) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Allows output filters to be specified using a
FilterChain
.
- setOutputFormatConfiguration(OutputFormatConfiguration) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for the format of the result document.
- setOutputProperty(Serializer.Property, String) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Configures output formatting and control.
- setOutputProperty(Serializer.Property, String) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Configures output formatting and control.
- setOutputProperty(Serializer.Property, String) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Configures output formatting and control.
- setParameterValue(String, Object) - Method in class com.deltaxml.cores9api.FilterChain
-
- setParameterValue(String, Object) - Method in class com.deltaxml.cores9api.FilterStep
-
- setParams(Map<String, Boolean>, Map<String, String>) - Method in class com.deltaxml.cores9api.DCPConfiguration
-
Set new parameter values to override named default parameter settings included in the DCP file.
- setParent(XMLReader) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
- setParserFeature(String, boolean) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Sets a feature on the parser used for reading XML inputs into a Core S9 Comparator.
- setParserProperty(String, Object) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Configures parser properties for the pipeline input parsers.
- setPipelineLocationEntry(PipelineLocationEntry) - Method in interface com.deltaxml.cores9api.SummarisingErrorListener
-
- setPreserveCDATA(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether marker elements are inserted to record where CDATA sections were used.
- setPreserveComments(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether XML Comments are converted into XML markup.
- setPreserveContentModel(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether markup used to record content model information is persisted.
- setPreserveDefaultAttributeInfo(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Adds information about which attributes arose through the use of default attribute values in the DTD, as opposed to having
explicit values.
- setPreserveDoctype(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether items in XML DOCTYPE declaration and the DTD internal subset are converted into XML markup.
- setPreserveDocumentLocation(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether markup is added to record the document location information
- setPreserveEntityReferences(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether markup is used to record where entity references were used.
- setPreserveEntityReplacementText(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether entity replacement text is preserved by this filter.
- setPreserveIgnorableWhitespace(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether ignorableWhitespace is converted into standard character data.
- setPreserveNestedEntityReferences(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether entity references are included in entity replacement text results.
- setPreserveProcessingInstructions(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether processing instructions are converted into XML markup.
- setPreserveXMLDeclaration(boolean) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
Controls whether XML Declaration related information is converted into XML markup.
- setProcessFilter(XMLFilterImpl3.SaxEventItem, boolean) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Set whether to process a SAX event item.
- setProcessFilter(EnumSet<XMLFilterImpl3.SaxEventItem>, boolean) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Set whether to process the set of SAX event items.
- setProcessFilter(EnumSet<XMLFilterImpl3.SaxEventItem>) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Set which SAX event items to process an item set.
- setProcessingInstructionOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setProcessingInstructionProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setProcessPreserveSpaceText(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Used to control whether text under an element with xml:space="preserve"
is split into words.
- setProcessTables(boolean) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- setProcessTables(boolean) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- setProperty(String, Object) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Specifies a property used to configure the filter.
- setProperty(String, Object) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
Specifies a property used to configure the filter.
- setRedistributionLicenseContent(long[]) - Method in class com.deltaxml.cores9api.DocumentComparator
-
- setRedistributionLicenseContent(long[], LicenseContent, Set<String>) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets a redistribution license for use with subsequent compare operations.
- setRedistributionLicenseContent(long[]) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Sets a redistribution license for use with subsequent compare operations.
- setRedistributionLicenseContent(long[]) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
- setRemoveMoveSource(boolean) - Method in class com.deltaxml.cores9api.config.ResultReadabilityOptions
-
- setReportDirectory(String) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the String to use for the output directory when generating comparison report.
- setReportIncidentals(boolean) - Method in class com.deltaxml.cores9api.DCPipelineProgressTextReporter
-
Set report incidentals.
- setReportIncidentals(boolean) - Method in class com.deltaxml.cores9api.PipelineProgressTextReporter
-
Set report incidentals.
- setReportTimes(boolean) - Method in class com.deltaxml.cores9api.DCPipelineProgressTextReporter
-
Controls whether timing information is reported.
- setReportTimes(boolean) - Method in class com.deltaxml.cores9api.PipelineProgressTextReporter
-
Controls whether timing information is reported.
- setResult(Result) - Method in interface com.deltaxml.pipe.XMLPushFilter
-
Enables the user to set the Result for the transformation.
- setResult(Result) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
Enables the user to set the Result of the transformation.
- setResult(Result) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
Enables the user to set the Result of the transformation.
- setResultFormat(ResultFormat) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Sets the result format that should be output from the comparison.
- setResultReadabilityOptions(ResultReadabilityOptions) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for making a document result more readable.
- setShowMoveSource(boolean) - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Sets showMoveSource
- setSubtreeProcessingMode(SubtreeProcessingMode) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for Subtree Processing.
- setSubtrees(List<Subtree>) - Method in class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Sets the list of Subtrees.
- setSVGComparisonGranularity(SVGGranularity) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the granularity at which the differences between two SVG images will be represented.
- setSVGConfig(SVGConfiguration) - Method in class com.deltaxml.cores9api.DocumentComparator
-
Sets the configuration options for the SVG comparison.
- setTrackChangesAuthor(String) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Sets the String to use for the author when generating tracked changes.
- setTrackChangesDate(Calendar) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Specifies a Calendar instance to use as the date representation when generating tracked changes.
- setTransformerConfigurationOption(String, Object) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Set a configuration option on the XSLT transformers used in a Core S9 API comparator.
- setTransformerConfigurationOption(String, Object) - Method in class com.deltaxml.cores9api.PipelinedComparatorS9
-
Set a configuration option on the XSLT transformers used in the pipeline.
- setType(SubtreeMode) - Method in class com.deltaxml.cores9api.config.Subtree
-
Sets the element Type.
- setUnchangedValue(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordByWordElement
-
Sets the elements's unchanged value.
- setURIResolver(URIResolver, boolean) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Sets a resolver for use by all XSLT based filters in a Core S9 API comparator.
- setURIResolver(URIResolver) - Method in interface com.deltaxml.cores9api.internals.CommonComparator
-
Sets a resolver for use by all XSLT based filters in a Core S9 API comparator.
- setUserNamespaces(Map<String, String>) - Method in class com.deltaxml.cores9api.config.moves.MoveDetectionConfig
-
Set any user namespaces required by the input XML files.
- setValidationLevel(ValidationLevel) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
- setValidationLevel(ValidationLevel) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
- setValue(T) - Method in class com.deltaxml.core.DXPParameterInstance
-
Set the parameters current value.
- setWarningReportMode(WarningReportMode) - Method in class com.deltaxml.cores9api.config.CalsTableConfiguration
-
Specifies how CALS table invalidity warnings should be reported.
- setWarningReportMode(WarningReportMode) - Method in class com.deltaxml.cores9api.config.HtmlTableConfiguration
-
Specifies how HTML table invalidity warnings should be reported.
- setwrapUnchangedText(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordOutfilter62
-
Sets whether unchanged text should be wrapped in a deltaxml:textGroup
.
- setwrapUnchangedText(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordBufferingFilter
-
Sets whether unchanged text should be wrapped in a deltaxml:textGroup
.
- setwrapUnchangedText(String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordOutfilter
-
Sets whether unchanged text should be wrapped in a deltaxml:textGroup
.
- setXmetalTcsTableChangeMode(XmetalTrackChangesTableChangeMode) - Method in class com.deltaxml.cores9api.config.OutputFormatConfiguration
-
Specifies how changes in XMetaL tables should be tracked.
- setXMLDeclarationOutputType(PreservationOutputType) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setXMLDeclarationProcessingMode(PreservationProcessingMode) - Method in class com.deltaxml.cores9api.config.LexicalPreservationConfig
-
- setXpathToReferencedSVG(String) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets XPath to the referenced SVG.
- setZIndex(boolean) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
- setZIndexSVGMarkupStyle(String) - Method in class com.deltaxml.cores9api.config.SVGConfiguration
-
Sets the Z Index SVG markup style setting for SVG comparison results.
- skippedEntity(String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the skipEntity SAX event handler.
- skippedEntity(String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX skippedEntity event.
- skippedEntity(String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler skippedEntity method.
- skippedEntity(String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler skippedEntity method.
- stackDepth() - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Returns the current depth of the ancestor stack.
- startCDATA() - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the startCDATA SAX event handler.
- startCDATA() - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler startCDATA event, which reports the start of a CDATA boundry
idenitified by the parser.
- startCDATA() - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX startCDATA event.
- startCDATA() - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler startCDATA method.
- startCDATA() - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler startCDATA method.
- startDocument() - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Overrides the default startDocument
method.
- startDocument() - Method in class com.deltaxml.pipe.filters.CleanHouse
-
Overrides the default startDocument.
- startDocument() - Method in class com.deltaxml.pipe.filters.dx2.wbw.format.FormatAwareWordInfilter
-
- startDocument() - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default startDocument
method.
- startDocument() - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordInfilter
-
Overrides the default startDocument
method.
- startDocument() - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the SAX startDocument event handler.
- startDocument() - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default startDocument
method.
- startDocument() - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX startDocument event.
- startDocument() - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler startDocument method.
- startDocument() - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler startDocument method.
- startDTD(String, String, String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the startDTD SAX event handler.
- startDTD(String, String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler startDTD event, which reports the start of DOCTYPE processing by the
parser.
- startDTD(String, String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX startDTD event.
- startDTD(String, String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler startDTD method.
- startDTD(String, String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler startDTD method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.AncestorXMLFilter
-
Overrides the default startElement
method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.CleanHouse
-
Overrides the default startElement
method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.dx2.wbw.format.FormatAwareWordInfilter
-
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default startElement
method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordBufferingFilter
-
Overrides the default startElement
method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the SAX startElement event handler.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default startElement
method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.filters.PCDataConcatenatingInfilter
-
Overrides the default startElement
method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX startElement event.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler startElement method.
- startElement(String, String, String, Attributes) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler startElement method.
- startEntity(String) - Method in class com.deltaxml.pipe.filters.LexicalPreservationBase
-
Implementation of the startEntity SAX event handler.
- startEntity(String) - Method in class com.deltaxml.pipe.XMLFilterImpl2
-
An extensible implementation of the SAX LexicalHandler startEntity event, which reports the start of entity instance
processing by the parser.
- startEntity(String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX startEntity event.
- startEntity(String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the LexicalHandler startEntity method.
- startEntity(String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the LexicalHandler startEntity method.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.filters.CleanHouse
-
Overrides the default startPrefixMapping
method.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.v62.WordInfilter62
-
Overrides the default startPrefixMapping
method.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.filters.dx2.wbw.WordBufferingFilter
-
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.filters.NormalizeSpace
-
Overrides the default startPrefixMapping
method.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.filters.PCDataConcatenatingInfilter
-
Overrides the default startPrefixMapping
method.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.XMLFilterImpl3
-
Process the SAX startPrefixMapping event.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterAdapter
-
An implementation of the ContentHandler startPrefixMapping method.
- startPrefixMapping(String, String) - Method in class com.deltaxml.pipe.XMLPushFilterImpl
-
An extensible implementation of the ContentHandler startPrefixMapping method.
- StaticPDFormatException - Exception in com.deltaxml.cores9api
-
Indicates an error encountered when parsing the Pipeline Description format, prior to resolving any parameters.
- StaticPDFormatException(String) - Constructor for exception com.deltaxml.cores9api.StaticPDFormatException
-
- StaticPDFormatException(Throwable) - Constructor for exception com.deltaxml.cores9api.StaticPDFormatException
-
- StaticPDFormatException(String, Throwable) - Constructor for exception com.deltaxml.cores9api.StaticPDFormatException
-
- Subtree - Class in com.deltaxml.cores9api.config
-
- Subtree(String, SubtreeMode) - Constructor for class com.deltaxml.cores9api.config.Subtree
-
Initialises a subtree with both element XPath and type.
- Subtree(String) - Constructor for class com.deltaxml.cores9api.config.Subtree
-
Initialises a subtree with only an element XPath.
- SubtreeMode - Enum in com.deltaxml.cores9api.config
-
This enumeration contains options for the type of content in the element subtree.
- SubtreeProcessingFilterGenerator - Class in com.deltaxml.cores9api.config
-
- SubtreeProcessingFilterGenerator(Processor) - Constructor for class com.deltaxml.cores9api.config.SubtreeProcessingFilterGenerator
-
Initialise a generator using a provided Saxon Processor (for compatibility with DocumentComparator).
- SubtreeProcessingMode - Class in com.deltaxml.cores9api.config
-
This class configures content processing based on whether file has data or text or both.
- SubtreeProcessingMode() - Constructor for class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Initialises a SubtreeProcessingMode without params.
- SubtreeProcessingMode(SubtreeMode, List<Subtree>) - Constructor for class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Initialises a SubtreeProcessingMode for given parameters.
- SubtreeProcessingMode(SubtreeMode) - Constructor for class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Initialises a SubtreeProcessingMode for given parameters.
- SubtreeProcessingMode(List<Subtree>) - Constructor for class com.deltaxml.cores9api.config.SubtreeProcessingMode
-
Initialises a SubtreeProcessingMode for given parameters.
- SummarisingErrorListener - Interface in com.deltaxml.cores9api
-
- SVGConfiguration - Class in com.deltaxml.cores9api.config
-
Specifies configuration options for SVG comparison.
- SVGConfiguration() - Constructor for class com.deltaxml.cores9api.config.SVGConfiguration
-
Constructor.
- SVGGranularity - Enum in com.deltaxml.cores9api.config
-
Specifies the granularity at which the differences between the two SVG images will be represented from the DocumentComparator.
- ValidationLevel - Enum in com.deltaxml.cores9api.config
-
Specifies which level of validation to use when validation processes are run.
- valueOf(String) - Static method in enum com.deltaxml.core.PipelineIOIdentifier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.AdvancedEntityRefUsage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.CalsColumnKeyingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.CancellationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.ColumnKeyingMode
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.DefaultAttProcessingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.FrameMakerTrackChangesTableChangeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.HtmlColumnKeyingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.InvalidTableBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.MathMLGranularity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.MixedContentDetectionScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.ModifiedAttributeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.ModifiedFormatOutput
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.ModifiedWhitespaceBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.moves.MoveDetectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.OrderlessPresentationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.PreservationOutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.PreservationProcessingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.PresetPreservationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.ResultFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.SubtreeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.SVGGranularity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.ValidationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.WarningReportMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.config.XmetalTrackChangesTableChangeMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.cores9api.DocumentComparator.ExtensionPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.pipe.filters.LexicalPreservationBase.PreserveItem
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.pipe.filters.LexicalPreservationBase.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.deltaxml.pipe.XMLFilterImpl3.SaxEventItem
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.deltaxml.core.PipelineIOIdentifier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.AdvancedEntityRefUsage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.CalsColumnKeyingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.CancellationPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.ColumnKeyingMode
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.DefaultAttProcessingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.FrameMakerTrackChangesTableChangeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.HtmlColumnKeyingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.InvalidTableBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.MathMLGranularity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.MixedContentDetectionScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.ModifiedAttributeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.ModifiedFormatOutput
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.ModifiedWhitespaceBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.moves.MoveDetectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.OrderlessPresentationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.PreservationOutputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.PreservationProcessingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.PresetPreservationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.ResultFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.SubtreeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.SVGGranularity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.ValidationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.WarningReportMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.config.XmetalTrackChangesTableChangeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.cores9api.DocumentComparator.ExtensionPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.pipe.filters.LexicalPreservationBase.PreserveItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.pipe.filters.LexicalPreservationBase.Region
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.deltaxml.pipe.XMLFilterImpl3.SaxEventItem
-
Returns an array containing the constants of this enum type, in
the order they are declared.