Class XIncludeDocumentLinkParticipant
java.lang.Object
org.eclipse.lemminx.extensions.xinclude.XIncludeDocumentLinkParticipant
- All Implemented Interfaces:
IDocumentLinkParticipant
Document links that are specific to xi:include
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links) Find document links of the given XML document.voidfindDocumentLinks(DOMNode parent, DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
-
Constructor Details
-
XIncludeDocumentLinkParticipant
public XIncludeDocumentLinkParticipant()
-
-
Method Details
-
findDocumentLinks
Description copied from interface:IDocumentLinkParticipantFind document links of the given XML document.- Specified by:
findDocumentLinksin interfaceIDocumentLinkParticipant
-
findDocumentLinks
public void findDocumentLinks(DOMNode parent, DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
-