Class DTDDocumentLinkParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.dtd.participants.DTDDocumentLinkParticipant
-
- All Implemented Interfaces:
IDocumentLinkParticipant
public class DTDDocumentLinkParticipant extends Object implements IDocumentLinkParticipant
Document link for DTD entities system inside a DTD:- Author:
- Angelo ZERR
-
-
Constructor Summary
Constructors Constructor Description DTDDocumentLinkParticipant(URIResolverExtensionManager resolverManager)
-
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.
-
-
-
Constructor Detail
-
DTDDocumentLinkParticipant
public DTDDocumentLinkParticipant(URIResolverExtensionManager resolverManager)
-
-
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
-
-