public class ElementsTrimmer
extends java.lang.Object
| Constructor and Description |
|---|
ElementsTrimmer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
trim(XmlDocument xmlDocument,
MergingReport.Builder mergingReport)
Trims unwanted, duplicated elements from the merged document.
|
public static void trim(@NonNull
XmlDocument xmlDocument,
@NonNull
MergingReport.Builder mergingReport)
Current trimmed elements are :
xmlDocument - the xml document to trim.mergingReport - the report to log errors and actions.