Uses of Interface
org.apache.xerces.dom3.as.ASNotationDeclaration

Packages that use ASNotationDeclaration
org.apache.xerces.dom   
org.apache.xerces.dom3.as   
 

Uses of ASNotationDeclaration in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return ASNotationDeclaration
 ASNotationDeclaration ASModelImpl.createASNotationDeclaration(String namespaceURI, String name, String systemId, String publicId)
          Deprecated. Creates a new notation declaration.
 

Uses of ASNotationDeclaration in org.apache.xerces.dom3.as
 

Methods in org.apache.xerces.dom3.as that return ASNotationDeclaration
 ASNotationDeclaration ASModel.createASNotationDeclaration(String namespaceURI, String name, String systemId, String publicId)
          Deprecated. Creates a new notation declaration.
 



Copyright © 2011. All Rights Reserved.