Modifier and Type | Method and Description |
---|---|
String |
CMAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request)
Returns formatted documentation of the declared
attribute according to settings defined in
request |
String |
CMAttributeDeclaration.getAttributeValueDocumentation(String value,
ISharedSettingsRequest request)
Returns formatted documentation about
value ,
according to settings defined in request |
String |
CMElementDeclaration.getDocumentation(ISharedSettingsRequest request)
Returns formatted documentation of the declared element, according to
settings defined in
request . |
String |
CMElementDeclaration.getTextDocumentation(String value,
ISharedSettingsRequest request)
Returns the documentation for the given enumeration value and null otherwise.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute,
CMElementDeclaration ownerElement,
ISharedSettingsRequest request)
Returns a markup content for attribute name documentation and null otherwise.
|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMAttributeDeclaration cmAttribute,
String attributeValue,
CMElementDeclaration ownerElement,
ISharedSettingsRequest support)
Returns a markup content for attribute value documentation and null
otherwise.
|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMElementDeclaration cmElement,
ISharedSettingsRequest support)
Returns a markup content for element documentation and null otherwise.
|
static org.eclipse.lsp4j.MarkupContent |
XMLGenerator.createMarkupContent(CMElementDeclaration cmElement,
String textContent,
ISharedSettingsRequest support)
Returns a markup content for element text documentation and null otherwise.
|
Modifier and Type | Method and Description |
---|---|
String |
CMDTDAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request) |
String |
CMDTDAttributeDeclaration.getAttributeValueDocumentation(String value,
ISharedSettingsRequest request) |
String |
CMDTDElementDeclaration.getDocumentation(ISharedSettingsRequest settings) |
String |
CMDTDElementDeclaration.getTextDocumentation(String value,
ISharedSettingsRequest request) |
Modifier and Type | Method and Description |
---|---|
String |
CMXSDAttributeDeclaration.getAttributeNameDocumentation(ISharedSettingsRequest request) |
String |
CMXSDAttributeDeclaration.getAttributeValueDocumentation(String value,
ISharedSettingsRequest request) |
String |
CMXSDElementDeclaration.getDocumentation(ISharedSettingsRequest request) |
String |
CMXSDElementDeclaration.getTextDocumentation(String textContent,
ISharedSettingsRequest request) |
Modifier and Type | Interface and Description |
---|---|
interface |
ICompletionRequest
Completion request API.
|
interface |
IHoverRequest
Hover request API.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.MarkupContent |
MarkupContentFactory.createMarkupContent(String value,
String preferredKind,
ISharedSettingsRequest support)
Create the markup content according the given markup kind and the capability
of the client.
|
Copyright © 2022. All rights reserved.