Searched refs:attrPrefix (Results 1 – 4 of 4) sorted by relevance
79 String attrPrefix; in testGetPrefix() local88 attrPrefix = qattr.getPrefix(); in testGetPrefix()92 assertEquals("nodegetprefix03_4", "qual", attrPrefix); in testGetPrefix()
79 String attrPrefix; in runTest() local88 attrPrefix = qattr.getPrefix(); in runTest()92 assertEquals("nodegetprefix03_4", "qual", attrPrefix); in runTest()
279 String attrPrefix = parser.getAttributePrefix(i); in parse() local289 attr.setPrefix(attrPrefix); in parse()
253 String attrPrefix = attrName.substring(0, cut); in adjustNsp() local257 String attrNs = getNamespace(attrPrefix); in adjustNsp()261 "Undefined Prefix: " + attrPrefix + " in " + this); in adjustNsp()265 attributes[i + 1] = attrPrefix; in adjustNsp()