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(java.lang.String namespaceURI, java.lang.String name, java.lang.String systemId, java.lang.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(java.lang.String namespaceURI, java.lang.String name, java.lang.String systemId, java.lang.String publicId)
          Deprecated. Creates a new notation declaration.