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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java420 public void addGlobalElementDecl(XSElementDecl decl) { method in class:SchemaGrammar.BuiltinSchemaGrammar
423 public void addGlobalElementDecl(XSElementDecl decl, String location) { method in class:SchemaGrammar.BuiltinSchemaGrammar
671 public void addGlobalElementDecl(XSElementDecl decl) { method in class:SchemaGrammar.Schema4Annotations
674 public void addGlobalElementDecl(XSElementDecl decl, String location) { method in class:SchemaGrammar.Schema4Annotations
863 public void addGlobalElementDecl(XSElementDecl decl) { method in class:SchemaGrammar
868 public void addGlobalElementDecl(XSElementDecl decl, String location) { method in class:SchemaGrammar
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java1540 void addGlobalElementDecl(XSElementDecl decl) { method in class:XSDHandler
2755 dstGrammar.addGlobalElementDecl(srcDecl);
2775 dstGrammar.addGlobalElementDecl(srcDecl, location);
3224 sg.addGlobalElementDecl((XSElementDecl) component);
3228 sg.addGlobalElementDecl((XSElementDecl) component, "");

Completed in 51 milliseconds