Lines Matching refs:getLabel
469 if (gNode.getGroup().equals(groupnodes.get(i).getLabel())) { in appendNodeGroups()
504 return one.getLabel().compareTo(other.getLabel());
518 String thisLabel = list.get(i).getLabel(); in squashNodes()
519 String childLabel = list.get(i).getChildren().get(0).getLabel(); in squashNodes()
628 buf.append(indent + "- title: " + list.get(i).getLabel() + "/\n"); in renderGroupNodesTOCYaml()
633 buf.append(indent + " value: " + list.get(i).getLabel() + "\n"); in renderGroupNodesTOCYaml()
640 buf.append(indent + " value: " + list.get(i).getLabel() + "\n"); in renderGroupNodesTOCYaml()
644 buf.append(indent + "- title: " + list.get(i).getLabel() + "\n"); in renderGroupNodesTOCYaml()
672 + list.get(i).getLabel() + "\">" in renderGroupNodesTOC()
673 + list.get(i).getLabel() + "</a>"); in renderGroupNodesTOC()
700 + list.get(i).getLabel() + "\">" in renderProjectNodesTOC()
701 + list.get(i).getLabel() + "</a>"); in renderProjectNodesTOC()
725 + list.get(i).getLabel() + "\">" in renderChildrenToc()
726 + list.get(i).getLabel() + "</a>"); in renderChildrenToc()
732 + list.get(i).getLabel() + "\">" in renderChildrenToc()
733 + list.get(i).getLabel() + "/</a>"); in renderChildrenToc()
747 public String getLabel() { in getLabel() method in SampleCode.Node