HomeSort by relevance Sort by last modified time
    Searched defs:allPrefixes (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 390 private Enumeration allPrefixes;
397 PrefixForUriEnumerator(NamespaceSupport2 nsup,String uri, Enumeration allPrefixes)
401 this.allPrefixes=allPrefixes;
409 while(allPrefixes.hasMoreElements())
411 String prefix=(String)allPrefixes.nextElement();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 450 Enumeration allPrefixes = getPrefixes();
451 while (allPrefixes.hasMoreElements()) {
452 String prefix = (String) allPrefixes.nextElement();

Completed in 60 milliseconds