Package | Description |
---|---|
org.apache.wsil | |
org.apache.wsil.impl | |
org.apache.wsil.xml |
Modifier and Type | Method and Description |
---|---|
abstract Abstract |
WSILDocument.createAbstract()
Create abstract element.
|
Abstract[] |
WSILElementWithAbstract.getAbstracts()
Get all abstracts for this element.
|
Modifier and Type | Method and Description |
---|---|
void |
WSILElementWithAbstract.addAbstract(Abstract abs)
Add one abstract to this element.
|
void |
WSILElementWithAbstract.addAbstracts(Abstract[] abstracts)
Add abstracts to this element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImpl
This class provides the support for the <abstract> element.
|
Modifier and Type | Method and Description |
---|---|
Abstract |
WSILDocumentImpl.createAbstract()
Create abstract element.
|
Abstract[] |
WSILElementWithAbstractImpl.getAbstracts()
Get all abstracts for this element.
|
Modifier and Type | Method and Description |
---|---|
void |
WSILElementWithAbstractImpl.addAbstract(Abstract abs)
Add one abstract to this element.
|
void |
WSILElementWithAbstractImpl.addAbstracts(Abstract[] array)
Add abstracts to this element.
|
Modifier and Type | Method and Description |
---|---|
protected Abstract |
XMLReader.parseAbstract(org.w3c.dom.Element abstractElement,
WSILElementWithAbstract wsilElement)
Parse abstract element.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.