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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJAXBModelImpl.java60 import com.sun.xml.internal.bind.v2.schemagen.XmlSchemaGenerator;
79 private XmlSchemaGenerator<TypeMirror,TypeDeclaration,FieldDeclaration,MethodDeclaration> xsdgen;
177 private synchronized XmlSchemaGenerator<TypeMirror, TypeDeclaration, FieldDeclaration, MethodDeclaration> getSchemaGenerator() {
179 xsdgen = new XmlSchemaGenerator<TypeMirror,TypeDeclaration,FieldDeclaration,MethodDeclaration>( types.getNavigator(), types );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java110 import com.sun.xml.internal.bind.v2.schemagen.XmlSchemaGenerator;
841 private XmlSchemaGenerator<Type,Class,Field,Method> createSchemaGenerator() {
850 XmlSchemaGenerator<Type,Class,Field,Method> xsdgen =
851 new XmlSchemaGenerator<Type,Class,Field,Method>(tis.getNavigator(),tis);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java121 * <li>Create a new {@link XmlSchemaGenerator}
124 * <li>Discard the {@link XmlSchemaGenerator}.
130 public final class XmlSchemaGenerator<T,C,F,M> { class
170 public XmlSchemaGenerator( Navigator<T,C,F,M> navigator, TypeInfoSet<T,C,F,M> types ) { method in class:XmlSchemaGenerator
546 assert !XmlSchemaGenerator.this.namespaces.containsKey(uri);
547 XmlSchemaGenerator.this.namespaces.put(uri,this);
1469 * Debug information of what's in this {@link XmlSchemaGenerator}.

Completed in 46 milliseconds