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

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

Uses of ASNamedObjectMap in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return ASNamedObjectMap
 ASNamedObjectMap ASModelImpl.getAttributeDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" attribute declarations.
 ASNamedObjectMap ASModelImpl.getContentModelDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global content model declarations.
 ASNamedObjectMap ASModelImpl.getElementDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" element declarations.
 ASNamedObjectMap ASModelImpl.getEntityDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" entity declarations.
 ASNamedObjectMap ASModelImpl.getNotationDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" notation declarations.
 

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

Methods in org.apache.xerces.dom3.as that return ASNamedObjectMap
 ASNamedObjectMap ASElementDeclaration.getASAttributeDecls()
          Deprecated. TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.
 ASNamedObjectMap ASModel.getAttributeDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" attribute declarations.
 ASNamedObjectMap ASModel.getContentModelDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global content model declarations.
 ASNamedObjectMap ASModel.getElementDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" element declarations.
 ASNamedObjectMap ASModel.getEntityDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" entity declarations.
 ASNamedObjectMap ASModel.getNotationDeclarations()
          Deprecated. Instead of returning an all-in-one ASObject with ASModel methods, have discernible top-level/"global" notation declarations.
 

Methods in org.apache.xerces.dom3.as with parameters of type ASNamedObjectMap
 void ASElementDeclaration.setASAttributeDecls(ASNamedObjectMap ASAttributeDecls)
          Deprecated. TheASNamedObjectMap containing ASAttributeDeclarations for all the attributes that can appear on this type of element.