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

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

Uses of ASObjectList in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return ASObjectList
 ASObjectList ASModelImpl.getASModels()
          Deprecated. To retrieve a list of nested ASModels without reference to names.
 

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

Methods in org.apache.xerces.dom3.as that return ASObjectList
 ASObjectList ASModel.getASModels()
          Deprecated. To retrieve a list of nested ASModels without reference to names.
 ASObjectList DocumentAS.getBoundASModels()
          Deprecated. A list of ASObjects of type AS_MODELs associated with a document.
 ASObjectList ASAttributeDeclaration.getOwnerElements()
          Deprecated. Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
 ASObjectList ASContentModel.getSubModels()
          Deprecated. Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.
 

Methods in org.apache.xerces.dom3.as with parameters of type ASObjectList
 void DocumentAS.setBoundASModels(ASObjectList boundASModels)
          Deprecated. A list of ASObjects of type AS_MODELs associated with a document.
 void ASAttributeDeclaration.setOwnerElements(ASObjectList ownerElements)
          Deprecated. Owner elements ASObject of attribute, meaning that an attribute declaration can be shared by multiple elements.
 void ASContentModel.setSubModels(ASObjectList subModels)
          Deprecated. Pointers to ASObjects such as ASElementDeclarations and further ASContentModels.