Searched refs:attQName (Results 1 – 1 of 1) sorted by relevance
505 String attQName = qAtts.getName(i); in startElement() local507 if (!attQName.startsWith("xmlns")) in startElement()511 int n = attQName.indexOf(':'); in startElement()514 if (n == -1 && attQName.length () == 5) { in startElement()521 prefix = attQName.substring(n+1); in startElement()537 String attQName = qAtts.getName(i); in startElement() local542 if (attQName.startsWith("xmlns")) { in startElement()544 int n = attQName.indexOf(':'); in startElement()546 if (n == -1 && attQName.length () == 5) { in startElement()553 prefix = attQName.substring(6); in startElement()[all …]