Searched defs:tagName (Results 1 – 6 of 6) sorted by relevance
211 public static ResourceType fromXmlTagName(String tagName) { in fromXmlTagName()239 String tagName = nameFunction.apply(tag); in fromXmlTag() local
178 Path filePath, String tagName, String attributeName, String attributeValue) in assertXmlFileContainsTagWithAttribute()
108 private <T> List<T> parseList(Element element, String tagName, Function<Element, T> parser) { in parseList()
516 val tagName = element.tagName in <lambda>() constant568 val tagName = annotationElement.tagName in <lambda>() constant
168 val tagName = if (tagSection.startsWith("@")) tagSection else "@param $tagSection" in mergeDocumentation() constant
502 private static ImmutableList<Element> getElementsByTagName(Document xmlDoc, String tagName) { in getElementsByTagName()