Class RNGDocumentLinkParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDocumentLinkParticipant
-
- All Implemented Interfaces:
IDocumentLinkParticipant
public class RNGDocumentLinkParticipant extends Object implements IDocumentLinkParticipant
Implements document links in .rng files for- include/@href
- externalRef/@href
-
-
Constructor Summary
Constructors Constructor Description RNGDocumentLinkParticipant()
-
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)
-
-