Description
ImmutableNodes.fromInstanceId() is used quite heavily and is rather inefficient:
- there are multiple isMixin() implementations which could be moved to common superclass
- traversal creates unnecessary YangInstanceIdentifier instances, leading to Iterables.skip()
- AnyXmlNormalization has duplicate code blocks