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