Package | Description |
---|---|
org.apache.wsil | |
org.apache.wsil.impl | |
org.apache.wsil.xml |
Modifier and Type | Method and Description |
---|---|
abstract Link |
WSILDocument.createLink()
Create link element.
|
Link[] |
Inspection.getLinks()
Get link elements.
|
Modifier and Type | Method and Description |
---|---|
void |
Inspection.addLink(Link link)
Add link element.
|
void |
Inspection.removeLink(Link link)
Remove link element.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkImpl
This class provides the support for the <link> element.
|
Modifier and Type | Method and Description |
---|---|
Link |
WSILDocumentImpl.createLink()
Create link element.
|
Link[] |
InspectionImpl.getLinks()
Get link elements.
|
Modifier and Type | Method and Description |
---|---|
void |
InspectionImpl.addLink(Link link)
Add link element.
|
void |
InspectionImpl.removeLink(Link link)
Remove link element.
|
Modifier and Type | Method and Description |
---|---|
protected Link |
XMLReader.parseLink(org.w3c.dom.Element linkElement,
Inspection inspection)
Parse link element.
|
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.