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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java1032 public final XSTypeDefinition getGlobalTypeDecl(String declName) { method in class:SchemaGrammar
1036 public final XSTypeDefinition getGlobalTypeDecl(String declName, String location) { method in class:SchemaGrammar
1299 public final static XSSimpleType fAnySimpleType = (XSSimpleType)SG_SchemaNS.getGlobalTypeDecl(SchemaSymbols.ATTVAL_ANYSIMPLETYPE);
1559 return getGlobalTypeDecl(name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java1614 private XSTypeDefinition getGlobalTypeDecl(String declKey) { method in class:XSDHandler
1656 Object retObj = SchemaGrammar.SG_SchemaNS.getGlobalTypeDecl(declToTraverse.localpart);
1803 retObj = getGlobalTypeDecl(declKey);
1833 retObj = sGrammar.getGlobalTypeDecl(localpart);
1863 retObj = sGrammar.getGlobalTypeDecl(localpart, schemaLoc);
2612 if (sg.getGlobalTypeDecl(name) == component) {
2943 dstDecl = dstGrammar.getGlobalTypeDecl(srcDecl.getName());
2963 dstDecl = dstGrammar.getGlobalTypeDecl(name, location);
3190 if (sg.getGlobalTypeDecl(name) == null) {
3194 if (sg.getGlobalTypeDecl(nam
[all...]

Completed in 40 milliseconds