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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDElementTraverser.java537 grammar.addGlobalElementDecl(element);
544 grammar.addGlobalElementDecl(element, loc);
553 fSchemaHandler.addGlobalElementDecl(element);
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, "");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSLoaderImpl.java239 cachedGrammar.addGlobalElementDecl(decl);
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

Completed in 49 milliseconds