Searched refs:NSDECL (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DNamespaceSupport.java110 public static final String NSDECL =
480 * into the {@link #NSDECL NSDECL} namespace
500 currentContext.declarePrefix ("xmlns", NSDECL);
678 name[0] = NSDECL;
109 public static final String NSDECL = field in class:NamespaceSupport
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
H A DNamespaceSupportTest.java307 assertEquals("Test 16: Incorrect namespace URI;", NamespaceSupport.NSDECL, parts[0]);

Completed in 378 milliseconds