Uses of Class
com.deltaxml.core.config.LexicalPreservationConfig
Packages that use LexicalPreservationConfig
Package
Description
DeltaNova XML Compare API
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of LexicalPreservationConfig in com.deltaxml.core
Methods in com.deltaxml.core that return LexicalPreservationConfigModifier and TypeMethodDescriptionDocumentComparator.getLexicalPreservationConfig()Returns the current lexical preservation configuration settings.PipelinedComparator.getLexicalPreservationConfig()Returns the current lexical preservation configuration settings.Methods in com.deltaxml.core with parameters of type LexicalPreservationConfigModifier and TypeMethodDescriptionPipelinedComparator.newLexicalPreservationOutputFilterChain(LexicalPreservationConfig config) Generates aFilterChainto process lexical preservation items.voidDocumentComparator.setLexicalPreservationConfig(LexicalPreservationConfig config) Sets theLexicalPreservationConfigto use during comparison.voidPipelinedComparator.setLexicalPreservationConfig(LexicalPreservationConfig lpc) Sets theLexicalPreservationConfigto use during comparison.voidRunnableFilterChain.setLexicalPreservationOutput(LexicalPreservationConfig value) -
Uses of LexicalPreservationConfig in com.deltaxml.core.config
Constructors in com.deltaxml.core.config with parameters of type LexicalPreservationConfigModifierConstructorDescriptionCreates a new Configuration for lexical preservation using the specified mode.