Uses of Class
org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
-
Packages that use EntitiesDocumentationUtils.EntityOriginType Package Description org.eclipse.lemminx.extensions.entities -
-
Uses of EntitiesDocumentationUtils.EntityOriginType in org.eclipse.lemminx.extensions.entities
Methods in org.eclipse.lemminx.extensions.entities that return EntitiesDocumentationUtils.EntityOriginType Modifier and Type Method Description static EntitiesDocumentationUtils.EntityOriginTypeEntitiesDocumentationUtils.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.Methods in org.eclipse.lemminx.extensions.entities with parameters of type EntitiesDocumentationUtils.EntityOriginType Modifier and Type Method Description static org.eclipse.lsp4j.MarkupContentEntitiesDocumentationUtils. getDocumentation(String entityName, String entityValue, String systemID, String publicID, String targetURI, EntitiesDocumentationUtils.EntityOriginType type, boolean markdown)Returns the entity documentation.static org.eclipse.lsp4j.MarkupContentEntitiesDocumentationUtils. getDocumentation(String entityName, String entityValue, EntitiesDocumentationUtils.EntityOriginType type, boolean markdown)static org.eclipse.lsp4j.MarkupContentEntitiesDocumentationUtils. getDocumentation(DTDEntityDecl entity, EntitiesDocumentationUtils.EntityOriginType type, boolean markdown)
-