Package | Description |
---|---|
org.eclipse.lemminx.extensions.entities |
Modifier and Type | Method and Description |
---|---|
static EntitiesDocumentationUtils.EntityOriginType |
EntitiesDocumentationUtils.EntityOriginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitiesDocumentationUtils.EntityOriginType[] |
EntitiesDocumentationUtils.EntityOriginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.eclipse.lsp4j.MarkupContent |
EntitiesDocumentationUtils.getDocumentation(DTDEntityDecl entity,
EntitiesDocumentationUtils.EntityOriginType type,
boolean markdown) |
static org.eclipse.lsp4j.MarkupContent |
EntitiesDocumentationUtils.getDocumentation(String entityName,
String entityValue,
EntitiesDocumentationUtils.EntityOriginType type,
boolean markdown) |
static org.eclipse.lsp4j.MarkupContent |
EntitiesDocumentationUtils.getDocumentation(String entityName,
String entityValue,
String systemID,
String publicID,
String targetURI,
EntitiesDocumentationUtils.EntityOriginType type,
boolean markdown)
Returns the entity documentation.
|
Copyright © 2021. All rights reserved.