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