Uses of Interface
org.apache.wsil.Link
-
Packages that use Link Package Description 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 Modifier and Type Method Description abstract Link
WSILDocument. createLink()
Create link element.Link[]
Inspection. getLinks()
Get link elements.Methods in org.apache.wsil with parameters of type Link Modifier and Type Method Description 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 Modifier and Type Class Description class
LinkImpl
This class provides the support for the <link> element.Methods in org.apache.wsil.impl that return Link Modifier and Type Method Description Link
WSILDocumentImpl. createLink()
Create link element.Link[]
InspectionImpl. getLinks()
Get link elements.Methods in org.apache.wsil.impl with parameters of type Link Modifier and Type Method Description 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 Modifier and Type Method Description protected Link
XMLReader. parseLink(org.w3c.dom.Element linkElement, Inspection inspection)
Parse link element.
-