Class DTDDocumentLinkParticipant
java.lang.Object
org.eclipse.lemminx.extensions.dtd.participants.DTDDocumentLinkParticipant
- All Implemented Interfaces:
IDocumentLinkParticipant
Document link for DTD entities system inside a DTD:
<!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod">
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links) Find document links of the given XML document.
-
Constructor Details
-
DTDDocumentLinkParticipant
-
-
Method Details
-
findDocumentLinks
Description copied from interface:IDocumentLinkParticipantFind document links of the given XML document.- Specified by:
findDocumentLinksin interfaceIDocumentLinkParticipant
-