Searched defs:tagName (Results 1 – 6 of 6) sorted by relevance
22 def getChildrenWithTag(parent, tagName): argument
299 private static Element getElement(Element element, String tagName) { in getElement()
43 private final String tagName; field in AnnotatedOutcome48 SortedMap<Long, Outcome> previousOutcomes, String tagName, Outcome tagOutcome, in AnnotatedOutcome()
192 private void gotoTag(XmlResourceParser parser, String tagName) throws XmlPullParserException, in gotoTag()
145 public static boolean isTag(String tagName) { in isTag()
24 def getChildrenWithTag(parent, tagName): argument