public static interface XmlCombiner.Filter
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(Element recessive,
Element dominant,
Element result)
Post process the matching elements after merging.
|
void postProcess(Element recessive, Element dominant, Element result)
recessive - recessive element, can be null, should not be modifieddominant - dominant element, can be null, should not be modifiedresult - result element, will not be null, it can be freely modifiedCopyright © 2021 Atteo. All rights reserved.