Interface IDocumentLinkParticipant
-
- All Known Implementing Classes:
ContentModelDocumentLinkParticipant,DTDDocumentLinkParticipant,RNGDocumentLinkParticipant,XIncludeDocumentLinkParticipant,XMLCatalogDocumentLinkParticipant,XSDDocumentLinkParticipant
public interface IDocumentLinkParticipantDocument link participant API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfindDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)Find document links of the given XML document.
-
-
-
Method Detail
-
findDocumentLinks
void findDocumentLinks(DOMDocument document, List<org.eclipse.lsp4j.DocumentLink> links)
Find document links of the given XML document.- Parameters:
document-links-
-
-