Class ContentModelHoverParticipant
java.lang.Object
org.eclipse.lemminx.services.extensions.HoverParticipantAdapter
org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelHoverParticipant
- All Implemented Interfaces:
IHoverParticipant
Extension to support XML hover based on content model (XML Schema
documentation, etc)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.lsp4j.HoveronAttributeName(IHoverRequest hoverRequest) onAttributeName methodorg.eclipse.lsp4j.HoveronAttributeValue(IHoverRequest hoverRequest) onAttributeValue methodorg.eclipse.lsp4j.HoveronTag(IHoverRequest hoverRequest) onTag methodorg.eclipse.lsp4j.HoveronText(IHoverRequest hoverRequest) onText method
-
Constructor Details
-
ContentModelHoverParticipant
public ContentModelHoverParticipant()
-
-
Method Details
-
onTag
Description copied from interface:IHoverParticipantonTag method- Specified by:
onTagin interfaceIHoverParticipant- Overrides:
onTagin classHoverParticipantAdapter- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
onAttributeName
Description copied from interface:IHoverParticipantonAttributeName method- Specified by:
onAttributeNamein interfaceIHoverParticipant- Overrides:
onAttributeNamein classHoverParticipantAdapter- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
onAttributeValue
Description copied from interface:IHoverParticipantonAttributeValue method- Specified by:
onAttributeValuein interfaceIHoverParticipant- Overrides:
onAttributeValuein classHoverParticipantAdapter- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-
onText
Description copied from interface:IHoverParticipantonText method- Specified by:
onTextin interfaceIHoverParticipant- Overrides:
onTextin classHoverParticipantAdapter- Returns:
- the Value of MarkupContent
String - Throws:
Exception
-