| Constructor and Description |
|---|
ElementContentWhitespaceStrippedSource(Source originalSource)
Creates a new source that consists of the given source with all
text nodes that only contain whitespace stripped.
|
ElementContentWhitespaceStrippedSource(Source originalSource,
DocumentBuilderFactory dbf)
Creates a new source that consists of the given source with all
text nodes that only contain whitespace stripped.
|
public ElementContentWhitespaceStrippedSource(Source originalSource)
originalSource - the original sourcepublic ElementContentWhitespaceStrippedSource(Source originalSource, DocumentBuilderFactory dbf)
originalSource - the original sourcedbf - the DocumentBuilderFactory to use when creating a
DOM document from originalSourceCopyright © 2001–2025 XMLUnit. All rights reserved.