Searched refs:rootDocuments (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DDOMForest.java110 private final Set<String> rootDocuments = new HashSet<String>(); field in class:DOMForest
201 return Collections.unmodifiableSet(rootDocuments);
342 rootDocuments.add(systemId);
374 rootDocuments.add(systemId);
388 rootDocuments.remove(systemId);
393 rootDocuments.remove(systemId);
415 rootDocuments.add(systemId);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DDOMForest.java77 protected final Set<String> rootDocuments = new HashSet<String>(); field in class:DOMForest
197 rootDocuments.add(systemId);
352 * Gets the first one (which is more or less random) in {@link #rootDocuments}.
355 if(rootDocuments.isEmpty()) return null;
356 return rootDocuments.iterator().next();
360 return rootDocuments;
H A DMetadataFinder.java246 for(String location: rootDocuments){

Completed in 32 milliseconds