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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDNotationTraverser.java113 grammar.addGlobalNotationDecl(notation);
120 grammar.addGlobalNotationDecl(notation, loc);
128 fSchemaHandler.addGlobalNotationDecl(notation);
H A DXSDHandler.java1562 void addGlobalNotationDecl(XSNotationDecl decl) { method in class:XSDHandler
2869 dstGrammar.addGlobalNotationDecl(srcDecl);
2889 dstGrammar.addGlobalNotationDecl(srcDecl, location);
3243 sg.addGlobalNotationDecl((XSNotationDecl) component);
3247 sg.addGlobalNotationDecl((XSNotationDecl) component, "");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSLoaderImpl.java289 cachedGrammar.addGlobalNotationDecl(decl);
H A DSchemaGrammar.java435 public void addGlobalNotationDecl(XSNotationDecl decl) { method in class:SchemaGrammar.BuiltinSchemaGrammar
438 public void addGlobalNotationDecl(XSNotationDecl decl, String location) { method in class:SchemaGrammar.BuiltinSchemaGrammar
686 public void addGlobalNotationDecl(XSNotationDecl decl) { method in class:SchemaGrammar.Schema4Annotations
689 public void addGlobalNotationDecl(XSNotationDecl decl, String location) { method in class:SchemaGrammar.Schema4Annotations
893 public void addGlobalNotationDecl(XSNotationDecl decl) { method in class:SchemaGrammar
898 public void addGlobalNotationDecl(XSNotationDecl decl, String location) { method in class:SchemaGrammar

Completed in 50 milliseconds