Package org.xmlunit.input


package org.xmlunit.input
Some useful Source implementations.
  • Classes
    Class
    Description
    A source that is obtained from a different source by stripping all comments.
    A source that is obtained from a different source by removing all text nodes that only contain whitespace.
    Performs XML normalization on a given Source, Document or Node.
    A source that is obtained from a different source by removing all empty text nodes and normalizing the non-empty ones.
    A source that is obtained from a different source by removing all empty text nodes and trimming the non-empty ones.