Class XSDDocumentLinkParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.xsd.participants.XSDDocumentLinkParticipant
-
- All Implemented Interfaces:
IDocumentLinkParticipant
public class XSDDocumentLinkParticipant extends Object implements IDocumentLinkParticipant
Implements document links in .xsd files for- xs:include/@schemaLocation
- xs:import/@schemaLocation
-
-
Constructor Summary
Constructors Constructor Description XSDDocumentLinkParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfindDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)Find document links of the given XML document.
-
-
-
Method Detail
-
findDocumentLinks
public void findDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
Description copied from interface:IDocumentLinkParticipantFind document links of the given XML document.- Specified by:
findDocumentLinksin interfaceIDocumentLinkParticipant
-
-