Searched refs:rootName (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java71 private final QName rootName; field in class:SDDocumentImpl
113 QName rootName = reader.getName();
114 if(rootName.equals(WSDLConstants.QNAME_SCHEMA)) {
129 return new SchemaImpl(rootName,systemId,src,tns,importedDocs);
130 } else if (rootName.equals(WSDLConstants.QNAME_DEFINITIONS)) {
172 rootName,systemId,src,tns,hasPortType,hasService,importedDocs,allServices);
174 return new SDDocumentImpl(rootName,systemId,src);
188 protected SDDocumentImpl(QName rootName, URL url, SDDocumentSource source) { argument
189 this(rootName, url, source, new HashSet<String>());
192 protected SDDocumentImpl(QName rootName, UR argument
316 SchemaImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, Set<String> imports) argument
338 WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean hasPortType, boolean hasService, Set<String> imports,Set<QName> allServices) argument
[all...]
H A DMonitorBase.java95 String rootName =
100 if (rootName.equals("-")) {
101 rootName = "provider";
107 rootName = contextPath + "-" + rootName;
115 rootName = id;
118 return disabled("This endpoint", rootName);
123 return disabled("Global endpoint", rootName);
125 return createMOMLoop(rootName, 0);
164 String rootName
189 disabled(final String x, final String rootName) argument
195 createMOMLoop(final String rootName, final int unique) argument
265 createRoot(final ManagedObjectManager mom, final String rootName, int unique) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDDescription.java94 public XMLDTDDescription(XMLResourceIdentifier id, String rootName) { argument
97 this.fRootName = rootName;
102 String baseId, String expandedId, String rootName) {
104 this.fRootName = rootName;
129 public void setRootName(String rootName) { argument
130 fRootName = rootName;
101 XMLDTDDescription(String publicId, String literalId, String baseId, String expandedId, String rootName) argument
H A DXMLDTDLoader.java502 public void loadGrammarWithContext(XMLDTDValidator validator, String rootName, argument
526 XMLDTDDescription desc = new XMLDTDDescription(publicId, systemId, baseSystemId, null, rootName);
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataFormatImpl.java90 private String rootName; field in class:IIOMetadataFormatImpl
160 * @param rootName the name of the root element.
164 * @exception IllegalArgumentException if <code>rootName</code> is
169 public IIOMetadataFormatImpl(String rootName, argument
171 if (rootName == null) {
172 throw new IllegalArgumentException("rootName == null!");
180 this.rootName = rootName;
183 root.elementName = rootName;
186 elementMap.put(rootName, roo
205 IIOMetadataFormatImpl(String rootName, int minChildren, int maxChildren) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DWrapperBeanGenerator.java101 String rootName, String rootNS,
111 root.visit("name", rootName);
181 sb.append("@XmlRootElement(name=").append(rootName)
100 createBeanImage(String className, String rootName, String rootNS, String typeName, String typeNS, Collection<Field> fields) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java768 private Entry getEntry(String rootName) { argument
770 int index = Collections.binarySearch(entries, new Entry(dirName, rootName));

Completed in 42 milliseconds