Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/xml/sax/helpers/
DNamespaceSupport.java471 public Enumeration getDeclaredPrefixes () in getDeclaredPrefixes() method in NamespaceSupport
473 return currentContext.getDeclaredPrefixes(); in getDeclaredPrefixes()
761 Enumeration getDeclaredPrefixes() { in getDeclaredPrefixes() method in NamespaceSupport.Context
DParserAdapter.java626 Enumeration prefixes = nsSupport.getDeclaredPrefixes(); in endElement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DNamespaceSupportTest.java56 Enumeration<String> prefixes = ns.getDeclaredPrefixes(); in testConstructor()
197 prefixes = Collections.list(ns.getDeclaredPrefixes()); in testGetDeclaredPrefixes()
/libcore/api/
Dcurrent.txt21744 method public java.util.Enumeration getDeclaredPrefixes();