public final class LeafRefContextUtils extends Object
public static LeafRefContext getLeafRefReferencingContext(SchemaNode node, LeafRefContext root)
public static LeafRefContext getLeafRefReferencingContext(SchemaPath schemaPath, LeafRefContext root)
public static LeafRefContext getLeafRefReferencingContext(Iterable<QName> pathFromRoot, LeafRefContext root)
public static LeafRefContext getLeafRefReferencedByContext(SchemaNode node, LeafRefContext root)
public static LeafRefContext getLeafRefReferencedByContext(SchemaPath schemaPath, LeafRefContext root)
public static LeafRefContext getLeafRefReferencedByContext(Iterable<QName> pathFromRoot, LeafRefContext root)
public static boolean isLeafRef(SchemaNode node, LeafRefContext root)
public static boolean hasLeafRefChild(SchemaNode node, LeafRefContext root)
public static boolean isReferencedByLeafRef(SchemaNode node, LeafRefContext root)
public static boolean hasChildReferencedByLeafRef(SchemaNode node, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(SchemaNode node, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(SchemaPath schemaPath, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(Iterable<QName> pathFromRoot, LeafRefContext root)
public static List<LeafRefContext> findAllLeafRefChilds(LeafRefContext parent)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(SchemaNode node, LeafRefContext root)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(SchemaPath schemaPath, LeafRefContext root)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(Iterable<QName> pathFromRoot, LeafRefContext root)
public static List<LeafRefContext> findAllChildsReferencedByLeafRef(LeafRefContext parent)
public static Map<QName,LeafRefContext> getAllLeafRefsReferencingThisNode(SchemaNode node, LeafRefContext root)
public static Map<QName,LeafRefContext> getAllLeafRefsReferencingThisNode(SchemaPath path, LeafRefContext root)
public static Map<QName,LeafRefContext> getAllLeafRefsReferencingThisNode(Iterable<QName> pathFromRoot, LeafRefContext root)
Copyright © 2019 OpenDaylight. All rights reserved.