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

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

Uses of ASAttributeDeclaration in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return ASAttributeDeclaration
 ASAttributeDeclaration ASModelImpl.createASAttributeDeclaration(java.lang.String namespaceURI, java.lang.String name)
          Deprecated. Creates an attribute declaration.
 

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

Methods in org.apache.xerces.dom3.as that return ASAttributeDeclaration
 ASAttributeDeclaration ASModel.createASAttributeDeclaration(java.lang.String namespaceURI, java.lang.String name)
          Deprecated. Creates an attribute declaration.
 ASAttributeDeclaration ASElementDeclaration.removeASAttributeDecl(ASAttributeDeclaration attributeDecl)
          Deprecated. Removes an ASAttributeDeclaration from the element being declared.
 

Methods in org.apache.xerces.dom3.as with parameters of type ASAttributeDeclaration
 void ASElementDeclaration.addASAttributeDecl(ASAttributeDeclaration attributeDecl)
          Deprecated. Adds an ASAttributeDeclaration for the element being declared.
 ASAttributeDeclaration ASElementDeclaration.removeASAttributeDecl(ASAttributeDeclaration attributeDecl)
          Deprecated. Removes an ASAttributeDeclaration from the element being declared.