Uses of Class
org.apache.xerces.impl.xs.XSNotationDecl

Packages that use XSNotationDecl
org.apache.xerces.impl.xs   
 

Uses of XSNotationDecl in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return XSNotationDecl
 XSNotationDecl SchemaGrammar.getGlobalNotationDecl(java.lang.String declName)
          get one global notation
 

Methods in org.apache.xerces.impl.xs with parameters of type XSNotationDecl
 void SchemaGrammar.addGlobalNotationDecl(XSNotationDecl decl)
          register one global notation
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalNotationDecl(XSNotationDecl decl)
           
 void SchemaGrammar.Schema4Annotations.addGlobalNotationDecl(XSNotationDecl decl)