Searched defs:elementName (Results 1 – 11 of 11) sorted by relevance
52 private String elementName; field in IncompleteAnnotationException64 String elementName) { in IncompleteAnnotationException()88 public String elementName() { in elementName() method in IncompleteAnnotationException
51 String elementName = "some element"; in test_constructorLjava_lang_Class_Ljava_lang_String() local
67 String elementName; in runTest() local
63 String elementName; in runTest() local
70 String elementName; in runTest() local
71 String elementName; in runTest() local
186 String elementName; in testCreateElementNS5() local
805 String elementName = readName(); in readAttributeListDeclaration() local878 private void defineAttributeDefault(String elementName, String attributeName, String value) { in defineAttributeDefault()
3883 public native <T2> T2[] getRecordAnnotationElement(String elementName, Class<T2[]> arrayClass); in getRecordAnnotationElement()
625 static void startElement(void* data, const char* elementName, const char** attributes) { in startElement()