Home | History | Annotate | Download | only in dom3

Lines Matching refs:prefixes

156         // ignore "xml" and "xmlns" prefixes

252 String[] prefixes = new String[fNamespaceSize];
253 fPrefixes = prefixes;
270 return new Prefixes(fPrefixes, count);
273 protected final class Prefixes implements Enumeration {
274 private String[] prefixes;
279 * Constructor for Prefixes.
281 public Prefixes(String [] prefixes, int size) {
282 this.prefixes = prefixes;
300 throw new NoSuchElementException("Illegal access to Namespace prefixes enumeration.");
306 buf.append(prefixes[i]);