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