public class RNGDocumentLinkParticipant extends Object implements IDocumentLinkParticipant
Constructor and Description |
---|
RNGDocumentLinkParticipant() |
Modifier and Type | Method and Description |
---|---|
void |
findDocumentLinks(DOMDocument document,
List<org.eclipse.lsp4j.DocumentLink> links)
Find document links of the given XML document.
|
void |
findDocumentLinks(DOMNode parent,
DOMDocument document,
List<org.eclipse.lsp4j.DocumentLink> links) |
public void findDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
IDocumentLinkParticipant
findDocumentLinks
in interface IDocumentLinkParticipant
public void findDocumentLinks(DOMNode parent, DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
Copyright © 2022. All rights reserved.