Package | Description |
---|---|
org.eclipse.lemminx.extensions.contentmodel.participants | |
org.eclipse.lemminx.services.extensions |
Modifier and Type | Method and Description |
---|---|
ISymbolsProviderParticipant.SymbolStrategy |
ContentModelSymbolsProviderParticipant.applyFor(DOMDocument document) |
Modifier and Type | Method and Description |
---|---|
ISymbolsProviderParticipant.SymbolStrategy |
ISymbolsProviderParticipant.applyFor(DOMDocument document)
Returns the symbol strategy to apply for the given DOM document :
UNADAPTABLE : means that the participant is not
applicable for the document
INSERT : means that the participant will insert
symbols on the top of the standards symbols. |
static ISymbolsProviderParticipant.SymbolStrategy |
ISymbolsProviderParticipant.SymbolStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISymbolsProviderParticipant.SymbolStrategy[] |
ISymbolsProviderParticipant.SymbolStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.