Uses of Enum Class
com.deltaxml.core.config.AdvancedEntityRefUsage
Packages that use AdvancedEntityRefUsage
Package
Description
Contains classes and enums used to provide configuration options to
PipelinedComparator,
DocumentComparator and DataComparator.-
Uses of AdvancedEntityRefUsage in com.deltaxml.core.config
Methods in com.deltaxml.core.config that return AdvancedEntityRefUsageModifier and TypeMethodDescriptionLexicalPreservationConfig.getAdvancedEntityReferenceUsage()Return whether entity references or their replacement text appear in the output.static AdvancedEntityRefUsageAdvancedEntityRefUsage.getAdvancedEntityRefUsage(String val) Returns a ExtendedBooleanProcessingMode object from the supplied String value if appropriate.static AdvancedEntityRefUsageReturns the enum constant of this class with the specified name.static AdvancedEntityRefUsage[]AdvancedEntityRefUsage.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 AdvancedEntityRefUsageModifier and TypeMethodDescriptionvoidLexicalPreservationConfig.setAdvancedEntityReferenceUsage(AdvancedEntityRefUsage usageMode) Specify advanced behaviour of entity reference processing.