Class ContentModelDocumentLinkParticipant
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelDocumentLinkParticipant
- All Implemented Interfaces:
IDocumentLinkParticipant
Document link for :
- XML Schema xsi:noNamespaceSchemaLocation
- DTD SYSTEM (ex :
- Entity SYSTEM (ex : <!ENTITY % xinclude SYSTEM "http://www.docbook.org/xml/4.4/xinclude.mod"> )
- XML Schema xsi:schemaLocation
- Author:
- Angelo ZERR
-
Constructor Summary
ConstructorsConstructorDescriptionContentModelDocumentLinkParticipant(URIResolverExtensionManager resolverManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidfindDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links) Find document links of the given XML document.
-
Constructor Details
-
ContentModelDocumentLinkParticipant
-
-
Method Details
-
findDocumentLinks
Description copied from interface:IDocumentLinkParticipantFind document links of the given XML document.- Specified by:
findDocumentLinksin interfaceIDocumentLinkParticipant
-