Searched refs:gNode (Results 1 – 2 of 2) sorted by relevance
490 public static List<Node> appendMetaNodeByType(Node gNode, List<Node> rootList) { in appendMetaNodeByType() argument492 String nodeTags = gNode.getType(); in appendMetaNodeByType()496 n.getChildren().add(gNode); in appendMetaNodeByType()503 mtaglist.add(gNode); in appendMetaNodeByType()519 public static List<Node> appendMetaNodeByTagIndex(Node gNode, List<Node> rootTagNodesList) { in appendMetaNodeByTagIndex() argument521 for (int iter = 0; iter < gNode.getChildren().size(); iter++) { in appendMetaNodeByTagIndex()522 if (gNode.getChildren().get(iter).getTags() != null) { in appendMetaNodeByTagIndex()523 List<String> nodeTags = gNode.getChildren().get(iter).getTags(); in appendMetaNodeByTagIndex()
454 private static List<Node> appendNodeGroups(Node gNode, List<Node> groupnodes) { in appendNodeGroups() argument457 if (gNode.getGroup().equals(groupnodes.get(i).getLabel())) { in appendNodeGroups()459 mgrouplist.add(gNode); in appendNodeGroups()462 groupnodes.get(i).getChildren().add(gNode); in appendNodeGroups()