Enum Class MixedContentDetectionScope

java.lang.Object
java.lang.Enum<MixedContentDetectionScope>
com.deltaxml.core.config.MixedContentDetectionScope
All Implemented Interfaces:
Serializable, Comparable<MixedContentDetectionScope>, Constable

public enum MixedContentDetectionScope extends Enum<MixedContentDetectionScope>
Enumeration representing the possible values for handling changes in whitespace. Here, both documents must have some whitespace at a given point in order for there to be a change in whitespace. This will then be processed in accordance with the specified behaviour. Whitespace insertions and deletions are not affected by the modified whitespace behaviour.
Since:
9.0
  • Enum Constant Details

    • LOCAL

      public static final MixedContentDetectionScope LOCAL
      Gather data on mixed-content for each element locally, on a case-by-case basis.
    • DOCUMENT

      public static final MixedContentDetectionScope DOCUMENT
      Gather data on mixed-content for all elements of the same name in the document. This mode may have a significant impact on performance for large files.
  • Method Details