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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
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
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
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, "");

Completed in 1688 milliseconds