Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DNamespaceSupportTest.java26 import org.xml.sax.helpers.NamespaceSupport;
33 NamespaceSupport ns;
42 ns = new NamespaceSupport(); in setUp()
55 ns = new NamespaceSupport(); in testConstructor()
77 ns = new NamespaceSupport(); in testPush_PopContext()
101 ns = new NamespaceSupport(); in testReset()
171 prefixes = Collections.list(ns.getPrefixes(NamespaceSupport.XMLNS)); in testGetPrefixesLjava_lang_String()
214 NamespaceSupport.XMLNS, ns.getURI("xml")); in testGetUri()
229 ns = new NamespaceSupport(); in testNamespaceDeclUris()
266 ns = new NamespaceSupport(); in testProcessName_Element()
[all …]
/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java73 public class NamespaceSupport class
129 public NamespaceSupport () in NamespaceSupport() method in NamespaceSupport
DParserAdapter.java144 nsSupport = new NamespaceSupport(); in setup()
823 private NamespaceSupport nsSupport;
/libcore/
Dnon_openjdk_java_files.bp328 "luni/src/main/java/org/xml/sax/helpers/NamespaceSupport.java",