Searched refs:attrValue (Results 1 – 2 of 2) sorted by relevance
45 String attrValue = ""; in getAttribute() local47 attrValue = attrNode.getValue(); in getAttribute()49 return attrValue; in getAttribute()
131 jstring attrValue = env->NewStringUTF(atts[i].value.c_str()); in startElement() local133 env->SetObjectArrayElement(attrValues, i, attrValue); in startElement()