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

/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 33 milliseconds