Searched refs:annotationElement (Results 1 – 1 of 1) sorted by relevance
520 loop@ for (annotationElement in getChildren(xmlElement)) { in mergeAnnotations() method521 val originalName = getAnnotationName(annotationElement) in mergeAnnotations()527 val annotationItem = createAnnotation(annotationElement) ?: continue in mergeAnnotations()562 private fun createAnnotation(annotationElement: Element): AnnotationItem? { in createAnnotation()563 val tagName = annotationElement.tagName in createAnnotation()565 val name = annotationElement.getAttribute(ATTR_NAME) in createAnnotation()569 val children = getChildren(annotationElement) in createAnnotation()596 val children = getChildren(annotationElement) in createAnnotation()675 val children = getChildren(annotationElement) in createAnnotation()704 val children = getChildren(annotationElement) in createAnnotation()[all …]