Class XIncludeDocumentLinkParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.xinclude.XIncludeDocumentLinkParticipant
-
- All Implemented Interfaces:
IDocumentLinkParticipant
public class XIncludeDocumentLinkParticipant extends Object implements IDocumentLinkParticipant
Document links that are specific to xi:include
-
-
Constructor Summary
Constructors Constructor Description XIncludeDocumentLinkParticipant()
-
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.voidfindDocumentLinks(DOMNode parent, DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
-
-
-
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
-
findDocumentLinks
public void findDocumentLinks(DOMNode parent, DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
-
-