Uses of Enum Class
com.deltaxml.core.config.MixedContentDetectionScope
Packages that use MixedContentDetectionScope
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of MixedContentDetectionScope in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return MixedContentDetectionScopeModifier and TypeMethodDescriptionstatic MixedContentDetectionScopeMixedContentDetectionScope.getMixedContentDetectionScope(String value) Returns aMixedContentDetectionScopeobject from the supplied String value if appropriate.ResultReadabilityOptions.getMixedContentDetectionScope()Return the current scopeMixedContentDetectionScopefor determining whether elements are of a mixed-content type.static MixedContentDetectionScopeReturns the enum constant of this class with the specified name.static MixedContentDetectionScope[]MixedContentDetectionScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.deltaxml.core.config with parameters of type MixedContentDetectionScopeModifier and TypeMethodDescriptionvoidResultReadabilityOptions.setMixedContentDetectionScope(MixedContentDetectionScope scope) Set the scopeMixedContentDetectionScopeto use for determining whether elements are of a mixed-content type.