Uses of Interface
org.apache.wsil.Link

Packages that use Link
org.apache.wsil   
org.apache.wsil.impl   
org.apache.wsil.xml   
 

Uses of Link in org.apache.wsil
 

Methods in org.apache.wsil that return Link
abstract  Link WSILDocument.createLink()
          Create link element.
 Link[] Inspection.getLinks()
          Get link elements.
 

Methods in org.apache.wsil with parameters of type Link
 void Inspection.addLink(Link link)
          Add link element.
 void Inspection.removeLink(Link link)
          Remove link element.
 

Uses of Link in org.apache.wsil.impl
 

Classes in org.apache.wsil.impl that implement Link
 class LinkImpl
          This class provides the support for the <link> element.
 

Methods in org.apache.wsil.impl that return Link
 Link WSILDocumentImpl.createLink()
          Create link element.
 Link[] InspectionImpl.getLinks()
          Get link elements.
 

Methods in org.apache.wsil.impl with parameters of type Link
 void InspectionImpl.addLink(Link link)
          Add link element.
 void InspectionImpl.removeLink(Link link)
          Remove link element.
 

Uses of Link in org.apache.wsil.xml
 

Methods in org.apache.wsil.xml that return Link
protected  Link XMLReader.parseLink(org.w3c.dom.Element linkElement, Inspection inspection)
          Parse link element.
 



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.