| Package | Description |
|---|---|
| org.apache.xerces.dom | |
| org.apache.xerces.dom3.as |
| Modifier and Type | Method and Description |
|---|---|
ASObjectList |
ASModelImpl.getASModels()
Deprecated.
To retrieve a list of nested ASModels without reference to names.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.