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)
IDocumentLinkParticipantfindDocumentLinks in interface IDocumentLinkParticipantpublic void findDocumentLinks(DOMNode parent, DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
Copyright © 2024. All rights reserved.