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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java370 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
376 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
387 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
393 fGlobalAttrDecls.put(name, new BuiltinAttrDecl(name, tns, type, scope));
1266 private static class BuiltinAttrDecl extends XSAttributeDecl { class in class:SchemaGrammar
1267 public BuiltinAttrDecl(String name, String tns, method in class:SchemaGrammar.BuiltinAttrDecl
1293 } // class BuiltinAttrDecl

Completed in 33 milliseconds