Searched refs:schemaBuilder (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/ |
| H A D | SAXParseable.java | 85 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 D | SchemaParser.java | 102 private final SchemaBuilder schemaBuilder; field in class:SchemaParser 105 * for the {@link #schemaBuilder} object. 196 comments = schemaBuilder.makeCommentList(); 245 annotations = schemaBuilder.makeAnnotations(parent.comments, getContext()); 249 annotations = schemaBuilder.makeAnnotations(null, getContext()); 335 annotations = schemaBuilder.makeAnnotations(null, getContext()); 356 startPattern = schemaBuilder.commentAfter(startPattern, comments); 382 annotations = schemaBuilder.makeAnnotations(null, getContext()); 389 annotations = schemaBuilder.makeAnnotations(comments, getContext()); 415 builder = schemaBuilder 1577 SchemaParser(SAXParseable parseable, XMLReader xr, ErrorHandler eh, SchemaBuilder schemaBuilder, IncludedGrammar grammar, Scope scope, String inheritedNs) argument [all...] |
Completed in 55 milliseconds