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(String declName)
          get one global notation
 XSNotationDecl SchemaGrammar.getGlobalNotationDecl(String declName, String location)
           
 

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)
           
 void SchemaGrammar.addGlobalNotationDecl(XSNotationDecl decl, String location)
           
 void SchemaGrammar.BuiltinSchemaGrammar.addGlobalNotationDecl(XSNotationDecl decl, String location)
           
 void SchemaGrammar.Schema4Annotations.addGlobalNotationDecl(XSNotationDecl decl, String location)
           
 



Copyright © 2011. All Rights Reserved.