All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.codecentric.mule.assertobjectequals.XmlCompareOption Maven / Gradle / Ivy

package de.codecentric.mule.assertobjectequals;

public enum XmlCompareOption {
    /**
     * Will remove all comment-Tags "<!-- Comment -->" from test- and control-XML before comparing.
     */
    IGNORE_COMMENTS,

    /**
     * Ignore whitespace by removing all empty text nodes and trimming the non-empty ones.
     */
    IGNORE_WHITESPACE,

    /**
     * Normalize Text-Elements by removing all empty text nodes and normalizing the non-empty ones.
     */
    NORMALIZE_WHITESPACE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy