|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Abstract | |
|---|---|
| org.apache.wsil | |
| org.apache.wsil.impl | |
| org.apache.wsil.xml | |
| Uses of Abstract in org.apache.wsil |
|---|
| Methods in org.apache.wsil that return Abstract | |
|---|---|
abstract Abstract |
WSILDocument.createAbstract()
Create abstract element. |
Abstract[] |
WSILElementWithAbstract.getAbstracts()
Get all abstracts for this element. |
| Methods in org.apache.wsil with parameters of type Abstract | |
|---|---|
void |
WSILElementWithAbstract.addAbstract(Abstract abs)
Add one abstract to this element. |
void |
WSILElementWithAbstract.addAbstracts(Abstract[] abstracts)
Add abstracts to this element. |
| Uses of Abstract in org.apache.wsil.impl |
|---|
| Classes in org.apache.wsil.impl that implement Abstract | |
|---|---|
class |
AbstractImpl
This class provides the support for the <abstract> element. |
| Methods in org.apache.wsil.impl that return Abstract | |
|---|---|
Abstract |
WSILDocumentImpl.createAbstract()
Create abstract element. |
Abstract[] |
WSILElementWithAbstractImpl.getAbstracts()
Get all abstracts for this element. |
| Methods in org.apache.wsil.impl with parameters of type Abstract | |
|---|---|
void |
WSILElementWithAbstractImpl.addAbstract(Abstract abs)
Add one abstract to this element. |
void |
WSILElementWithAbstractImpl.addAbstracts(Abstract[] array)
Add abstracts to this element. |
| Uses of Abstract in org.apache.wsil.xml |
|---|
| Methods in org.apache.wsil.xml that return Abstract | |
|---|---|
protected Abstract |
XMLReader.parseAbstract(org.w3c.dom.Element abstractElement,
WSILElementWithAbstract wsilElement)
Parse abstract element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||