Modifier and Type | Method and Description |
---|---|
Dom |
Dom.clone() |
Dom |
Dom.getChild(String name) |
default Dom |
Dom.merge(Dom source) |
Dom |
Dom.merge(Dom source,
Boolean childMergeOverride) |
static Dom |
Dom.merge(Dom dominant,
Dom recessive)
Merge recessive into dominant and return either
dominant
with merged information or a clone of recessive if
dominant is null . |
static Dom |
Dom.merge(Dom dominant,
Dom recessive,
Boolean childMergeOverride) |
Modifier and Type | Method and Description |
---|---|
List<Dom> |
Dom.getChildren() |
Modifier and Type | Method and Description |
---|---|
default Dom |
Dom.merge(Dom source) |
Dom |
Dom.merge(Dom source,
Boolean childMergeOverride) |
static Dom |
Dom.merge(Dom dominant,
Dom recessive)
Merge recessive into dominant and return either
dominant
with merged information or a clone of recessive if
dominant is null . |
static Dom |
Dom.merge(Dom dominant,
Dom recessive,
Boolean childMergeOverride) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.