Searched refs:declName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java977 public final XSAttributeDecl getGlobalAttributeDecl(String declName) { argument
978 return(XSAttributeDecl)fGlobalAttrDecls.get(declName);
981 public final XSAttributeDecl getGlobalAttributeDecl(String declName, String location) { argument
982 return(XSAttributeDecl)fGlobalAttrDeclsExt.get(((location != null) ? location : "") + "," + declName);
988 public final XSAttributeGroupDecl getGlobalAttributeGroupDecl(String declName) { argument
989 return(XSAttributeGroupDecl)fGlobalAttrGrpDecls.get(declName);
992 public final XSAttributeGroupDecl getGlobalAttributeGroupDecl(String declName, String location) { argument
993 return(XSAttributeGroupDecl)fGlobalAttrGrpDeclsExt.get(((location != null) ? location : "") + "," + declName);
999 public final XSElementDecl getGlobalElementDecl(String declName) { argument
1000 return(XSElementDecl)fGlobalElemDecls.get(declName);
1003 getGlobalElementDecl(String declName, String location) argument
1010 getGlobalGroupDecl(String declName) argument
1014 getGlobalGroupDecl(String declName, String location) argument
1021 getGlobalNotationDecl(String declName) argument
1025 getGlobalNotationDecl(String declName, String location) argument
1032 getGlobalTypeDecl(String declName) argument
1036 getGlobalTypeDecl(String declName, String location) argument
1043 getIDConstraintDecl(String declName) argument
1047 getIDConstraintDecl(String declName, String location) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DParseException.java378 static ParseException illegalForwardInheritance( Scanner scanner, String declName, argument
383 declName, baseName, line, pointer } ;
389 String declName )
393 declName, line, pointer } ;

Completed in 96 milliseconds