|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ASObject s of type AS_MODEL s
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 ASObject s such as
ASElementDeclaration s and further
ASContentModel s. |
Methods in org.apache.xerces.dom3.as with parameters of type ASObjectList | |
---|---|
void |
DocumentAS.setBoundASModels(ASObjectList boundASModels)
Deprecated. A list of ASObject s of type AS_MODEL s
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 ASObject s such as
ASElementDeclaration s and further
ASContentModel s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |