OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundprefixes
(Results
1 - 1
of
1
) sorted by null
/libcore/luni/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java
485
java.util.ArrayList
foundPrefixes
= new java.util.ArrayList();
493
foundPrefixes
.add(prefix);
496
String[] prefixArray = new String[
foundPrefixes
.size()];
497
foundPrefixes
.toArray(prefixArray);
Completed in 354 milliseconds