Searched refs:annotationElement (Results 1 – 1 of 1) sorted by relevance
576 loop@ for (annotationElement in getChildren(xmlElement)) { in <lambda>() method577 val originalName = getAnnotationName(annotationElement) in <lambda>()584 val annotationItem = createAnnotation(annotationElement) ?: continue in <lambda>()619 private fun createAnnotation(annotationElement: Element): AnnotationItem? { in <lambda>()620 val tagName = annotationElement.tagName in <lambda>()622 val name = annotationElement.getAttribute(ATTR_NAME) in <lambda>()626 val children = getChildren(annotationElement) in <lambda>()653 val children = getChildren(annotationElement) in <lambda>()765 val children = getChildren(annotationElement) in <lambda>()778 val children = getChildren(annotationElement) in <lambda>()[all …]