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 LinkWSILDocument. 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 voidInspection. addLink(Link link)Add link element.voidInspection. 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 classLinkImplThis class provides the support for the <link> element.Methods in org.apache.wsil.impl that return Link Modifier and Type Method Description LinkWSILDocumentImpl. 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 voidInspectionImpl. addLink(Link link)Add link element.voidInspectionImpl. 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 LinkXMLReader. parseLink(org.w3c.dom.Element linkElement, Inspection inspection)Parse link element.
-