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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java81 public class SchemaWriter implements XSVisitor, XSSimpleTypeVisitor { class in inherits:XSVisitor,XSSimpleTypeVisitor
82 public SchemaWriter( Writer _out ) { method in class:SchemaWriter
528 SchemaWriter.this.elementDecl(decl,extraAtts);
545 SchemaWriter.this.modelGroup(group,extraAtts);
548 SchemaWriter.this.wildcard("any",wc,extraAtts);

Completed in 31 milliseconds