Home
last modified time | relevance | path

Searched refs:rootList (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DPageMetadata.java574 public static List<Node> appendMetaNodeByLang(Node gNode, List<Node> rootList) { in appendMetaNodeByLang() argument
578 for (Node n : rootList) { in appendMetaNodeByLang()
590 rootList.add(tnode); in appendMetaNodeByLang()
593 return rootList; in appendMetaNodeByLang()
605 public static List<Node> appendMetaNodeByType(Node gNode, List<Node> rootList) { in appendMetaNodeByType() argument
609 for (Node n : rootList) { in appendMetaNodeByType()
620 rootList.add(tnode); in appendMetaNodeByType()
622 return rootList; in appendMetaNodeByType()