Searched refs:schemaBuilder (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/xml/
H A DSAXParseable.java85 public ParsedPattern parse(SchemaBuilder schemaBuilder) throws BuildException, IllegalSchemaException { argument
88 SchemaParser sp = new SchemaParser(this, xr, eh, schemaBuilder, null, null,"");
91 return schemaBuilder.expandPattern(p);
101 public ParsedPattern parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs) argument
105 SchemaParser sp = new SchemaParser(this, xr, eh, schemaBuilder, g, g, inheritedNs);
117 public ParsedPattern parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs) argument
121 SchemaParser sp = new SchemaParser(this, xr, eh, schemaBuilder, null, s, inheritedNs);
H A DSchemaParser.java101 private final SchemaBuilder schemaBuilder; field in class:SchemaParser
104 * {@link #schemaBuilder} object.
203 comments = schemaBuilder.makeCommentList();
265 annotations = schemaBuilder.makeAnnotations(parent.comments, getContext());
268 annotations = schemaBuilder.makeAnnotations(null, getContext());
355 annotations = schemaBuilder.makeAnnotations(null, getContext());
381 startPattern = schemaBuilder.commentAfter(startPattern, comments);
407 annotations = schemaBuilder.makeAnnotations(null, getContext());
415 annotations = schemaBuilder.makeAnnotations(comments, getContext());
444 builder = schemaBuilder
1754 SchemaParser(SAXParseable parseable, XMLReader xr, ErrorHandler eh, SchemaBuilder schemaBuilder, IncludedGrammar grammar, Scope scope, String inheritedNs) argument
[all...]

Completed in 90 milliseconds