Home
last modified time | relevance | path

Searched refs:attrPrefix (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeGetPrefix.java79 String attrPrefix; in testGetPrefix() local
88 attrPrefix = qattr.getPrefix(); in testGetPrefix()
92 assertEquals("nodegetprefix03_4", "qual", attrPrefix); in testGetPrefix()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Dnodegetprefix03.java79 String attrPrefix; in runTest() local
88 attrPrefix = qattr.getPrefix(); in runTest()
92 assertEquals("nodegetprefix03_4", "qual", attrPrefix); in runTest()
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderImpl.java279 String attrPrefix = parser.getAttributePrefix(i); in parse() local
289 attr.setPrefix(attrPrefix); in parse()
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java253 String attrPrefix = attrName.substring(0, cut); in adjustNsp() local
257 String attrNs = getNamespace(attrPrefix); in adjustNsp()
261 "Undefined Prefix: " + attrPrefix + " in " + this); in adjustNsp()
265 attributes[i + 1] = attrPrefix; in adjustNsp()