A B C D E F G H I J L M N O P Q R S T U V W X Y _
All Classes All Packages
All Classes All Packages
A
- AbstractAttributeCompletionResolver - Class in org.eclipse.lemminx.services.extensions.completion
-
Abstract class completion resolver to resolve :
CompletionItem.setDocumentation(String)CompletionItem.setAdditionalTextEdits(java.util.List)CompletionItem.setDetail(String)for a given DOM attribute. - AbstractAttributeCompletionResolver() - Constructor for class org.eclipse.lemminx.services.extensions.completion.AbstractAttributeCompletionResolver
- AbstractCMRelaxNGCollector - Class in com.thaiopensource.relaxng.pattern
-
Abstract class to collect
ElementPattern,AttributePattern, etc. - AbstractCMRelaxNGCollector() - Constructor for class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- AbstractCompletionResolver - Class in org.eclipse.lemminx.services.extensions.completion
-
Abstract class completion resolver to resolve :
CompletionItem.setDocumentation(String)CompletionItem.setAdditionalTextEdits(java.util.List)CompletionItem.setDetail(String) - AbstractCompletionResolver() - Constructor for class org.eclipse.lemminx.services.extensions.completion.AbstractCompletionResolver
- AbstractDefinitionParticipant - Class in org.eclipse.lemminx.services.extensions
-
Abstract class for definition.
- AbstractDefinitionParticipant() - Constructor for class org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
- AbstractDOMDocumentCommandHandler - Class in org.eclipse.lemminx.services.extensions.commands
-
Abstract command to work with a given
DOMDocumentfilled in the first argument of the command asTextDocumentIdentifier. - AbstractDOMDocumentCommandHandler(IXMLDocumentProvider) - Constructor for class org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
- AbstractElementCompletionItem<S,G> - Class in org.eclipse.lemminx.services.extensions.completion
-
Abstract class of
CompletionItemto report an XML element completion item. - AbstractElementCompletionItem(String, S, G, ICompletionRequest) - Constructor for class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
- AbstractFixMissingGrammarCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
Abstract code action participant which manages missing referenced grammar file (DTD, XSD).
- AbstractFixMissingGrammarCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
- AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Abstract class to: insert the grammar association in the XML (ex : xsi:noNamespaceSchemaLocation) generate the grammar XSD/DTD file
- AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
- AbstractGenerateGrammarCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
Base class of the code action resolver participant used to generate the missing grammar (DTD / XSD) which is declared in the XML as association (ex : via xsi:noNamespaceSchemaLocation)
- AbstractGenerateGrammarCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractGenerateGrammarCodeActionResolver
- AbstractLSPErrorReporter - Class in org.eclipse.lemminx.extensions.xerces
-
The SAX
ErrorHandlergives just information of the offset where there is an error. - AbstractLSPErrorReporter(String, DOMDocument, List<Diagnostic>, boolean) - Constructor for class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- AbstractReferencedGrammarLSPErrorReporter - Class in org.eclipse.lemminx.extensions.xerces
-
Abstract class reporter with referenced grammar.
- AbstractReferencedGrammarLSPErrorReporter(String, DOMDocument, List<Diagnostic>, ContentModelManager, boolean, Map<String, ReferencedGrammarDiagnosticsInfo>) - Constructor for class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- AbstractReferenceParticipant - Class in org.eclipse.lemminx.services.extensions
-
Abstract class for reference participant.
- AbstractReferenceParticipant() - Constructor for class org.eclipse.lemminx.services.extensions.AbstractReferenceParticipant
- AbstractSaveContext - Class in org.eclipse.lemminx.services.extensions.save
-
Abstract class for save context.
- AbstractSaveContext(Object) - Constructor for class org.eclipse.lemminx.services.extensions.save.AbstractSaveContext
- AbstractSaveContext(String) - Constructor for class org.eclipse.lemminx.services.extensions.save.AbstractSaveContext
- AbstractTypeDefinitionParticipant - Class in org.eclipse.lemminx.services.extensions
-
Abstract class for type definition.
- AbstractTypeDefinitionParticipant() - Constructor for class org.eclipse.lemminx.services.extensions.AbstractTypeDefinitionParticipant
- AbstractXML2GrammarGenerator<T extends FileContentGeneratorSettings> - Class in org.eclipse.lemminx.extensions.generators
-
Abstract class to generate a grammar (XSD, DTD, etc) from a given XML source.
- AbstractXML2GrammarGenerator() - Constructor for class org.eclipse.lemminx.extensions.generators.AbstractXML2GrammarGenerator
- AbstractXMLNotifier - Class in org.eclipse.lemminx.client
-
Sends a notification to the client via a jsonrpc notification while managing cache
- AbstractXMLNotifier(IXMLNotificationService) - Constructor for class org.eclipse.lemminx.client.AbstractXMLNotifier
- AbstractXPathNodeMatcher - Class in org.eclipse.lemminx.xpath.matcher
-
Abstract class for XPath node matcher.
- AbstractXPathNodeMatcher(XPathMatcher) - Constructor for class org.eclipse.lemminx.xpath.matcher.AbstractXPathNodeMatcher
- ACCEPT_ATTR - Static variable in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- ACCEPT_LANGUAGE_ATTR - Static variable in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- acceptFile(Path) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- acceptFile(Path) - Method in class org.eclipse.lemminx.extensions.filepath.SimpleFilePathExpression
- AcceptLanguageMalformed - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- AcceptMalformed - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- acceptPath(Path) - Method in interface org.eclipse.lemminx.extensions.filepath.IFilePathExpression
-
Returns true if given file path is allowed for the file path completion and false otherwise.
- acceptPath(Path) - Method in class org.eclipse.lemminx.extensions.filepath.SimpleFilePathExpression
- actionableNotification(ActionableNotification) - Method in interface org.eclipse.lemminx.customservice.XMLLanguageClientAPI
-
Notification to be sent to the client with a list of commands
- ActionableNotification - Class in org.eclipse.lemminx.customservice
-
An ActionableNotification class.
- ActionableNotification() - Constructor for class org.eclipse.lemminx.customservice.ActionableNotification
- adaptFor(String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider
-
Returns true if the given resource uri can be adapted for this content model and false otherwise.
- adaptFor(String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDContentModelProvider
- adaptFor(String) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.contentmodel.CMRelaxNGContentModelProvider
- adaptFor(String) - Method in class org.eclipse.lemminx.extensions.xmlmodel.contentmodel.CMXMLModelContentModelProvider
- adaptFor(String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- adaptFor(DOMDocument, boolean) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider
-
Returns the content model provider by using standard association (xsi:schemaLocation, xsi:noNamespaceSchemaLocation, doctype) and null otherwise.
- adaptFor(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDContentModelProvider
- adaptFor(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.contentmodel.CMRelaxNGContentModelProvider
- adaptFor(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.xmlmodel.contentmodel.CMXMLModelContentModelProvider
- adaptFor(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- add(int, T) - Method in class org.eclipse.lemminx.services.LimitList
- add(XPathAttributeMatcher) - Method in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
-
Add XPath attribute matcher.
- add(T) - Method in class org.eclipse.lemminx.services.LimitList
- Add - org.eclipse.lemminx.commons.config.ConfigurationItemEditType
- addAttribute(String, String, int, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
-
Used when you are knowingly adding multiple attributes.
- addAttribute(DOMAttr, int) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addChild(DOMNode) - Method in class org.eclipse.lemminx.dom.DOMNode
-
Add node child and set child.parent to
this - addChildHierarchy(List<String>) - Method in class org.eclipse.lemminx.extensions.generators.ChildrenProperties
- addChildHierarchy(List<String>) - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
- addCompletionAttribute(CompletionItem) - Method in class org.eclipse.lemminx.services.CompletionResponse
- addCompletionAttribute(CompletionItem) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionResponse
-
Add completion attribute.
- addCompletionItem(CompletionItem) - Method in class org.eclipse.lemminx.services.CompletionResponse
- addCompletionItem(CompletionItem) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionResponse
-
Add completion item.
- addCompletionItem(CompletionItem, boolean) - Method in class org.eclipse.lemminx.services.CompletionResponse
- addCompletionItem(CompletionItem, boolean) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionResponse
-
Add completion item and mark as coming from grammar.
- addContent(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
-
Returns this XMLBuilder with
textadded - addContent(String, boolean, boolean, String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
-
Returns this XMLBuilder with
textadded depending onisWhitespaceContent,hasSiblingsanddelimiter - addContentCDATA(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addContentComment(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addContentHandler(ContentHandler) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- addContentPI(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addDeclTagStart(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addDeclTagStart(DTDDeclNode) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addDiagnostic(Range, String, DiagnosticSeverity, String, List<DiagnosticRelatedInformation>) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- addDiagnosticRelatedInformation(DiagnosticRelatedInformation) - Method in class org.eclipse.lemminx.extensions.xerces.ReferencedGrammarDiagnosticsInfo
-
Add diagnostic related information.
- addElement(ElementDeclaration) - Method in class org.eclipse.lemminx.extensions.generators.ContainerDeclaration
- addElement(ElementDeclaration) - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
- addError(boolean) - Method in class org.eclipse.lemminx.extensions.xerces.ReferencedGrammarDiagnosticsInfo
-
Increment the error number to update the diagnostic root message.
- addFileURI(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.FilesChangedTracker
-
Add file URI to track
- addFileURI(URI) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.FilesChangedTracker
-
Add file URI to track
- addFrom(SearchNode) - Method in class org.eclipse.lemminx.extensions.references.search.ReferenceLink
- addFuture(CompletableFuture<?>) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.DiagnosticsResult
- additionalTextEdits - org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
- addNewParameter(int, int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- addParameter(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addPrologAttribute(DOMAttr) - Method in class org.eclipse.lemminx.utils.XMLBuilder
-
Add prolog attribute It will not perform any linefeeds and only basic indentation.
- addProtocolForCache(String) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Add protocol for using cache when url will start with the given protocol.
- addResolveData(ICompletionRequest, String) - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
-
Update completion item data for resolve support.
- addResourceOperation(ResourceOperation) - Method in interface org.eclipse.lemminx.services.extensions.rename.IRenameResponse
-
Adds resource operation to rename response.
- addSingleAttribute(String, String, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addSingleAttribute(DOMAttr) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addSingleAttribute(DOMAttr, boolean, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addTextDocumentEdit(TextDocumentEdit) - Method in interface org.eclipse.lemminx.services.extensions.rename.IRenameResponse
-
Adds text document edit to rename response.
- addTo(SearchNode) - Method in class org.eclipse.lemminx.extensions.references.search.ReferenceLink
- addToCache(IXMLSettingFeature, String) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
-
Adds
valueto the cache set identified bykeyIf such cache set does not exist, this method will initialize it withvalueadded - addUnindentedParameter(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- addValue(String) - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
- adjustOffsetWithLeftWhitespaces(int, int) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- adjustOffsetWithLeftWhitespaces(int, int, String) - Static method in class org.eclipse.lemminx.utils.TextEditUtils
-
Returns the offset of the first whitespace that's found in the given range [leftLimit,to] from the left of the to, and leftLimit otherwise.
- adoptNode(Node) - Method in class org.eclipse.lemminx.dom.DOMDocument
- advance(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- advanceIfAnyOfChars(int[]) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- advanceIfChar(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- advanceIfChars(int[]) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- advanceIfRegExp(Pattern) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- advanceIfRegExpGroup1(Pattern) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Advances stream on regex, but will grab the first group
- advanceUntilAnyOfChars(int[]) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Will advance until any of the provided chars are encountered
- advanceUntilChar(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Advances stream.position no matter what until it hits ch or eof(this.len)
- advanceUntilCharOrNewTag(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Will advance the stream position until ch or '<'
- advanceUntilChars(int[]) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- advanceUntilCharsOrNewTag(int[]) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Advances until it matches int[] ch OR it hits '<' If this returns true, peek if next char is '<' to check which case was hit
- advanceUntilCharUsingStack(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Will advance the stream position until 'closingBracket' or using a stack to consider possible open/closed bracket pairs in between.
- advanceWhileChar(Predicate<Integer>) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- AfterAttributeName - org.eclipse.lemminx.dom.parser.ScannerState
- AfterClosingCDATATag - org.eclipse.lemminx.dom.parser.ScannerState
- AfterOpeningEndTag - org.eclipse.lemminx.dom.parser.ScannerState
- AfterOpeningStartTag - org.eclipse.lemminx.dom.parser.ScannerState
- AfterPrologOpen - org.eclipse.lemminx.dom.parser.ScannerState
- AggregateRelatedInfoFinder - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Finds related info for any error code
- alignWithFirstAttr - org.eclipse.lemminx.settings.XMLFormattingOptions.SplitAttributes
- all - org.eclipse.lemminx.settings.SchemaDocumentationType
- all() - Method in class org.eclipse.lemminx.commons.TextDocuments
-
Returns the all opened documents.
- allDocuments() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- AllXMLSettings - Class in org.eclipse.lemminx.settings
-
Represents all settings under the 'xml' key { 'xml': {...} }
- AllXMLSettings() - Constructor for class org.eclipse.lemminx.settings.AllXMLSettings
- always - org.eclipse.lemminx.extensions.contentmodel.settings.NamespacesEnabled
- always - org.eclipse.lemminx.extensions.contentmodel.settings.SchemaEnabled
- amp - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
- ANY_ELEMENT_DECLARATIONS - Static variable in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
- ANY_ELEMENT_NAME - Static variable in class org.eclipse.lemminx.xpath.matcher.XPathAttributeNameMatcher
- ANY_ELEMENT_NAME - Static variable in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
- apos - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
- append(char) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- append(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- appendChild(Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- appendData(String) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- appendSpace() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- appinfo - org.eclipse.lemminx.settings.SchemaDocumentationType
- APPLICATION_RELAXNG_COMPACT_SYNTAX_TYPE - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- APPLICATION_XML_TYPE - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- apply(CharSequence, CharSequence) - Method in class org.eclipse.lemminx.utils.LevenshteinDistance
-
Find the Levenshtein distance between two Strings.
- apply(MessageConsumer) - Method in class org.eclipse.lemminx.commons.ParentProcessWatcher
- applyEdits(TextDocument, List<? extends TextEdit>) - Static method in class org.eclipse.lemminx.utils.TextEditUtils
- applyFor(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelSymbolsProviderParticipant
- applyFor(DOMDocument) - Method in interface org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant
-
Returns the symbol strategy to apply for the given DOM document :
ISymbolsProviderParticipant.SymbolStrategy.UNADAPTABLE: means that the participant is not applicable for the documentISymbolsProviderParticipant.SymbolStrategy.INSERT: means that the participant will insert symbols on the top of the standards symbols. - ArgumentsUtils - Class in org.eclipse.lemminx.services.extensions.commands
-
Arguments utilities.
- ArgumentsUtils() - Constructor for class org.eclipse.lemminx.services.extensions.commands.ArgumentsUtils
- AssociateGrammarCommand - Class in org.eclipse.lemminx.extensions.contentmodel.commands
-
XML Command "xml.associate.grammar.insert" to associate a grammar to a given DOM document.
- AssociateGrammarCommand(IXMLDocumentProvider) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand
- AssociateGrammarCommand.GrammarBindingType - Enum in org.eclipse.lemminx.extensions.contentmodel.commands
- AssociateGrammarCommand.UnknownBindingTypeException - Exception in org.eclipse.lemminx.extensions.contentmodel.commands
- Association - Static variable in class org.eclipse.lemminx.client.CodeLensKind
- AttNameRequiredInAttDef - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- ATTRIBUTE - org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
- ATTRIBUTE_NAME_REGEX - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- ATTRIBUTE_VALUE_REGEX - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- AttributeCompletionItem - Class in org.eclipse.lemminx.services.extensions.completion
- AttributeCompletionItem(String, boolean, Range, boolean, String, Collection<String>, SharedSettings) - Constructor for class org.eclipse.lemminx.services.extensions.completion.AttributeCompletionItem
-
Attribute completion item.
- attributeDecl(String, String, String, String[], String, XMLString, XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- AttributeDeclaration - Class in org.eclipse.lemminx.extensions.generators
-
Attribute declaration.
- AttributeDeclaration(String, ElementDeclaration) - Constructor for class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
- AttributeDeclaration.DataType - Enum in org.eclipse.lemminx.extensions.generators
- attributeName - Variable in class org.eclipse.lemminx.dom.DTDAttlistDecl
-
Format: "" or
- AttributeName - org.eclipse.lemminx.dom.parser.TokenType
- AttributeNameCompletionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.completion
-
Resolves the completion item with the documentation of the attribute name from the content model.
- AttributeNameCompletionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.completion.AttributeNameCompletionResolver
- AttributeNotUnique - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- AttributeNSNotUnique - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- AttributePrefixUnbound - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- attributeType - Variable in class org.eclipse.lemminx.dom.DTDAttlistDecl
- attributeValue - Variable in class org.eclipse.lemminx.dom.DTDAttlistDecl
- AttributeValue - org.eclipse.lemminx.dom.parser.TokenType
- AttributeValueCompletionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.completion
-
Resolves the documentation for the completion of the attribute value from the content model.
- AttributeValueCompletionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.completion.AttributeValueCompletionResolver
- AttTypeRequiredInAttDef - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- AutoCloseTagResponse - Class in org.eclipse.lemminx.customservice
- AutoCloseTagResponse(String) - Constructor for class org.eclipse.lemminx.customservice.AutoCloseTagResponse
- AutoCloseTagResponse(String, Range) - Constructor for class org.eclipse.lemminx.customservice.AutoCloseTagResponse
B
- BadLocationException - Exception in org.eclipse.lemminx.commons
-
Indicates the attempt to access a non-existing position.
- BadLocationException() - Constructor for exception org.eclipse.lemminx.commons.BadLocationException
-
Creates a new bad location exception.
- BadLocationException(String) - Constructor for exception org.eclipse.lemminx.commons.BadLocationException
-
Creates a new bad location exception.
- BeforeAttributeValue - org.eclipse.lemminx.dom.parser.ScannerState
- begin(String, String, Integer, Boolean) - Method in class org.eclipse.lemminx.commons.progress.ProgressMonitor
- beginCommandsRegistration() - Method in interface org.eclipse.lemminx.services.extensions.commands.IXMLCommandService
- blank_not_allowed - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- BOOLEAN - org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
- BOTH - org.eclipse.lemminx.extensions.references.search.SearchQuery.QueryDirection
C
- cache - Variable in class org.eclipse.lemminx.client.AbstractXMLNotifier
- cacheGrammars(String, Grammar[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- cacheGrammars(String, Grammar[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- CacheResourceDownloadedException - Exception in org.eclipse.lemminx.uriresolver
-
Exception thrown when a resource (XML Schema, DTD) has error while downloading.
- CacheResourceDownloadedException(String, Path, String, Throwable) - Constructor for exception org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException
- CacheResourceDownloadedException(String, Path, String, CacheResourceDownloadedException.CacheResourceDownloadedError, Throwable) - Constructor for exception org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException
- CacheResourceDownloadedException.CacheResourceDownloadedError - Enum in org.eclipse.lemminx.uriresolver
- CacheResourceDownloadingException - Exception in org.eclipse.lemminx.uriresolver
-
Exception thrown when a resource (XML Schema, DTD) is downloading.
- CacheResourceDownloadingException(String, Path, CacheResourceDownloadingException.CacheResourceDownloadingError, CompletableFuture<Path>, Throwable) - Constructor for exception org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException
- CacheResourceDownloadingException.CacheResourceDownloadingError - Enum in org.eclipse.lemminx.uriresolver
- CacheResourceException - Exception in org.eclipse.lemminx.uriresolver
-
Base class for cache resource exception.
- CacheResourceException(String, String) - Constructor for exception org.eclipse.lemminx.uriresolver.CacheResourceException
- CacheResourceException(String, String, Throwable) - Constructor for exception org.eclipse.lemminx.uriresolver.CacheResourceException
- CacheResourcesManager - Class in org.eclipse.lemminx.uriresolver
-
Cache resources manager.
- CacheResourcesManager() - Constructor for class org.eclipse.lemminx.uriresolver.CacheResourcesManager
- CacheResourcesManager.ResourceToDeploy - Class in org.eclipse.lemminx.uriresolver
-
Classpath resource to deploy into the lemminx cache
- canAcceptExpression(ICompletionRequest) - Static method in class org.eclipse.lemminx.services.snippets.SnippetContextUtils
-
Returns true if the expression (with or without bracket) can be proceed according the completion trigger and false otherwise.
- canBindWithGrammar(DOMDocument) - Static method in class org.eclipse.lemminx.extensions.contentmodel.commands.CheckBoundGrammarCommand
-
Returns true if the given DOM document can be bound with a given grammar and false otherwise.
- canSupportMarkupKind(String) - Method in interface org.eclipse.lemminx.services.extensions.ISharedSettingsRequest
-
Returns
trueif the client can support the given Markup kind for documentation andfalseotherwise. - canSupportMarkupKind(String) - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- canSupportResolve() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionRequest
-
Returns true if the client can supportcodeAction/resolve and false otherwise.
- canSupportResolve() - Method in class org.eclipse.lemminx.settings.XMLCodeActionSettings
- canUseCache(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
-
Returns
trueif cache is enabled and url comes from "http(s)" or "ftp" andfalseotherwise. - canUseCache(String) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Returns
trueif cache is enabled and url comes from "http(s)" or "ftp" andfalseotherwise. - capabilities - Variable in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- Cardinality - Class in org.eclipse.lemminx.extensions.generators
-
Cardinality for sequence.
- Cardinality() - Constructor for class org.eclipse.lemminx.extensions.generators.Cardinality
- caseAfter(AfterPattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseAfter(AfterPattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseAfter(AfterPattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseAttribute(AttributePattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseAttribute(AttributePattern) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclarationCollector
- caseBinary(BinaryPattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseChoice(ChoicePattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseChoice(ChoicePattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseChoice(ChoicePattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseElement(ElementPattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseElement(ElementPattern) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclarationCollector
- caseElement(ElementPattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseElement(ElementPattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseGroup(GroupPattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseGroup(GroupPattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseGroup(GroupPattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseInterleave(InterleavePattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseInterleave(InterleavePattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseInterleave(InterleavePattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseOneOrMore(OneOrMorePattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseOneOrMore(OneOrMorePattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseOneOrMore(OneOrMorePattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseOther(Pattern) - Method in class com.thaiopensource.relaxng.pattern.AbstractCMRelaxNGCollector
- caseOther(Pattern) - Method in class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- caseOther(Pattern) - Method in class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- caseValue(ValuePattern) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeValuesCollector
- catalog_uri - org.eclipse.lemminx.extensions.catalog.XMLCatalogErrorCode
- CatalogCatalogEntry - Class in org.eclipse.lemminx.extensions.catalog
-
Represents a catalog entry that uses the "catalog" attribute to reference an external document
- CatalogCatalogEntry(String, DOMElement) - Constructor for class org.eclipse.lemminx.extensions.catalog.CatalogCatalogEntry
- CatalogEntry - Class in org.eclipse.lemminx.extensions.catalog
-
Represents a catalog entry that references an external document
- CatalogEntry(String, DOMElement) - Constructor for class org.eclipse.lemminx.extensions.catalog.CatalogEntry
- CatalogFilePathSupportParticipant - Class in org.eclipse.lemminx.extensions.catalog.participants
-
Catalog file path support for catalog.xml to provide completion for @uri attribute.
- CatalogFilePathSupportParticipant() - Constructor for class org.eclipse.lemminx.extensions.catalog.participants.CatalogFilePathSupportParticipant
- CATALOGS - org.eclipse.lemminx.client.PathFeature
- CatalogUtils - Class in org.eclipse.lemminx.extensions.catalog
-
Utility functions for working with XML catalog documents
- CatalogUtils() - Constructor for class org.eclipse.lemminx.extensions.catalog.CatalogUtils
- category - Variable in class org.eclipse.lemminx.dom.DTDElementDecl
-
Formats: or
- cdata - org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
- CDATAContent - org.eclipse.lemminx.dom.parser.TokenType
- CDATASnippetContext - Class in org.eclipse.lemminx.services.snippets
-
CDATA snippet context used to filter the CDATA snippets.
- CDATASnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.CDATASnippetContext
- CDATATagClose - org.eclipse.lemminx.dom.parser.TokenType
- CDATATagOpen - org.eclipse.lemminx.dom.parser.TokenType
- characters(char[], int, int) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- characters(char[], int, int) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- characters(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- characters(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- charAt(int) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- CheckBoundGrammarCommand - Class in org.eclipse.lemminx.extensions.contentmodel.commands
-
XML Command "xml.check.bound.grammar" to verify if an XML document already has a bound grammar/schema, opened from the command palette.
- CheckBoundGrammarCommand(IXMLDocumentProvider) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.CheckBoundGrammarCommand
- checkCanceled() - Method in class org.eclipse.lemminx.commons.MultiCancelChecker
- checkCanceled() - Method in class org.eclipse.lemminx.commons.progress.ProgressMonitor
- checkCanceled() - Method in class org.eclipse.lemminx.commons.TextDocumentVersionChecker
- CheckFilePatternCommand - Class in org.eclipse.lemminx.extensions.contentmodel.commands
-
XML Command "xml.check.file.pattern" whose first argument is a file pattern, and whose second argument is some file URI.
- CheckFilePatternCommand() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.CheckFilePatternCommand
- checkProperty(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- ChildrenProperties - Class in org.eclipse.lemminx.extensions.generators
-
Children properties of an element declaration: sequenced if all children have the same order. cardinalities for each child.
- ChildrenProperties() - Constructor for class org.eclipse.lemminx.extensions.generators.ChildrenProperties
- choice(int, Collection<String>) - Static method in class org.eclipse.lemminx.commons.SnippetsBuilder
-
Returns the LSP choices snippets content.
- choice(int, Collection<String>, StringBuilder) - Static method in class org.eclipse.lemminx.commons.SnippetsBuilder
-
Add LSP choices snippets in the given snippets content.
- cleanPathForWindows(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
- cleanPendingValidation(String) - Method in class org.eclipse.lemminx.commons.ModelValidatorDelayer
- clear() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- clear() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- clear() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
-
Clear the cached grammar.
- clear() - Method in class org.eclipse.lemminx.telemetry.TelemetryCache
- ClientCapabilitiesWrapper - Class in org.eclipse.lemminx.settings.capabilities
-
Determines if a client supports a specific capability dynamically
- ClientCapabilitiesWrapper() - Constructor for class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- ClientCapabilitiesWrapper(ClientCapabilities, ExtendedClientCapabilities) - Constructor for class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- ClientCommands - Class in org.eclipse.lemminx.client
-
Commonly used client commands
- ClientSettingsManager - Class in org.eclipse.lemminx.settings
-
ClientSettingsManager
- ClientSettingsManager() - Constructor for class org.eclipse.lemminx.settings.ClientSettingsManager
- cloneNode(boolean) - Method in class org.eclipse.lemminx.dom.DOMNode
- close() - Method in class org.eclipse.lemminx.logs.LSPClientLogHandler
- closeStartElement() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- closeTag(TextDocumentPositionParams) - Method in interface org.eclipse.lemminx.customservice.XMLLanguageServerAPI
- closeTag(TextDocumentPositionParams) - Method in class org.eclipse.lemminx.XMLLanguageServer
- CloseTagCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix close start tag element.
- CloseTagCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.CloseTagCodeAction
- CMAttributeDeclaration - Interface in org.eclipse.lemminx.extensions.contentmodel.model
-
Content model element which abstracts attribute declaration from a given grammar (XML Schema, DTD, RelaxNG).
- CMDocument - Interface in org.eclipse.lemminx.extensions.contentmodel.model
-
Content model document which abstracts element declaration from a given grammar (XML Schema, DTD).
- CMDTDAttributeDeclaration - Class in org.eclipse.lemminx.extensions.dtd.contentmodel
-
DTD attribute declaration.
- CMDTDAttributeDeclaration(CMDTDElementDeclaration) - Constructor for class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- CMDTDContentModelProvider - Class in org.eclipse.lemminx.extensions.dtd.contentmodel
-
DTD content model provider.
- CMDTDContentModelProvider(URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDContentModelProvider
- CMDTDDocument - Class in org.eclipse.lemminx.extensions.dtd.contentmodel
-
DTD document.
- CMDTDDocument(String, XMLEntityManager, XMLErrorReporter, XMLEntityResolver) - Constructor for class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- CMDTDElementDeclaration - Class in org.eclipse.lemminx.extensions.dtd.contentmodel
-
DTD element declaration.
- CMDTDElementDeclaration(CMDTDDocument, int) - Constructor for class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- CMElementDeclaration - Interface in org.eclipse.lemminx.extensions.contentmodel.model
-
Content model element which abstracts element declaration from a given grammar (XML Schema, DTD).
- CMRelaxNGAttributeDeclaration - Class in com.thaiopensource.relaxng.pattern
-
RelaxNG content attribute implementation.
- CMRelaxNGAttributeDeclaration(CMRelaxNGElementDeclaration, AttributePattern) - Constructor for class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- CMRelaxNGAttributeDeclarationCollector - Class in com.thaiopensource.relaxng.pattern
-
RelaxNG class used to collect content model attributes for a given
ElementPattern. - CMRelaxNGAttributeDeclarationCollector(CMRelaxNGElementDeclaration, Pattern) - Constructor for class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclarationCollector
- CMRelaxNGAttributeValuesCollector - Class in com.thaiopensource.relaxng.pattern
-
RelaxNG class used to collect enumeration values for a given
AttributePattern. - CMRelaxNGAttributeValuesCollector(Pattern) - Constructor for class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeValuesCollector
- CMRelaxNGContentModelProvider - Class in org.eclipse.lemminx.extensions.relaxng.xml.contentmodel
-
RelaxNG content model provider.
- CMRelaxNGContentModelProvider(URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.extensions.relaxng.xml.contentmodel.CMRelaxNGContentModelProvider
- CMRelaxNGDocument - Class in com.thaiopensource.relaxng.pattern
-
RelaxNG content document implementation.
- CMRelaxNGDocument(String, Pattern, URIResolverExtensionManager) - Constructor for class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- CMRelaxNGElementDeclaration - Class in com.thaiopensource.relaxng.pattern
-
RelaxNG content element implementation.
- CMRelaxNGElementDeclarationCollector - Class in com.thaiopensource.relaxng.pattern
-
RelaxNG class used to collect content model elements children for a given
ElementPatter. - CMRelaxNGElementDeclarationCollector(CMRelaxNGDocument, Pattern) - Constructor for class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclarationCollector
- CMXMLModelContentModelProvider - Class in org.eclipse.lemminx.extensions.xmlmodel.contentmodel
-
Content model provider to manage href of xml-model processing instruction.
- CMXMLModelContentModelProvider(ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.xmlmodel.contentmodel.CMXMLModelContentModelProvider
- CMXSDAttributeDeclaration - Class in org.eclipse.lemminx.extensions.xsd.contentmodel
-
XSD attribute declaration implementation.
- CMXSDAttributeDeclaration(CMXSDElementDeclaration, XSAttributeUse) - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- CMXSDContentModelProvider - Class in org.eclipse.lemminx.extensions.xsd.contentmodel
-
XSD content model provider.
- CMXSDContentModelProvider(URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- CMXSDDocument - Class in org.eclipse.lemminx.extensions.xsd.contentmodel
-
XSD document implementation.
- CMXSDDocument(XSModel, XSLoaderImpl) - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- CMXSDElementDeclaration - Class in org.eclipse.lemminx.extensions.xsd.contentmodel
-
XSD element declaration implementation.
- CMXSDElementDeclaration(CMXSDDocument, XSElementDeclaration) - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- CODE_ACTION_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- CODE_LENS_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- codeAction(CodeActionParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- CodeActionFactory - Class in org.eclipse.lemminx.commons
-
Factory for simple
CodeAction - CodeActionFactory() - Constructor for class org.eclipse.lemminx.commons.CodeActionFactory
- CodeActionRequest - Class in org.eclipse.lemminx.services
-
Code action request implementation.
- CodeActionRequest(Diagnostic, Range, DOMDocument, IComponentProvider, SharedSettings) - Constructor for class org.eclipse.lemminx.services.CodeActionRequest
- codeLens(CodeLensParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- CodeLensKind - Class in org.eclipse.lemminx.client
-
CodeLens kind supported by the client.
- CodeLensKindCapabilities - Class in org.eclipse.lemminx.client
-
Specific capabilities for the `CodeLensKind`.
- CodeLensKindCapabilities() - Constructor for class org.eclipse.lemminx.client.CodeLensKindCapabilities
- CodeLensKindCapabilities(List<String>) - Constructor for class org.eclipse.lemminx.client.CodeLensKindCapabilities
- collapse - org.eclipse.lemminx.settings.XMLFormattingOptions.EmptyElements
- collect(SearchNode, SearchNode, XMLReferenceExpression) - Method in interface org.eclipse.lemminx.extensions.references.search.IXMLReferenceCollector
-
Collect the from / to search node which matches the given expression.
- collectDocumentTelemetryInfo(DOMDocument, ContentModelManager, TelemetryCache) - Static method in class org.eclipse.lemminx.telemetry.DocumentTelemetryInfo
- collectDocumentToValidate(Predicate<DOMDocument>) - Method in interface org.eclipse.lemminx.services.extensions.save.ISaveContext
-
This method is called to collect document to validate after the save.
- collectDocumentToValidate(Predicate<DOMDocument>) - Method in class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- collectFilePathExpressions(DOMDocument) - Method in class org.eclipse.lemminx.extensions.catalog.participants.CatalogFilePathSupportParticipant
- collectFilePathExpressions(DOMDocument) - Method in interface org.eclipse.lemminx.extensions.filepath.IFilePathSupportParticipant
-
Returns the file path expressions used to mark DOM nodes as file type for the given DOM document and null or empty otherwise.
- collectFilePathExpressions(DOMDocument) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGFilePathSupportParticipant
- collectFilePathExpressions(DOMDocument) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDFilePathSupportParticipant
- collectFilePathExpressions(DOMDocument) - Method in class org.eclipse.lemminx.extensions.xsl.participants.XSLFilePathSupportParticipant
- collectParameters(DTDDeclParameter, BiConsumer<DTDDeclParameter, DTDDeclParameter>) - Method in class org.eclipse.lemminx.dom.DTDElementDecl
-
Collect parameters which matches the given target.
- COLOR_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- colorPresentation(ColorPresentationParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- ColorUtils - Class in org.eclipse.lemminx.extensions.colors.utils
-
Color utilities.
- ColorUtils() - Constructor for class org.eclipse.lemminx.extensions.colors.utils.ColorUtils
- com.thaiopensource.relaxng.pattern - package com.thaiopensource.relaxng.pattern
- COMMAND_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand
- COMMAND_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.commands.CheckBoundGrammarCommand
- COMMAND_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.commands.CheckFilePatternCommand
- COMMAND_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand
- COMMAND_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.commands.XMLValidationAllFilesCommand
- COMMAND_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.commands.XMLValidationFileCommand
- comment(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- comment(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- comment(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- Comment - org.eclipse.lemminx.dom.parser.TokenType
- comments - org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
- CommentSnippetContext - Class in org.eclipse.lemminx.services.snippets
-
Comment snippet context used to filter the comment snippets.
- CommentSnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.CommentSnippetContext
- compareDocumentPosition(Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- completion(CompletionParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- COMPLETION_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- CompletionItemDefaultsUtils - Class in org.eclipse.lemminx.utils
-
CompletionItemDefaultsUtils for implementing itemDefaults in completion list
- CompletionItemDefaultsUtils() - Constructor for class org.eclipse.lemminx.utils.CompletionItemDefaultsUtils
- CompletionParticipantAdapter - Class in org.eclipse.lemminx.services.extensions.completion
-
Completion participant adapter.
- CompletionParticipantAdapter() - Constructor for class org.eclipse.lemminx.services.extensions.completion.CompletionParticipantAdapter
- CompletionResolveSupportProperty - Enum in org.eclipse.lemminx.settings.capabilities
-
Property for completion resolve support.
- CompletionResponse - Class in org.eclipse.lemminx.services
-
Completion response implementation.
- CompletionResponse() - Constructor for class org.eclipse.lemminx.services.CompletionResponse
- CompletionSortTextHelper - Class in org.eclipse.lemminx.utils
-
CompletionSortText class to get sortText for CompletionItem's
- CompletionSortTextHelper(CompletionItemKind) - Constructor for class org.eclipse.lemminx.utils.CompletionSortTextHelper
- COMPLEX - org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- COMPLEX_AND_SIMPLE - org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- CompositeSettings - Class in org.eclipse.lemminx.settings
-
Composite settings class Provides a new SharedSettings instance with a second setting merged
- CompositeSettings(SharedSettings, FormattingOptions) - Constructor for class org.eclipse.lemminx.settings.CompositeSettings
- computeAttributeNameCompletionResponses(ICompletionRequest, ICompletionResponse, Range, DOMDocument, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.prolog.PrologModel
- computeCompletionResponses(ICompletionRequest, ICompletionResponse, DOMDocument, boolean, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- computeDOMAsync(TextDocumentIdentifier, BiFunction<DOMDocument, CancelChecker, R>) - Method in class org.eclipse.lemminx.XMLTextDocumentService
-
Compute the DOM Document for a given uri in a future and then apply the given function.
- computeHoverResponse(DOMAttr, IHoverRequest) - Static method in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- computeModelAsync(TextDocumentIdentifier, BiFunction<T, CancelChecker, R>) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
-
Get or parse the model and apply the code function which expects the model.
- computeModelAsyncCompose(TextDocumentIdentifier, BiFunction<T, CancelChecker, CompletableFuture<R>>) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
-
Get or parse the model and apply the code function which expects the model.
- computeNumberOfLines(String) - Method in interface org.eclipse.lemminx.commons.ILineTracker
-
Computes the number of lines in the given text.
- computeNumberOfLines(String) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- computeValueCompletionResponses(ICompletionRequest, ICompletionResponse, DOMDocument) - Static method in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- computeValueCompletionResponses(ICompletionRequest, ICompletionResponse, Range, DOMDocument) - Static method in class org.eclipse.lemminx.extensions.prolog.PrologModel
- ConfigurationItemEdit - Class in org.eclipse.lemminx.commons.config
-
Class representing a change to a client's config.
- ConfigurationItemEdit() - Constructor for class org.eclipse.lemminx.commons.config.ConfigurationItemEdit
- ConfigurationItemEdit(String, Object, ConfigurationItemEditType, ConfigurationItemValueKind) - Constructor for class org.eclipse.lemminx.commons.config.ConfigurationItemEdit
- ConfigurationItemEditType - Enum in org.eclipse.lemminx.commons.config
-
Configuration item edit type.
- ConfigurationItemValueKind - Enum in org.eclipse.lemminx.commons.config
-
Configuration item value kind.
- configurePipeline() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- configureXML11Pipeline() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- Constants - Class in org.eclipse.lemminx.dom.parser
- Constants() - Constructor for class org.eclipse.lemminx.dom.parser.Constants
- ContainerDeclaration - Class in org.eclipse.lemminx.extensions.generators
-
Children information.
- ContainerDeclaration() - Constructor for class org.eclipse.lemminx.extensions.generators.ContainerDeclaration
- containsTextOnly(DOMElement) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if element contains only DOMText and false otherwise.
- content - Variable in class org.eclipse.lemminx.dom.DTDElementDecl
- Content - org.eclipse.lemminx.dom.parser.TokenType
- ContentIllegalAtTopLevel - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- ContentIllegalInProlog - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- ContentModelCodeActionParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Extension to support XML code actions based on content model (XML Schema completion, etc)
- ContentModelCodeActionParticipant() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCodeActionParticipant
- ContentModelCodeLensParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
At first this participant is enabled only when LSP client can support the client command "xml.open.binding.wizard" to open the wizard to bind a XML to a grammar/schema.
- ContentModelCodeLensParticipant(ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCodeLensParticipant
- ContentModelCompletionParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Extension to support XML completion based on content model (XML Schema completion, etc)
- ContentModelCompletionParticipant() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCompletionParticipant
- ContentModelDiagnosticsParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
Validate XML files with Xerces for general SYNTAX validation and XML Schema, DTD.
- ContentModelDiagnosticsParticipant(ContentModelPlugin) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.ContentModelDiagnosticsParticipant
- ContentModelDocumentLinkParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Document link for : XML Schema xsi:noNamespaceSchemaLocation DTD SYSTEM (ex : Entity SYSTEM (ex : ) XML Schema xsi:schemaLocation
- ContentModelDocumentLinkParticipant(URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelDocumentLinkParticipant
- ContentModelElementCompletionItem - Class in org.eclipse.lemminx.extensions.contentmodel.participants.completion
-
Element completion item created from a content model (schema/grammar element declaration).
- ContentModelElementCompletionItem(String, CMElementDeclaration, XMLGenerator, ICompletionRequest) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.completion.ContentModelElementCompletionItem
- ContentModelFormatterParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Formatter participant which uses XSD/DTD grammar information to know the
FormatElementCategoryof a given element. - ContentModelFormatterParticipant(ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelFormatterParticipant
- ContentModelHoverParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Extension to support XML hover based on content model (XML Schema documentation, etc)
- ContentModelHoverParticipant() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelHoverParticipant
- contentModelManager - Variable in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- ContentModelManager - Class in org.eclipse.lemminx.extensions.contentmodel.model
-
Content model manager used to load XML Schema, DTD.
- ContentModelManager(URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- ContentModelPlugin - Class in org.eclipse.lemminx.extensions.contentmodel
-
Content model plugin extension to provide: completion based on XML Schema, DTD... hover based on XML Schema diagnostics based on on XML Schema, DTD...
- ContentModelPlugin() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- ContentModelProvider - Interface in org.eclipse.lemminx.extensions.contentmodel.model
-
Content model provider API.
- ContentModelProvider.Identifier - Class in org.eclipse.lemminx.extensions.contentmodel.model
- ContentModelSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
Content model settings.
- ContentModelSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- ContentModelSymbolsProviderParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Symbol participant to show referenced grammars information.
- ContentModelSymbolsProviderParticipant(ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelSymbolsProviderParticipant
- ContentModelTypeDefinitionParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Extension to support XML type definition based on content model (XML Schema type definition, etc)
- ContentModelTypeDefinitionParticipant() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelTypeDefinitionParticipant
- convert(String) - Static method in class org.eclipse.lemminx.utils.MarkdownConverter
- convertStreamToString(InputStream) - Static method in class org.eclipse.lemminx.utils.IOUtils
-
Convert the given
InputStreaminto a String. - convertToQuotelessValue(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns
valuewithout surrounding quotes. - convertToWindowsPath(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Ensures there is no slash before a drive letter, and forces use of '\'
- copyConstraints(XMLFormattingConstraints) - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
-
Initializes the values in this formatting constraint with values from constraints
- cos_all_limited_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- covers(Range, Position) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- create(Gson, TypeToken<T>) - Method in class org.eclipse.lemminx.settings.FaultTolerantTypeAdapterFactory
- create(String, String, int, int, int, Character) - Static method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionResult
-
Create the file path completion result.
- createAnyElementMatcher() - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
-
Create XPath any element matcher.
- createAttribute(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createAttributeMatcher(XPathElementMatcher, String, String) - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
-
Create the XPath attribute matcher.
- createAttributeNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createCDataSection(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createCDATASection(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createCMDocument(String, boolean) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider
-
Create content model document (XSD, DTD, etc) from the given resource key and null otherwise.
- createCMDocument(String, boolean) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDContentModelProvider
- createCMDocument(String, boolean) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.contentmodel.CMRelaxNGContentModelProvider
- createCMDocument(String, boolean) - Method in class org.eclipse.lemminx.extensions.xmlmodel.contentmodel.CMXMLModelContentModelProvider
- createCMDocument(String, boolean) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- createCommand(String, String, List<Object>, Diagnostic) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
-
Makes a CodeAction to call a command from the available server commands.
- createComment(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createComment(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createCompletionData(ICompletionRequest, String) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
-
Returns the minimal data to resolve a completion item.
- createData(String, String) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
-
Create a JSON data entry field with the two required information:
- createDefaultRange(XMLLocator, DOMDocument) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- createDocTypeEdit(String, DOMDocument, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- createDocument(TextDocumentItem) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
- createDocument(TextDocumentItem) - Method in class org.eclipse.lemminx.commons.TextDocuments
- createDocumentFragment() - Method in class org.eclipse.lemminx.dom.DOMDocument
- createDocumentLink(DOMRange, String, boolean) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Create a document link
- createDocumentType(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createDownloadCommand(String, String, String) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.DownloadDisabledResourceCodeAction
- createElement(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createElement(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createElementNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createEntityReference(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createFile(String, String, String, Diagnostic) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
-
Makes a CodeAction to create a file and add content to the file.
- createFileEdit(String, String) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
-
Returns the file edit to create the file with the given
fileURIand the givenfileContent. - createFileEdit(String, DOMDocument, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
- createFileEdit(String, DOMDocument, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateDocTypeCodeActionResolver
- createFileEdit(String, DOMDocument, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateRelaxNGSchemaCodeActionResolver
- createFileEdit(String, DOMDocument, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithDTDCodeActionResolver
- createFileEdit(String, DOMDocument, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithXSDCodeActionResolver
- createFileEdit(String, DOMDocument, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXSINoNamespaceSchemaCodeActionResolver
- createFilesChangedTracker(Set<SchemaGrammar>) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- createFilesChangedTracker(DTDGrammar) - Static method in class org.eclipse.lemminx.extensions.dtd.utils.DTDUtils
- createFilesChangedTracker(SchemaGrammar) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- createFilesChangedTracker(RelaxNGGrammar) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- createFromQuery(DOMNode, int, XMLReferencesSettings) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- createHover(List<MarkupContent>) - Static method in class org.eclipse.lemminx.utils.MarkupContentFactory
-
Create the hover from the given markup content list.
- createHover(List<MarkupContent>, Range) - Static method in class org.eclipse.lemminx.utils.MarkupContentFactory
-
Create the hover from the given markup content list and range.
- createInputSource(DOMDocument) - Static method in class org.eclipse.lemminx.utils.DOMUtils
- createInternalCMDocument(DOMDocument, boolean) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider
-
Create the internal content model (for DOCTYPE subset) from the given DOM document.
- createInternalCMDocument(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDContentModelProvider
- createInternalCMDocument(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.contentmodel.CMRelaxNGContentModelProvider
- createInternalCMDocument(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.xmlmodel.contentmodel.CMXMLModelContentModelProvider
- createInternalCMDocument(DOMDocument, boolean) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- createList() - Method in class org.eclipse.lemminx.services.DocumentSymbolsResult
- createLocation(DOMRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns the location for the given
targetnode. - createLocationLink(DOMRange, DOMRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns the location link for the given
originandtargetnodes. - createLocationLink(Range, DOMRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns the location link for the given
originandtargetnodes. - createLocationLink(Range, TargetRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns the location link for the given
originandtargetnodes. - createMarkupContent(String, String, ISharedSettingsRequest) - Static method in class org.eclipse.lemminx.utils.MarkupContentFactory
-
Create the markup content according the given markup kind and the capability of the client.
- createMarkupContent(CMAttributeDeclaration, String, CMElementDeclaration, ISharedSettingsRequest) - Static method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns a markup content for attribute value documentation and null otherwise.
- createMarkupContent(CMAttributeDeclaration, CMElementDeclaration, ISharedSettingsRequest) - Static method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns a markup content for attribute name documentation and null otherwise.
- createMarkupContent(CMElementDeclaration, String, ISharedSettingsRequest) - Static method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns a markup content for element text documentation and null otherwise.
- createMarkupContent(CMElementDeclaration, ISharedSettingsRequest) - Static method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns a markup content for element documentation and null otherwise.
- createParseable(SAXSource, SAXResolver, ErrorHandler, PropertyMap) - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyCompactSchemaReader
- createParseable(SAXSource, SAXResolver, ErrorHandler, PropertyMap) - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySAXSchemaReader
- createParseable(SAXSource, SAXResolver, ErrorHandler, PropertyMap) - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
- createProcessingInstruction(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createProcessingInstruction(String, String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createProgress(WorkDoneProgressCreateParams) - Method in interface org.eclipse.lemminx.commons.progress.ProgressSupport
-
Create a progress.
- createProgress(WorkDoneProgressCreateParams) - Method in class org.eclipse.lemminx.XMLLanguageServer
- createProgressMonitor() - Method in interface org.eclipse.lemminx.commons.progress.ProgressSupport
- createProgressMonitor(String) - Method in interface org.eclipse.lemminx.commons.progress.ProgressSupport
- createQuery(DOMNode, int, XMLReferencesSettings) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- createQuery(DOMNode, int, XMLReferencesSettings, SearchQuery.QueryDirection) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- createQuery(DOMNode, XMLReferencesSettings, SearchQuery.QueryDirection) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- createRange() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- createRange(boolean) - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- createRange(int, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- createRange(DOMRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns the range for the given
node. - createScanner(String) - Static method in class org.eclipse.lemminx.dom.parser.XMLScanner
- createScanner(String, boolean) - Static method in class org.eclipse.lemminx.dom.parser.XMLScanner
- createScanner(String, int) - Static method in class org.eclipse.lemminx.dom.parser.XMLScanner
- createScanner(String, int, boolean) - Static method in class org.eclipse.lemminx.dom.parser.XMLScanner
- createScanner(String, int, ScannerState) - Static method in class org.eclipse.lemminx.dom.parser.XMLScanner
- createScanner(String, int, ScannerState, boolean) - Static method in class org.eclipse.lemminx.dom.parser.XMLScanner
- createSchema(SAXSource, PropertyMap) - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
- createSelectionRange(DOMRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns the selection range for the given
originnode. - createText(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createTextEditIfNeeded(int, int, String, TextDocument) - Static method in class org.eclipse.lemminx.utils.TextEditUtils
-
Returns the
TextEditto insert the given expected content from the given range (from, to) of the given text document and null otherwise. - createTextNode(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- createToQuery(DOMNode, int, XMLReferencesSettings) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- createToQueryByRetrievingToBefore(DOMNode, int, XMLReferencesSettings, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- createValidator(XMLModelDeclaration) - Method in class org.eclipse.lemminx.extensions.dtd.xmlmodel.XMLModelDTDValidatorFactory
- createValidator(XMLModelDeclaration) - Method in class org.eclipse.lemminx.extensions.relaxng.xmlmodel.XMLModelRelaxNGValidatorFactory
- createValidator(XMLModelDeclaration) - Method in interface org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelValidatorFactory
-
Create an
XMLModelValidatorinstance if the XML model declaration is applicable for the factory and null otherwise. - createValidator(XMLModelDeclaration) - Method in class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidatorFactory
- createWorkspaceEdit(List<Either<TextDocumentEdit, ResourceOperation>>) - Static method in class org.eclipse.lemminx.utils.TextEditUtils
- createXmlModelEdit(String, String, DOMDocument, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- createXMLReader() - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGXMLReaderCreator
- createXSINoNamespaceSchemaLocationEdit(String, DOMDocument, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- createXSISchemaLocationEdit(String, String, DOMDocument, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- creatTextDocumentEdit(DOMDocument, List<TextEdit>) - Static method in class org.eclipse.lemminx.utils.TextEditUtils
-
Creates a TextDocumentEdit object for the specified document and list of text edits
- ct_props_correct_3 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- CustomETag - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- cvc_attribute_3 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_attribute_3CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-attribute-3 error.
- cvc_attribute_3CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_attribute_3CodeAction
- cvc_complex_type_2_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_1CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-complex-type.2.1 error.
- cvc_complex_type_2_1CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_1CodeAction
- cvc_complex_type_2_2 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_3 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_3CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-complex-type.2.3 error.
- cvc_complex_type_2_3CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_3CodeAction
- cvc_complex_type_2_4_a - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_4_aCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
cvc_complex_type_2_4_a
- cvc_complex_type_2_4_aCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_4_aCodeAction
- cvc_complex_type_2_4_b - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_4_bCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
CodeAction to insert expected child elements within an element Given this XML where the expected child elements are not present as defined in the XSD:
Error: Child elements are missing from element: - servlet The following elements are expected: - description - display-name - icon - servlet-name To fix the error, the code action will suggest inserting the expected elements inside the parent tag - cvc_complex_type_2_4_bCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_4_bCodeAction
- cvc_complex_type_2_4_c - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_4_d - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_2_4_f - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_3_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_3_2_2 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_3_2_2CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-complex-type.3.2.2 error.
- cvc_complex_type_3_2_2CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_3_2_2CodeAction
- cvc_complex_type_4 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_complex_type_4CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-complex-type.4 error.
- cvc_complex_type_4CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_4CodeAction
- cvc_datatype_valid_1_2_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_datatype_valid_1_2_3 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_elt_1_a - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_elt_1_aCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to find the expected element name defined in the given xsd and replace it Given this XML where 'root' is defined as the root element in the XSD
-> Error: Cannot find declaration of 'test' To fix the error, the code action will suggest replacing 'test' with 'root' in both the opening and closing tag - cvc_elt_1_aCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_elt_1_aCodeAction
- cvc_elt_3_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_elt_3_2_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_elt_4_2 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_enumeration_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_enumeration_validCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc_enumeration_valid error only for text, because for attribute cvc-attribute-3 error fix it.
- cvc_enumeration_validCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_enumeration_validCodeAction
- cvc_maxExclusive_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_maxInclusive_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_maxlength_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_minExclusive_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_minInclusive_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_minlength_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_pattern_valid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_type_3_1_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_type_3_1_1CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-type.3.1.1 error.
- cvc_type_3_1_1CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_type_3_1_1CodeAction
- cvc_type_3_1_2 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- cvc_type_3_1_3 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
D
- DashDashInComment - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- DATA_ELEMENT_FIELD - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.MissingElementDataConstants
-
The element name used to identify which choice element is to be generated.
- DATA_FILE_FIELD - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.MissingGrammarDataConstants
-
The file URI used to generate the missing grammar.
- DATA_FILE_FIELD - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsDataConstants
-
The file URI used to generate the grammar.
- DATA_REQUIRED_FIELD - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.MissingElementDataConstants
-
Indicates whether only required elements is to be generated or all.
- DataEntryField - Class in org.eclipse.lemminx.services.data
-
Data entry field support used to resolve : resolve completion : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionItem resolve codeAction : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#codeAction Here a data sample for codeAction used by the resolve code action:
{ "title": "Generate 'content.dtd' and bind with xml-model", "kind": "quickfix", ... - DataEntryField() - Constructor for class org.eclipse.lemminx.services.data.DataEntryField
- DataType - Class in org.eclipse.lemminx.extensions.xsd
- DataType(String, String) - Constructor for class org.eclipse.lemminx.extensions.xsd.DataType
- DATE - org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
- DATE_TIME - org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
- DECIMAL - org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
- declType - Variable in class org.eclipse.lemminx.dom.DTDDeclNode
- DEFAULT - Static variable in class org.eclipse.lemminx.settings.XMLSymbolFilter
- DEFAULT - Static variable in interface org.eclipse.lemminx.uriresolver.URIResolverExtension
- DEFAULT_CLOSING_BRACKET_NEW_LINE - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_CODEACTION_OPTIONS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_CODELENS_OPTIONS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_COLOR_OPTIONS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_COMPLETION_OPTIONS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.CDATASnippetContext
- DEFAULT_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.CommentSnippetContext
- DEFAULT_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.DocTypeSnippetContext
- DEFAULT_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.DTDNodeSnippetContext
- DEFAULT_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.ProcessingInstructionSnippetContext
- DEFAULT_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.XMLDeclarationSnippetContext
- DEFAULT_ENFORCE_QUOTE_STYLE - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_LINK_OPTIONS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_PRESERVE_ATTR_LINE_BREAKS - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_PRESERVE_SPACE - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_PRESERVER_NEW_LINES - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_QUOTATION - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_QUOTE_STYLE - Static variable in class org.eclipse.lemminx.settings.XMLPreferences
- DEFAULT_RENAME_OPTIONS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_SCHEMA_DOCUMENTATION_TYPE - Static variable in class org.eclipse.lemminx.settings.XMLPreferences
- DEFAULT_SPLIT_ATTRIBUTES_INDENT_SIZE - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_SYNC_OPTION - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- DEFAULT_TAB_SIZE - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_TRIM_TRAILING_SPACES - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFAULT_WORK_DIR - Static variable in class org.eclipse.lemminx.settings.ServerSettings
- DEFAULT_XSI_SCHEMA_LOCATION_SPLIT - Static variable in class org.eclipse.lemminx.settings.XMLFormattingOptions
- DEFINE - org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils.BindingType
- definition(DefinitionParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- DEFINITION_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- Delete - org.eclipse.lemminx.commons.config.ConfigurationItemEditType
- deleteData(int, int) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- DelimiterAssign - org.eclipse.lemminx.dom.parser.TokenType
- DELIMITERS - Static variable in class org.eclipse.lemminx.commons.TreeLineTracker
-
The predefined delimiters of this tracker
- dependsOnGrammar(DOMDocument, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Returns true if the given document is linked to the given grammar URI (XML Schema, DTD) and false otherwise.
- DEPLOYED_BASE_PATH - Static variable in class org.eclipse.lemminx.utils.FilesUtils
- desc - Variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- detail - org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
- details() - Static method in class org.eclipse.lemminx.utils.platform.Platform
-
Returns the server details, using the format:
- DiagnosticsResult - Class in org.eclipse.lemminx.services.extensions.diagnostics
-
This class is the result of a diagnostic process.
- DiagnosticsResult(Map<String, Object>) - Constructor for class org.eclipse.lemminx.services.extensions.diagnostics.DiagnosticsResult
- didChange(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.DocumentTelemetryParticipant
- didChange(DOMDocument) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentLifecycleParticipant
-
Handler called when an XML document is changed.
- didChange(DidChangeTextDocumentParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
-
This method is triggered when the user types on an XML document.
- didChangeConfiguration(DidChangeConfigurationParams) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- didChangeWatchedFiles(DidChangeWatchedFilesParams) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams) - Method in interface org.eclipse.lemminx.services.extensions.IWorkspaceServiceParticipant
-
Receive and handle notification about workspace folder changing on client side.
- didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- didClose(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.DocumentTelemetryParticipant
- didClose(DOMDocument) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentLifecycleParticipant
-
Handler called when an XML document is closed.
- didClose(DidCloseTextDocumentParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- didOpen(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.DocumentTelemetryParticipant
- didOpen(DOMDocument) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentLifecycleParticipant
-
Handler called when an XML document is opened.
- didOpen(DidOpenTextDocumentParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- didSave(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.DocumentTelemetryParticipant
- didSave(DOMDocument) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentLifecycleParticipant
-
Handler called when an XML document is saved.
- didSave(DidSaveTextDocumentParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- dispose() - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- dispose() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Unregisters all registered extensions.
- doAutoClose(DOMDocument, Position, XMLCompletionSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.CloseTagCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_attribute_3CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_1CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_3CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_4_aCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_2_4_bCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_3_2_2CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_complex_type_4CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_elt_1_aCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_enumeration_validCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.cvc_type_3_1_1CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.DownloadDisabledResourceCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.ElementDeclUnterminatedCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.EntityNotDeclaredCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.EqRequiredInAttributeCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.FixMissingSpaceCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.OpenQuoteExpectedCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.RootElementTypeMustMatchDoctypedeclCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.s4s_elt_invalid_content_3CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.SemicolonRequiredInReferenceCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.src_annotationCodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.src_import_1_2CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.TargetNamespace_1CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.TargetNamespace_2CodeAction
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCodeActionParticipant
- doCodeAction(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionParticipant
-
Collect the code action in the given
codeActionsfor the given code action requestrequest. - doCodeActions(CodeActionContext, Range, DOMDocument, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLCodeActions
- doCodeActions(CodeActionContext, Range, DOMDocument, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doCodeActionUnconditional(ICodeActionRequest, List<CodeAction>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionParticipant
-
Collect the code action in the given
codeActionsfor the given code action requestrequestindependently of diagnostic provided. - doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.catalog.participants.XMLCatalogCodeLensParticipant
- doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCodeLensParticipant
- doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDCodeLensParticipant
- doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesCodeLensParticipant
- doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGCodeLensParticipant
- doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDCodeLensParticipant
- doCodeLens(ICodeLensRequest, List<CodeLens>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.codelens.ICodeLensParticipant
- doColorPresentations(DOMDocument, ColorPresentationParams, List<ColorPresentation>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.colors.participants.XMLDocumentColorParticipant
- doColorPresentations(DOMDocument, ColorPresentationParams, List<ColorPresentation>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentColorParticipant
-
Fill the given the
presentationslist ofColorPresentationfor the given DOM documentxmlDocumentand the givenparamscolors presentation parameter. - doComplete(DOMDocument, Position, SharedSettings) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doComplete(DOMDocument, Position, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLCompletions
- doComplete(DOMDocument, Position, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- DOCTYPE - Static variable in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- DOCTYPE - Static variable in interface org.eclipse.lemminx.uriresolver.IExternalGrammarLocationProvider
- DOCTYPE_KIND_OPTIONS - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DOCTYPE_NAME - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- doctypeDecl(String, String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPSAXParser
- doctypeDecl(String, String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- doctypeDecl(String, String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- DoctypeNotAllowed - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- DocTypeSnippetContext - Class in org.eclipse.lemminx.services.snippets
-
DOCTYPE snippet context used to filter the DOCTYPE snippets.
- DocTypeSnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.DocTypeSnippetContext
- DoctypeUnrecognizedParameters - org.eclipse.lemminx.dom.parser.ScannerState
- DOCUMENT - org.eclipse.lemminx.services.extensions.save.ISaveContext.SaveContextType
- DOCUMENT_HIGHLIGHT_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- document_incomplete - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- DOCUMENT_SYMBOL_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- documentation - org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
- documentation - org.eclipse.lemminx.settings.SchemaDocumentationType
- DOCUMENTATION_CONTENT - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- documentColor(DocumentColorParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- documentHighlight(DocumentHighlightParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- documentIsOpen(String) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- documentLink(DocumentLinkParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- documentSymbol(DocumentSymbolParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- DocumentSymbolsResult - Class in org.eclipse.lemminx.services
-
Result for document symbols computation for the textDocument/documentSymbol request
- DocumentSymbolsResult(AtomicLong) - Constructor for class org.eclipse.lemminx.services.DocumentSymbolsResult
- DocumentTelemetryInfo - Class in org.eclipse.lemminx.telemetry
- DocumentTelemetryInfo() - Constructor for class org.eclipse.lemminx.telemetry.DocumentTelemetryInfo
- DocumentTelemetryParticipant - Class in org.eclipse.lemminx.extensions.contentmodel.participants
- DocumentTelemetryParticipant(TelemetryManager, ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.DocumentTelemetryParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.catalog.participants.XMLCatalogDiagnosticsParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.ContentModelDiagnosticsParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.dtd.participants.diagnostics.DTDDiagnosticsParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesDiagnosticParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDiagnosticsParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.XSDDiagnosticsParticipant
- doDiagnostics(DOMDocument, List<Diagnostic>, XMLValidationSettings, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.diagnostics.IDiagnosticsParticipant
-
Validate the given XML document.
- doDiagnostics(DOMDocument, XMLEntityResolver, List<Diagnostic>, XMLValidationSettings, ContentModelManager, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.XMLValidator
- doDiagnostics(DOMDocument, XMLEntityResolver, List<Diagnostic>, XMLValidationSettings, ContentModelManager, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.dtd.participants.diagnostics.DTDValidator
- doDiagnostics(DOMDocument, XMLEntityResolver, List<Diagnostic>, XMLValidationSettings, ContentModelManager, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGValidator
- doDiagnostics(DOMDocument, XMLEntityResolver, List<Diagnostic>, XMLValidationSettings, ContentModelManager, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.XSDValidator
- doDiagnostics(DOMDocument, XMLValidationSettings, Map<String, Object>, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doDocumentColor(DOMDocument, List<ColorInformation>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.colors.participants.XMLDocumentColorParticipant
- doDocumentColor(DOMDocument, List<ColorInformation>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentColorParticipant
-
Fill the given the
colorslist ofColorInformationfor the given DOM documentxmlDocument. - doesTagCoverPosition(Range, Range, Position) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- doFindDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDDefinitionParticipant
- doFindDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.entities.participants.EntitiesDefinitionParticipant
- doFindDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesDefinitionParticipant
- doFindDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDefinitionParticipant
- doFindDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDDefinitionParticipant
- doFindDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
-
Find the definition
- doFindTypeDefinition(ITypeDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelTypeDefinitionParticipant
- doFindTypeDefinition(ITypeDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.AbstractTypeDefinitionParticipant
-
Find the type definition
- doHover(DOMDocument, Position, SharedSettings) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doHover(DOMDocument, Position, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- DOMAttr - Class in org.eclipse.lemminx.dom
-
An attribute node.
- DOMAttr(String, int, int, DOMNode) - Constructor for class org.eclipse.lemminx.dom.DOMAttr
- DOMAttr(String, DOMNode) - Constructor for class org.eclipse.lemminx.dom.DOMAttr
- DOMAttributeFormatter - Class in org.eclipse.lemminx.services.format
-
DOM attribute formatter.
- DOMAttributeFormatter(XMLFormatterDocument) - Constructor for class org.eclipse.lemminx.services.format.DOMAttributeFormatter
- DOMCDATAFormatter - Class in org.eclipse.lemminx.services.format
-
DOM CDATA section formatter.
- DOMCDATAFormatter(XMLFormatterDocument) - Constructor for class org.eclipse.lemminx.services.format.DOMCDATAFormatter
- DOMCDATASection - Class in org.eclipse.lemminx.dom
-
A CData section node.
- DOMCDATASection(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMCDATASection
- DOMCharacterData - Class in org.eclipse.lemminx.dom
-
A CharacterData node.
- DOMCharacterData(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMCharacterData
- DOMComment - Class in org.eclipse.lemminx.dom
-
A Comment node.
- DOMComment(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMComment
- DOMCommentFormatter - Class in org.eclipse.lemminx.services.format
-
DOM comment formatter.
- DOMCommentFormatter(XMLFormatterDocument) - Constructor for class org.eclipse.lemminx.services.format.DOMCommentFormatter
- DOMDocTypeFormatter - Class in org.eclipse.lemminx.services.format
-
DOM docType formatter.
- DOMDocTypeFormatter(XMLFormatterDocument) - Constructor for class org.eclipse.lemminx.services.format.DOMDocTypeFormatter
- DOMDocument - Class in org.eclipse.lemminx.dom
-
XML document.
- DOMDocument(TextDocument, URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.dom.DOMDocument
- DOMDocumentType - Class in org.eclipse.lemminx.dom
-
A doctype node.
- DOMDocumentType(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMDocumentType
- DOMDocumentType.DocumentTypeKind - Enum in org.eclipse.lemminx.dom
- DOMElement - Class in org.eclipse.lemminx.dom
-
An Element node.
- DOMElement(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMElement
- DOMElementCompletionItem - Class in org.eclipse.lemminx.services.extensions.completion
-
Element completion item created from an existing element.
- DOMElementCompletionItem(DOMElement, ICompletionRequest) - Constructor for class org.eclipse.lemminx.services.extensions.completion.DOMElementCompletionItem
- DOMElementFormatter - Class in org.eclipse.lemminx.services.format
-
DOM element formatter.
- DOMElementFormatter(XMLFormatterDocument, DOMAttributeFormatter) - Constructor for class org.eclipse.lemminx.services.format.DOMElementFormatter
- DOMNode - Class in org.eclipse.lemminx.dom
-
DOM node.
- DOMNode(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMNode
- DOMParser - Class in org.eclipse.lemminx.dom
-
Tolerant XML parser.
- DOMProcessingInstruction - Class in org.eclipse.lemminx.dom
-
A processing instruction node.
- DOMProcessingInstruction(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMProcessingInstruction
- DOMProcessingInstructionFormatter - Class in org.eclipse.lemminx.services.format
-
DOM processing instruction formatter.
- DOMProcessingInstructionFormatter(XMLFormatterDocument, DOMAttributeFormatter) - Constructor for class org.eclipse.lemminx.services.format.DOMProcessingInstructionFormatter
- DOMRange - Interface in org.eclipse.lemminx.dom
-
DOM range
- DOMText - Class in org.eclipse.lemminx.dom
-
A Text node.
- DOMText(int, int) - Constructor for class org.eclipse.lemminx.dom.DOMText
- DOMTextFormatter - Class in org.eclipse.lemminx.services.format
-
DOM text formatter.
- DOMTextFormatter(XMLFormatterDocument) - Constructor for class org.eclipse.lemminx.services.format.DOMTextFormatter
- DOMUtils - Class in org.eclipse.lemminx.utils
-
DOM Utilities.
- doRename(DOMDocument, Position, String, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doRename(IRenameRequest, IRenameResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesRenameParticipant
- doRename(IRenameRequest, IRenameResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGRenameParticipant
- doRename(IRenameRequest, IRenameResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDRenameParticipant
- doRename(IRenameRequest, IRenameResponse, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.rename.IRenameParticipant
-
Creates the list of document changes for the rename operation.
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.catalog.XMLCatalogPlugin
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.colors.XMLColorsPlugin
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.references.XMLReferencesPlugin
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.relaxng.RelaxNGPlugin
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.extensions.xsd.XSDPlugin
- doSave(ISaveContext) - Method in interface org.eclipse.lemminx.services.extensions.IXMLExtension
-
Called when the Settings or a Document have been saved.
- doSave(ISaveContext) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- doTagComplete(DOMDocument, XMLCompletionSettings, Position) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doTagComplete(DOMDocument, Position, XMLCompletionSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLCompletions
- doTagComplete(DOMDocument, Position, XMLCompletionSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- doubleQuotes - org.eclipse.lemminx.settings.QuoteStyle
- DOWNLOAD_DISABLED - org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
- DownloadDisabledResourceCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to force download of an external resource.
- DownloadDisabledResourceCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.DownloadDisabledResourceCodeAction
- DownloadingResource - org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- DownloadProblem - org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- DownloadResourceDisabled - org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- DTD_ATT_LIST_NODE - Static variable in class org.eclipse.lemminx.dom.DOMNode
-
The node is a
DTD Attribute List. - DTD_ATTLIST_ATTRIBUTE_TYPE - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DTD_ATTLIST_ATTRIBUTE_VALUE - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DTD_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- DTD_DECL_NODE - Static variable in class org.eclipse.lemminx.dom.DOMNode
-
The node is a generic
DTD Decl Node. - DTD_ELEMENT_CATEGORY - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DTD_ELEMENT_CONTENT - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DTD_ELEMENT_DECL_NODE - Static variable in class org.eclipse.lemminx.dom.DOMNode
-
The node is a
DTD Element Declaration. - DTD_ENTITY_DECL_NODE - Static variable in class org.eclipse.lemminx.dom.DOMNode
-
The node is a
DTD Entity Declaraction. - DTD_ENTITY_VALUE - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DTD_NOTATION_DECL - Static variable in class org.eclipse.lemminx.dom.DOMNode
-
The node is a
DTD Notation Declaraction. - DTD_PCDATA - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- DTD_TYPE - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- DTDAfterAttlistAttributeName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterAttlistAttributeType - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterAttlistElementName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterAttlistName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterDoctypeName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterDoctypePUBLIC - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterDoctypePublicId - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterDoctypeSYSTEM - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterEntityName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterEntityPUBLIC - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterEntitySYSTEM - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterNotationName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterNotationPUBLIC - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterNotationPublicId - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAfterNotationSYSTEM - org.eclipse.lemminx.dom.parser.ScannerState
- DTDAttlistAttributeName - org.eclipse.lemminx.dom.parser.TokenType
- DTDAttlistAttributeType - org.eclipse.lemminx.dom.parser.TokenType
- DTDAttlistAttributeValue - org.eclipse.lemminx.dom.parser.TokenType
- DTDAttlistDecl - Class in org.eclipse.lemminx.dom
-
DTD Attribute List declaration
- DTDAttlistDecl(int, int) - Constructor for class org.eclipse.lemminx.dom.DTDAttlistDecl
- DTDAttlistElementName - org.eclipse.lemminx.dom.parser.TokenType
- DTDCodeLensParticipant - Class in org.eclipse.lemminx.extensions.dtd.participants
DTD CodeLens to show references count for referenced- DTDCodeLensParticipant() - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.DTDCodeLensParticipant
- DTDDeclNode - Class in org.eclipse.lemminx.dom
DTDNode- DTDDeclNode(int, int) - Constructor for class org.eclipse.lemminx.dom.DTDDeclNode
- DTDDeclParameter - Class in org.eclipse.lemminx.dom
DTDDeclParameter- DTDDeclParameter(DTDDeclNode, int, int) - Constructor for class org.eclipse.lemminx.dom.DTDDeclParameter
- DTDDefinitionParticipant - Class in org.eclipse.lemminx.extensions.dtd.participants
DTD definition participant- DTDDefinitionParticipant() - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.DTDDefinitionParticipant
- DTDDiagnosticsParticipant - Class in org.eclipse.lemminx.extensions.dtd.participants.diagnostics
Validate DTD file with Xerces.- DTDDiagnosticsParticipant(ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.diagnostics.DTDDiagnosticsParticipant
- DTDDocTypeKindPUBLIC - org.eclipse.lemminx.dom.parser.TokenType
- DTDDocTypeKindSYSTEM - org.eclipse.lemminx.dom.parser.TokenType
- DTDDoctypeName - org.eclipse.lemminx.dom.parser.TokenType
- DTDDoctypePublicId - org.eclipse.lemminx.dom.parser.TokenType
- DTDDoctypeSystemId - org.eclipse.lemminx.dom.parser.TokenType
- DTDDocumentLinkParticipant - Class in org.eclipse.lemminx.extensions.dtd.participants
Document link for DTD entities system inside a DTD:- DTDDocumentLinkParticipant(URIResolverExtensionManager) - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.DTDDocumentLinkParticipant
- DTDElementAfterName - org.eclipse.lemminx.dom.parser.ScannerState
- DTDElementCategory - org.eclipse.lemminx.dom.parser.TokenType
- DTDElementContent - org.eclipse.lemminx.dom.parser.TokenType
- DTDElementDecl - Class in org.eclipse.lemminx.dom
DTD Element Declaration- DTDElementDecl(int, int) - Constructor for class org.eclipse.lemminx.dom.DTDElementDecl
- DTDElementDeclName - org.eclipse.lemminx.dom.parser.TokenType
- DTDElementWithinContent - org.eclipse.lemminx.dom.parser.ScannerState
- DTDEndDoctypeTag - org.eclipse.lemminx.dom.parser.TokenType
- DTDEndElementContent - org.eclipse.lemminx.dom.parser.TokenType
- DTDEndInternalSubset - org.eclipse.lemminx.dom.parser.TokenType
- DTDEndTag - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntityDecl - Class in org.eclipse.lemminx.dom
DOM Entity declaration- DTDEntityDecl(int, int) - Constructor for class org.eclipse.lemminx.dom.DTDEntityDecl
- DTDEntityKindPUBLIC - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntityKindSYSTEM - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntityName - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntityPercent - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntityPublicId - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntitySystemId - org.eclipse.lemminx.dom.parser.TokenType
- DTDEntityValue - org.eclipse.lemminx.dom.parser.TokenType
- DTDErrorCode - Enum in org.eclipse.lemminx.extensions.contentmodel.participants
DTD error code.- DTDGeneratorSettings - Class in org.eclipse.lemminx.extensions.generators.xml2dtd
DTD generator settings- DTDGeneratorSettings() - Constructor for class org.eclipse.lemminx.extensions.generators.xml2dtd.DTDGeneratorSettings
- DTDHighlightingParticipant - Class in org.eclipse.lemminx.extensions.dtd.participants
DTD highlight participant- DTDHighlightingParticipant() - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.DTDHighlightingParticipant
- DTDNodeSnippetContext - Class in org.eclipse.lemminx.services.snippets
DTD nodes snippet context used to filter the- DTDNodeSnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.DTDNodeSnippetContext
- DTDNotationDecl - Class in org.eclipse.lemminx.dom
DTDNotationDecl- DTDNotationDecl(int, int) - Constructor for class org.eclipse.lemminx.dom.DTDNotationDecl
- DTDNotationKindPUBLIC - org.eclipse.lemminx.dom.parser.TokenType
- DTDNotationKindSYSTEM - org.eclipse.lemminx.dom.parser.TokenType
- DTDNotationName - org.eclipse.lemminx.dom.parser.TokenType
- DTDNotationPublicId - org.eclipse.lemminx.dom.parser.TokenType
- DTDNotationSystemId - org.eclipse.lemminx.dom.parser.TokenType
- DTDNotFound - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- DTDNotFoundCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
Code Action that creates a DTD file referenced with System ID of DOCTYPE.- DTDNotFoundCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.DTDNotFoundCodeAction
- DTDPlugin - Class in org.eclipse.lemminx.extensions.dtd
DTD plugin.- DTDPlugin() - Constructor for class org.eclipse.lemminx.extensions.dtd.DTDPlugin
- DTDReferenceParticipant - Class in org.eclipse.lemminx.extensions.dtd.participants
DTD reference- DTDReferenceParticipant() - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.DTDReferenceParticipant
- DTDStartAttlist - org.eclipse.lemminx.dom.parser.TokenType
- DTDStartDoctypeTag - org.eclipse.lemminx.dom.parser.TokenType
- DTDStartElement - org.eclipse.lemminx.dom.parser.TokenType
- DTDStartElementContent - org.eclipse.lemminx.dom.parser.TokenType
- DTDStartEntity - org.eclipse.lemminx.dom.parser.TokenType
- DTDStartInternalSubset - org.eclipse.lemminx.dom.parser.TokenType
- DTDStartNotation - org.eclipse.lemminx.dom.parser.TokenType
- DTDUnrecognizedParameters - org.eclipse.lemminx.dom.parser.ScannerState
- DTDUnrecognizedParameters - org.eclipse.lemminx.dom.parser.TokenType
- DTDUtils - Class in org.eclipse.lemminx.extensions.dtd.utils
DTD utilities.- DTDUtils() - Constructor for class org.eclipse.lemminx.extensions.dtd.utils.DTDUtils
- DTDValidator - Class in org.eclipse.lemminx.extensions.dtd.participants.diagnostics
DTD validator- DTDValidator() - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.diagnostics.DTDValidator
- DTDWithinAttlist - org.eclipse.lemminx.dom.parser.ScannerState
- DTDWithinContent - org.eclipse.lemminx.dom.parser.ScannerState
- DTDWithinDoctype - org.eclipse.lemminx.dom.parser.ScannerState
- DTDWithinElement - org.eclipse.lemminx.dom.parser.ScannerState
- DTDWithinEntity - org.eclipse.lemminx.dom.parser.ScannerState
- DTDWithinNotation - org.eclipse.lemminx.dom.parser.ScannerState
- duplicate_define - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- duplicate_start - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- DuplicateUnique - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
E
- element(String, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- ELEMENT - org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- ELEMENT - org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
- ELEMENT_NAME_REGEX - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- element_not_allowed_yet - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- ElementDeclaration - Class in org.eclipse.lemminx.extensions.generators
-
Element information.
- ElementDeclaration(String) - Constructor for class org.eclipse.lemminx.extensions.generators.ElementDeclaration
- ElementDeclUnterminated - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- ElementDeclUnterminatedCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix ElementDeclUnterminated error.
- ElementDeclUnterminatedCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.ElementDeclUnterminatedCodeAction
- ElementEndTagCompletionResolver - Class in org.eclipse.lemminx.services.extensions.completion
-
Resolves the completion item of an element completion with an additional text edits to update end tag.
- ElementEndTagCompletionResolver() - Constructor for class org.eclipse.lemminx.services.extensions.completion.ElementEndTagCompletionResolver
- ElementPrefixUnbound - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- ElementUnterminated - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- ElementUnterminatedCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix ElementUnterminated error.
- ElementUnterminatedCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.ElementUnterminatedCodeAction
- EMPTY - Static variable in class org.eclipse.lemminx.services.extensions.diagnostics.DiagnosticsResult
- EMPTY_LIMITLESS_LIST - Static variable in class org.eclipse.lemminx.services.DocumentSymbolsResult
- EMPTY_NODE_MATCHER - Static variable in interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
- EMPTY_STRING - Static variable in class org.eclipse.lemminx.utils.StringUtils
- EMPTY_VALUE - org.eclipse.lemminx.extensions.references.search.SearchNode.ValidationStatus
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- EmptyPrefixedAttName - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- EmptyTargetNamespace - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- encodePath(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Replace spaces with "%20".
- ENCODING_NAME - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- ENCODING_VALUES - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- EncodingDeclRequired - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- end(String) - Method in class org.eclipse.lemminx.commons.progress.ProgressMonitor
- endAttlist(Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- endCDATA() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endCDATA(Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- endCDATA(Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- endCommandsRegistration() - Method in interface org.eclipse.lemminx.services.extensions.commands.IXMLCommandService
- endCommandsRegistration() - Method in class org.eclipse.lemminx.XMLWorkspaceService
- endComment() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- EndCommentTag - org.eclipse.lemminx.dom.parser.TokenType
- endContentModel(Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- endDoctype() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endDoctypeInternalSubset() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endDocument() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- endDocument() - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- endDocument(Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- endDocument(Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- endElement(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endElement(String, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endElement(String, String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endElement(String, String, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endElement(String, String, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- endElement(String, String, String) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- endElement(QName, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- endElement(QName, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- endGeneralEntity(String, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- endGeneralEntity(String, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- endPrefixMapping(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- endPrefixMapping(String) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- endPrologOrPI() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- endReport() - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- endsWith(char, int) - Method in class org.eclipse.lemminx.dom.DOMElement
-
Will traverse backwards from the start offset returning an offset of the given character if it's found before another character.
- endsWithNewLine() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
-
If data ends with a new line character.
- EndTag - org.eclipse.lemminx.dom.parser.TokenType
- EndTagClose - org.eclipse.lemminx.dom.parser.TokenType
- EndTagOpen - org.eclipse.lemminx.dom.parser.TokenType
- EnforceQuoteStyle - Enum in org.eclipse.lemminx.settings
-
Enforce quote style when formatting preferred: use preferred quote style when formatting ignore: ignore formatting quotes
- EntitiesCompletionParticipant - Class in org.eclipse.lemminx.extensions.entities.participants
-
Entities completion used in a text node (ex : &).
- EntitiesCompletionParticipant() - Constructor for class org.eclipse.lemminx.extensions.entities.participants.EntitiesCompletionParticipant
- EntitiesDefinitionParticipant - Class in org.eclipse.lemminx.extensions.entities.participants
-
Entities definition used in a text node (ex : &).
- EntitiesDefinitionParticipant() - Constructor for class org.eclipse.lemminx.extensions.entities.participants.EntitiesDefinitionParticipant
- EntitiesDocumentationUtils - Class in org.eclipse.lemminx.extensions.entities
-
Utilities class to generate entities documentation.
- EntitiesDocumentationUtils.EntityOriginType - Enum in org.eclipse.lemminx.extensions.entities
- EntitiesDocumentationUtils.PredefinedEntity - Enum in org.eclipse.lemminx.extensions.entities
-
Predefined entities.
- EntitiesHoverParticipant - Class in org.eclipse.lemminx.extensions.entities.participants
-
Entities hover used in a text node (ex : &).
- EntitiesHoverParticipant() - Constructor for class org.eclipse.lemminx.extensions.entities.participants.EntitiesHoverParticipant
- EntitiesPlugin - Class in org.eclipse.lemminx.extensions.entities
-
Plugin for managing used entities (ex : &)
- EntitiesPlugin() - Constructor for class org.eclipse.lemminx.extensions.entities.EntitiesPlugin
- ENTITY_MANAGER - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPSAXParser
- ENTITY_MANAGER - Static variable in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGSAXParser
- ENTITY_NAME_REGEX - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- ENTITY_RESOLVER - Static variable in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- EntityDeclUnterminated - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- EntityExpansionLimitExceeded - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- EntityNotDeclared - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- EntityNotDeclaredCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix EntityNotDeclaredCodeAction error.
- EntityNotDeclaredCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.EntityNotDeclaredCodeAction
- EntityReferenceRange(String, Range) - Constructor for class org.eclipse.lemminx.utils.XMLPositionUtility.EntityReferenceRange
- Entry(int, XMLGrammarDescription, Grammar, LSPXMLGrammarPool.Entry) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- enumeration_valid_solution(Object[]) - Static method in class org.eclipse.lemminx.extensions.xerces.LSPMessageFormatter
- eos() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- EOS - org.eclipse.lemminx.dom.parser.TokenType
- EqRequiredInAttribute - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- EqRequiredInAttributeCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix EqRequiredInAttribute error.
- EqRequiredInAttributeCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.EqRequiredInAttributeCodeAction
- EqRequiredInXMLDecl - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- equals(Object) - Method in class org.eclipse.lemminx.client.CodeLensKindCapabilities
- equals(Object) - Method in class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- equals(Object) - Method in class org.eclipse.lemminx.commons.config.ConfigurationItemEdit
- equals(Object) - Method in class org.eclipse.lemminx.dom.DOMAttr
- equals(Object) - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLNamespacesSettings
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSchemaSettings
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- equals(Object) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLXIncludeSettings
- equals(Object) - Method in class org.eclipse.lemminx.logs.LSPClientLogHandler
- equals(Object) - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- equals(Object) - Method in class org.eclipse.lemminx.settings.XMLExcludedSymbolFile
- equals(XMLGrammarDescription, XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
-
This method checks whether two grammars are the same.
- equals(XMLGrammarDescription, XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- error(String, String, XMLParseException) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorHandler
- ERROR_REPORTER - Static variable in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- ERROR_REPORTER_FOR_GRAMMAR - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- ERROR_WHILE_DOWNLOADING - org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException.CacheResourceDownloadedError
- escapeBackticks(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
- ETagRequired - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- ETagRequiredCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix ETagRequired error.
- ETagRequiredCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.ETagRequiredCodeAction
- ETagUnterminated - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- ETagUnterminatedCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix ETagUnterminated error.
- ETagUnterminatedCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.ETagUnterminatedCodeAction
- EUC_KR - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- evictCache() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Remove the cache directory (.lemminx/cache) if it exists and clear the Xerces grammar cache which stores the XSD, DTD grammars.
- evictCache() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
-
Remove the cache directory (.lemminx/cache) if it exists.
- evictCache() - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Remove the cache directory (.lemminx/cache) if it exists.
- evictCacheFor(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Remove the referenced grammar from the given document and clear the Xerces grammar cache which stores the XSD, DTD grammar.
- evictKey(IXMLSettingFeature) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
-
Evicts the set identified by the provided key, from the cache
- evictValue(String) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
-
Evicts the provided value from all cached sets
- ExceptionUtils - Class in org.eclipse.lemminx.utils
-
Exception Utils
- executeClientCommand(ExecuteCommandParams) - Method in interface org.eclipse.lemminx.customservice.XMLLanguageClientAPI
-
Executes the command on the client which gives an opportunity to execute a command registered by a different Language Server
- executeClientCommand(ExecuteCommandParams) - Method in interface org.eclipse.lemminx.services.extensions.commands.IXMLCommandService
-
Executes a command via the client.
- executeClientCommand(ExecuteCommandParams) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- executeCommand(DOMDocument, ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand
- executeCommand(DOMDocument, ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.CheckBoundGrammarCommand
- executeCommand(DOMDocument, ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand
- executeCommand(DOMDocument, ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.XMLValidationFileCommand
- executeCommand(DOMDocument, ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
-
Executes a command
- executeCommand(ExecuteCommandParams) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- executeCommand(ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.CheckFilePatternCommand
- executeCommand(ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.XMLValidationAllFilesCommand
- executeCommand(ExecuteCommandParams, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.commands.AbstractDOMDocumentCommandHandler
- executeCommand(ExecuteCommandParams, SharedSettings, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.commands.IXMLCommandService.IDelegateCommandHandler
-
Executes a command
- existsInCache(IXMLSettingFeature, String) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
-
Returns true if
valueexists in the cache set identified bykeyand false otherwise - existsInCache(IXMLSettingFeature, Set<String>) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
-
Returns true if
valuesis equal to the cache set identified bykeyand false otherwise - exit() - Method in class org.eclipse.lemminx.XMLLanguageServer
- exit(int) - Method in interface org.eclipse.lemminx.commons.ParentProcessWatcher.ProcessLanguageServer
- exit(int) - Method in class org.eclipse.lemminx.XMLLanguageServer
- expand - org.eclipse.lemminx.settings.XMLFormattingOptions.EmptyElements
- expandSystemId(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Expand system Id
- expandSystemId(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
- expected_pattern - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- ExtendedClientCapabilities - Class in org.eclipse.lemminx.client
-
Extended client capabilities not defined by the LSP.
- ExtendedClientCapabilities() - Constructor for class org.eclipse.lemminx.client.ExtendedClientCapabilities
- ExtendedCodeLensCapabilities - Class in org.eclipse.lemminx.client
-
Extended capabilities specific to the `textDocument/codeLens` request.
- ExtendedCodeLensCapabilities() - Constructor for class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- ExtendedCodeLensCapabilities(Boolean) - Constructor for class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- ExtendedCodeLensCapabilities(CodeLensKindCapabilities) - Constructor for class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- ExtendedCodeLensCapabilities(CodeLensKindCapabilities, Boolean) - Constructor for class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- EXTERNAL - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
- externalEntityDecl(String, XMLResourceIdentifier, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- ExternalIDorPublicIDRequired - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- ExternalRelaxNGValidator - Class in org.eclipse.lemminx.extensions.relaxng.xml.validator
-
RelaxNG external validator.
- ExternalRelaxNGValidator() - Constructor for class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- ExternalResourceErrorCode - Enum in org.eclipse.lemminx.extensions.contentmodel.participants
-
External resource error code when referenced XSD, DTD (with DOCTYPE, xsi:schemaLocation) is downloaded.
- ExternalXMLDTDValidator - Class in org.eclipse.lemminx.extensions.xerces
-
Xerces uses
XMLDTDValidatorwhich gets the DOCTYPE dtd file from the declared DOCTYPE. - ExternalXMLDTDValidator() - Constructor for class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- extractPrefixFromXmlns() - Method in class org.eclipse.lemminx.dom.DOMAttr
F
- FallbackChild - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- FallbackParent - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- FALSE - Static variable in class org.eclipse.lemminx.utils.StringUtils
- fatalError(String, String, XMLParseException) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorHandler
- FaultTolerantTypeAdapterFactory - Class in org.eclipse.lemminx.settings
-
Creates TypeAdapters that are wrapped in a try/catch statement, so if anything goes wrong when deserializing an object, it is set to null and not parsed.
- FaultTolerantTypeAdapterFactory() - Constructor for class org.eclipse.lemminx.settings.FaultTolerantTypeAdapterFactory
- File - org.eclipse.lemminx.commons.config.ConfigurationItemValueKind
- FILE_SCHEME - Static variable in class org.eclipse.lemminx.utils.FilesUtils
- FileContentGeneratorManager - Class in org.eclipse.lemminx.extensions.generators
-
Generic file generator.
- FileContentGeneratorManager(IXMLFullFormatter) - Constructor for class org.eclipse.lemminx.extensions.generators.FileContentGeneratorManager
- FileContentGeneratorPlugin - Class in org.eclipse.lemminx.extensions.generators
-
Plugin to register the
FileContentGeneratorManagerin the component registry. - FileContentGeneratorPlugin() - Constructor for class org.eclipse.lemminx.extensions.generators.FileContentGeneratorPlugin
- FileContentGeneratorSettings - Class in org.eclipse.lemminx.extensions.generators
-
Base class for generator settings.
- FileContentGeneratorSettings() - Constructor for class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
- FilePathCompletionParticipant - Class in org.eclipse.lemminx.extensions.filepath.participants
-
Extension to support completion for file, folder path in: attribute value:
- FilePathCompletionParticipant(FilePathPlugin) - Constructor for class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionParticipant
- FilePathCompletionResult - Class in org.eclipse.lemminx.extensions.filepath.participants
-
File path completion result information.
- FilePathCompletionResult(int, int, Path) - Constructor for class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionResult
- FilePathExpression - Class in org.eclipse.lemminx.extensions.filepath.settings
-
File path expression
{ "xpath": "@paths", "separator": " " } - FilePathExpression() - Constructor for class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- FilePathExpression(String) - Constructor for class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- FilePathMapping - Class in org.eclipse.lemminx.extensions.filepath.settings
-
File path mapping which stores list of
FilePathExpressionapplied for a given input file pattern. - FilePathMapping() - Constructor for class org.eclipse.lemminx.extensions.filepath.settings.FilePathMapping
- FilePathPlugin - Class in org.eclipse.lemminx.extensions.filepath
-
File Path support plugin.
- FilePathPlugin() - Constructor for class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
- FilePathSupport - Class in org.eclipse.lemminx.extensions.filepath.settings
-
File path support settings.
- FilePathSupport() - Constructor for class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupport
- FilePathSupportSettings - Class in org.eclipse.lemminx.extensions.filepath.settings
-
File paths settings:
"xml.filePathSupport.mappings": [ // File paths applied for text node items.xml files { "pattern": "*.xml", "expressions": [ { "xpath": "path/text()" }, { "xpath": "item/@path" }, { "xpath": "item/@paths", "separator": " " } ] } ] - FilePathSupportSettings() - Constructor for class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupportSettings
- FilesChangedTracker - Class in org.eclipse.lemminx.extensions.contentmodel.model
-
File changed tracker.
- FilesChangedTracker() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.model.FilesChangedTracker
- FilesUtils - Class in org.eclipse.lemminx.utils
-
Files utilities.
- fillReferencedGrammarDiagnostic(XMLLocator, String, Object[], String, DiagnosticSeverity, boolean, URIResolverExtensionManager, XMLSyntaxErrorCode, XMLSchemaErrorCode, DTDErrorCode, XSDErrorCode, RelaxNGErrorCode, XIncludeErrorCode, String) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
-
Create a diagnostic root where XSD, DTD which have the error if needed and attach the error as related information if LSP client support it.
- findAttrAt(int) - Method in class org.eclipse.lemminx.dom.DOMNode
- findAttrAt(DOMNode, int) - Static method in class org.eclipse.lemminx.dom.DOMNode
- findCMAttribute(String, String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- findCMAttribute(String, String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns the declared attribute which match the given name and null otherwise.
- findCMAttribute(String, String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- findCMAttribute(String, String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- findCMAttribute(DOMAttr) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
- findCMAttribute(DOMAttr) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns the declared attribute which match the given name and null otherwise.
- findCMDocument(DOMDocument, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- findCMDocument(DOMDocument, String, boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Returns the declared documents which match the given DOM document.
- findCMDocument(DOMElement) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Returns the owner document of the declared element which matches the given XML element and null otherwise.
- findCMDocument(DOMElement, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Returns the owner document of the declared element which matches the given XML element and null otherwise.
- findCMElement(String, String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- findCMElement(String, String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns the declared element which matches the given XML tag name / namespace and null otherwise.
- findCMElement(String, String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- findCMElement(String, String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- findCMElement(DOMElement) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
Returns the declared element which matches the given XML element and null otherwise.
- findCMElement(DOMElement, String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- findCMElement(DOMElement, String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
Returns the declared element which matches the given XML element and null otherwise.
- findCMElement(DOMElement, String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- findCMElement(DOMElement, String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- findDefinition(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
- findDefinition(IDefinitionRequest, List<LocationLink>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.IDefinitionParticipant
-
Find definition.
- findDocumentColors(DOMDocument, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDocumentHighlights(DOMDocument, Position) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDocumentHighlights(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDocumentHighlights(DOMNode, Position, int, List<DocumentHighlight>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDHighlightingParticipant
- findDocumentHighlights(DOMNode, Position, int, List<DocumentHighlight>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesHighlightingParticipant
- findDocumentHighlights(DOMNode, Position, int, List<DocumentHighlight>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGHighlightingParticipant
- findDocumentHighlights(DOMNode, Position, int, List<DocumentHighlight>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDHighlightingParticipant
- findDocumentHighlights(DOMNode, Position, int, List<DocumentHighlight>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.IHighlightingParticipant
- findDocumentLinks(DOMDocument) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.catalog.participants.XMLCatalogDocumentLinkParticipant
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelDocumentLinkParticipant
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDDocumentLinkParticipant
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDocumentLinkParticipant
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.xinclude.XIncludeDocumentLinkParticipant
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDDocumentLinkParticipant
- findDocumentLinks(DOMDocument, List<DocumentLink>) - Method in interface org.eclipse.lemminx.services.extensions.IDocumentLinkParticipant
-
Find document links of the given XML document.
- findDocumentLinks(DOMNode, DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDocumentLinkParticipant
- findDocumentLinks(DOMNode, DOMDocument, List<DocumentLink>) - Method in class org.eclipse.lemminx.extensions.xinclude.XIncludeDocumentLinkParticipant
- findDocumentSymbols(DOMDocument, DocumentSymbolsResult, XMLSymbolFilter, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelSymbolsProviderParticipant
- findDocumentSymbols(DOMDocument, DocumentSymbolsResult, XMLSymbolFilter, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant
-
Fill the given document symbol result with custom document symbol.
- findDocumentSymbols(DOMDocument, XMLSymbolSettings) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDocumentSymbols(DOMDocument, XMLSymbolSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findDTDAttrList(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns the DTD Attribute list for the given element name and empty otherwise.
- findDTDDeclParameterAt(int) - Method in class org.eclipse.lemminx.dom.DOMNode
- findDTDDeclParameterAt(DOMNode, int) - Static method in class org.eclipse.lemminx.dom.DOMNode
- findEndWord(String, int, int, Predicate<Character>) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns the end word offset from the right of the given
offsetto the givenmaxand -1 if no word. - findEndWord(String, int, Predicate<Character>) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns the end word offset from the right of the given
offsetand -1 if no word. - findFilePathExpressions(DOMDocument) - Method in class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
-
Return the list of
FilePathExpressionfor the given document and an empty list otherwise. - findFirstChildElementByTagName(DOMElement, String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
- findLinkedEditingRanges(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
-
Returns the linked editing ranges for the given
xmlDocumentat the givenpositionand null otherwise. - findLinkedEditingRanges(ILinkedEditingRangesRequest, List<Range>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesLinkedEditingRangesParticipant
- findLinkedEditingRanges(ILinkedEditingRangesRequest, List<Range>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.ILinkedEditingRangesParticipant
-
Find linked editing ranges for DOM document and position defined in the given
request. - findNodeAt(int) - Method in class org.eclipse.lemminx.dom.DOMNode
- findNodeBefore(int) - Method in class org.eclipse.lemminx.dom.DOMNode
-
Returns the node before
- findNodeOrAttrAt(DOMDocument, int) - Static method in class org.eclipse.lemminx.dom.DOMNode
- findReference(DOMDocument, Position, ReferenceContext, List<Location>, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.AbstractReferenceParticipant
- findReference(DOMDocument, Position, ReferenceContext, List<Location>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.IReferenceParticipant
- findReferences(DOMDocument, Position, ReferenceContext, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findReferences(DOMNode, Position, int, ReferenceContext, List<Location>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDReferenceParticipant
- findReferences(DOMNode, Position, int, ReferenceContext, List<Location>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesReferenceParticipant
- findReferences(DOMNode, Position, int, ReferenceContext, List<Location>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGReferenceParticipant
- findReferences(DOMNode, Position, int, ReferenceContext, List<Location>, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDReferenceParticipant
- findReferences(DOMNode, Position, int, ReferenceContext, List<Location>, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.AbstractReferenceParticipant
-
Find the references
- findRelatedInformation(int, String, DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.AggregateRelatedInfoFinder
- findRelatedInformation(int, String, DOMDocument) - Method in interface org.eclipse.lemminx.extensions.contentmodel.participants.IRelatedInfoFinder
-
Returns a list of related information
- findRelatedInformation(int, String, DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxRelatedInfoFinder
- findSchemaLocationAttrByURI(DOMDocument, String) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
-
Returns the xsd:import/@schemaLocation or xsd:include/@schemaLocation declared in the given
documentby the givengrammarURIand null otherwise. - findSearchNodes(DOMNode, String, boolean, SearchNode.Direction) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchNodeFactory
-
Returns all search node of the given DOM
node. - findStartWord(String, int, int, Predicate<Character>) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns the start word offset from the left of the given
offsetto the givenminand -1 if no word. - findStartWord(String, int, Predicate<Character>) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns the start word offset from the left of the given
offsetand -1 if no word. - findSuffixPosition(String) - Method in interface org.eclipse.lemminx.commons.snippets.ISuffixPositionProvider
-
Returns the suffix position provider of the given
sufixand null otherwise. - findSymbolInformations(DOMDocument, SymbolInformationResult, XMLSymbolFilter, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelSymbolsProviderParticipant
- findSymbolInformations(DOMDocument, SymbolInformationResult, XMLSymbolFilter, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant
-
Fill the given symbol information result with custom symbol informations.
- findSymbolInformations(DOMDocument, XMLSymbolSettings) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findSymbolInformations(DOMDocument, XMLSymbolSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findTextAt(int) - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns the DOM text node from the given
offsetand null otherwise. - findTextAt(DOMNode, int) - Static method in class org.eclipse.lemminx.dom.DOMNode
- findTypeDefinition(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- findTypeDefinition(ITypeDefinitionRequest, List<LocationLink>, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.AbstractTypeDefinitionParticipant
- findTypeDefinition(ITypeDefinitionRequest, List<LocationLink>, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.ITypeDefinitionParticipant
-
Find type definition.
- findTypeLocation(DOMNode) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- findTypeLocation(DOMNode) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
Returns the location of the type definition of the given node.
- findTypeLocation(DOMNode) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- findTypeLocation(DOMNode) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- FixMissingSpaceCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Adds a space at the end of the diagnostic range
- FixMissingSpaceCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.FixMissingSpaceCodeAction
- flush() - Method in class org.eclipse.lemminx.logs.LSPClientLogHandler
- FOLDING_RANGE_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- foldingRange(FoldingRangeRequestParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- forceDownloadExternalResource(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Force the given
urlto download. - forceDownloadExternalResource(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
-
Force the given
urlto download. - forceDownloadExternalResource(String) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Force the given
urlto download. - format() - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
-
Returns a List containing multiple TextEdit, containing the newly formatted changes of an XML document.
- format() - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocumentOld
-
Returns a List containing a single TextEdit, containing the newly formatted changes of this.textDocument
- format(DOMDocument, int, int) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- format(DOMDocument, Range, SharedSettings) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- format(DOMNode, XMLFormattingConstraints, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- formatAttribute(DOMAttr, int, boolean, boolean, boolean, XMLFormattingConstraints, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMAttributeFormatter
- formatAttributeValue(String, String, Character, DOMAttr, XMLBuilder) - Method in class org.eclipse.lemminx.extensions.xsi.participants.XSIFormatterParticipant
- formatAttributeValue(String, String, Character, DOMAttr, XMLBuilder) - Method in interface org.eclipse.lemminx.services.extensions.format.IFormatterParticipant
-
Format the given attribute value.
- formatAttributeValue(DOMAttr, XMLFormatterDocument, XMLFormattingConstraints, XMLFormattingOptions, List<TextEdit>) - Method in class org.eclipse.lemminx.extensions.xsi.participants.XSIFormatterParticipant
- formatAttributeValue(DOMAttr, XMLFormatterDocument, XMLFormattingConstraints, XMLFormattingOptions, List<TextEdit>) - Method in interface org.eclipse.lemminx.services.extensions.format.IFormatterParticipant
-
Format the given attribute value.
- formatAttributeValue(DOMAttr, XMLFormattingConstraints, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- formatCDATASection(DOMCDATASection, XMLFormattingConstraints, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMCDATAFormatter
- formatChildren(DOMNode, XMLFormattingConstraints, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- formatComment(DOMComment, XMLFormattingConstraints, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMCommentFormatter
- formatDocType(DOMDocumentType, XMLFormattingConstraints, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMDocTypeFormatter
- formatElement(DOMElement, XMLFormattingConstraints, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMElementFormatter
- FormatElementCategory - Enum in org.eclipse.lemminx.services.format
-
Format element catagory.
- formatFull(String, String, SharedSettings, CancelChecker) - Method in interface org.eclipse.lemminx.services.IXMLFullFormatter
-
Format the given text document by the shared settings.
- formatFull(String, String, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- formatMessage(Locale, String, Object[]) - Method in class org.eclipse.lemminx.extensions.xerces.LSPMessageFormatter
-
Formats a message with the specified arguments using the given locale information.
- formatMessage(Locale, String, Object[]) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.msg.XMLModelMessageFormatter
-
Formats a message with the specified arguments using the given locale information.
- formatProcessingInstruction(DOMProcessingInstruction, XMLFormattingConstraints, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMProcessingInstructionFormatter
- formatRecord(LogRecord, Locale) - Static method in class org.eclipse.lemminx.logs.LSPClientLogHandler
- formatText(DOMText, XMLFormattingConstraints, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.DOMTextFormatter
- formatting(DocumentFormattingParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- FORMATTING_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- FORMATTING_ON_TYPE_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- FORMATTING_RANGE_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- FROM - org.eclipse.lemminx.extensions.references.search.SearchNode.Direction
- FROM_2_TO - org.eclipse.lemminx.extensions.references.search.SearchQuery.QueryDirection
G
- GB2312 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- generate(Collection<CMAttributeDeclaration>, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
- generate(CMElementDeclaration, String, boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns the XML generated from the given element declaration.
- generate(CMElementDeclaration, String, boolean, boolean, int, boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns the XML generated from the given element declaration given option to generate only children and only required elements.
- generate(Grammar, DTDGeneratorSettings, XMLBuilder, CancelChecker) - Method in class org.eclipse.lemminx.extensions.generators.xml2dtd.XML2DTDGenerator
- generate(Grammar, RelaxNGGeneratorSettings, XMLBuilder, CancelChecker) - Method in class org.eclipse.lemminx.extensions.generators.xml2relaxng.XML2RelaxNGGenerator
- generate(Grammar, XMLSchemaGeneratorSettings, XMLBuilder, CancelChecker) - Method in class org.eclipse.lemminx.extensions.generators.xml2xsd.XML2XMLSchemaGenerator
- generate(Grammar, T, XMLBuilder, CancelChecker) - Method in class org.eclipse.lemminx.extensions.generators.AbstractXML2GrammarGenerator
-
Generate the grammar content from the given grammar information into the given builder.
- generate(Document, SharedSettings, T, IXMLFullFormatter, CancelChecker) - Method in class org.eclipse.lemminx.extensions.generators.AbstractXML2GrammarGenerator
- generate(Source, SharedSettings, Settings, IXMLFullFormatter, CancelChecker) - Method in interface org.eclipse.lemminx.extensions.generators.IFileContentGenerator
-
Generates a file content (ex : XSD, DTD) from the given document source
document(ex: XML) by using the given settingsgeneratorSettings. - generate(Source, SharedSettings, Settings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorManager
-
Generates a file content (ex : XSD, DTD) from the given document source
document(ex: XML) by using the given settingsgeneratorSettings. - generateAttributeValue(String, Collection<String>, boolean, int, boolean, SharedSettings) - Static method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Creates the string value for a CompletionItem TextEdit Can create an enumerated TextEdit if given a collection of values.
- GenerateDocTypeCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Code action resolver participant used to: generate the DTD file for the given DOM document generate the association DOCTYPE in the XML to bind it with the generated DTD
- GenerateDocTypeCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateDocTypeCodeActionResolver
- generateDocumentation() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.completion.ContentModelElementCompletionItem
- generateDocumentation() - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
-
Returns the completion item documentation and null otherwise.
- generateDocumentation() - Method in class org.eclipse.lemminx.services.extensions.completion.DOMElementCompletionItem
- generateDocumentation(String, String, boolean) - Static method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
Returns a properly formatted documentation string with source.
- GenerateDTDCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
Code action resolver participant to generate the missing DTD which is declared in the XML as association via DOCTYPE or xml-model.
- GenerateDTDCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.GenerateDTDCodeActionResolver
- generateFullElementContent(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.completion.ContentModelElementCompletionItem
- generateFullElementContent(boolean) - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
-
Returns the full element content (ex :
). - generateFullElementContent(boolean) - Method in class org.eclipse.lemminx.services.extensions.completion.DOMElementCompletionItem
- generateMissingElements(ContentModelManager, DOMElement, boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
- GenerateRelaxNGSchemaCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Code action resolver participant used to: generate the RelaxNG file for the given DOM document generate the association relaxng in the XML to bind it with the generated RelaxNG schema
- GenerateRelaxNGSchemaCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateRelaxNGSchemaCodeActionResolver
- GenerateXMLModelWithDTDCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Code action resolver participant used to: generate the DTD file for the given DOM document generate the association xml-model in the XML to bind it with the generated DTD
- GenerateXMLModelWithDTDCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithDTDCodeActionResolver
- GenerateXMLModelWithXSDCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Code action resolver participant used to: generate the XSD file for the given DOM document generate the association xml-model in the XML to bind it with the generated XSD
- GenerateXMLModelWithXSDCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithXSDCodeActionResolver
- GenerateXSDCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
Code action resolver participant to generate the missing XSD which is declared in the XML as association via xsi:noNamespaceSchemaLocation or xml-model.
- GenerateXSDCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.GenerateXSDCodeActionResolver
- GenerateXSINoNamespaceSchemaCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Code action resolver participant used to: generate the XSD file for the given DOM document generate the association xsi:noNamespaceSchemaLocation in the XML to bind it with the generated XSD
- GenerateXSINoNamespaceSchemaCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXSINoNamespaceSchemaCodeActionResolver
- get(String) - Method in class org.eclipse.lemminx.commons.TextDocuments
-
Returns the document for the given URI.
- get(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
- get(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.references.participants.XMLReferencesErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- get(String) - Static method in enum org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- get(TextDocumentIdentifier) - Method in class org.eclipse.lemminx.commons.TextDocuments
- getAllDocuments() - Method in interface org.eclipse.lemminx.services.IXMLDocumentProvider
-
All known documents XML server is working with at the moment
- getAllDocuments() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getAllPrefixes() - Method in class org.eclipse.lemminx.dom.DOMElement
- getAllXMLSettings(Object) - Static method in class org.eclipse.lemminx.settings.AllXMLSettings
- getArch() - Method in class org.eclipse.lemminx.utils.platform.OS
-
Returns the OS arch.
- getArgAt(List<Object>, int) - Static method in class org.eclipse.lemminx.services.extensions.commands.ArgumentsUtils
-
Returns the object from the given index and null otherwise.
- getArgAt(ExecuteCommandParams, int, Class<T>) - Static method in class org.eclipse.lemminx.services.extensions.commands.ArgumentsUtils
-
Returns the object from the given index as a given class type and null otherwise.
- getAttr() - Method in class org.eclipse.lemminx.dom.NoNamespaceSchemaLocation
- getAttr() - Method in class org.eclipse.lemminx.dom.SchemaLocation
- getAttribute(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- getAttribute(String) - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
-
Returns the attribute information for the given name and create it if not found.
- getAttributeAtIndex(int) - Method in class org.eclipse.lemminx.dom.DOMNode
-
Returns the attribute at the given index, the order is how the attributes appear in the document.
- getAttributeName() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
-
Returns the attribute name
- getAttributeNameDocumentation(ISharedSettingsRequest) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getAttributeNameDocumentation(ISharedSettingsRequest) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
-
Returns formatted documentation of the declared attribute according to settings defined in
request - getAttributeNameDocumentation(ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getAttributeNameDocumentation(ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getAttributeNode(String) - Method in class org.eclipse.lemminx.dom.DOMElement
- getAttributeNode(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- getAttributeNode(String, String) - Method in class org.eclipse.lemminx.dom.DOMNode
-
Returns the attribute that matches the given name.
- getAttributeNodeNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMElement
- getAttributeNodes() - Method in class org.eclipse.lemminx.dom.DOMNode
- getAttributeNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMElement
- getAttributes() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclarationCollector
- getAttributes() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getAttributes() - Method in class org.eclipse.lemminx.dom.DOMNode
- getAttributes() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns the attributes of this declared element.
- getAttributes() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getAttributes() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
- getAttributes() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getAttributeType() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- getAttributeValue() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- getAttributeValueDocumentation(String, ISharedSettingsRequest) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getAttributeValueDocumentation(String, ISharedSettingsRequest) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
-
Returns formatted documentation about
value, according to settings defined inrequest - getAttributeValueDocumentation(String, ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getAttributeValueDocumentation(String, ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getAttrName() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
-
Returns the attribute name to match.
- getAttrValue() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
-
Returns the attribute value to match.
- getAvailableLineWidth() - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- getBaseDir() - Method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionResult
-
Returns the resolved base directory of the declared path.
- getBaseURI() - Method in class org.eclipse.lemminx.dom.DOMNode
- getBaseURI() - Method in class org.eclipse.lemminx.extensions.catalog.CatalogEntry
-
Returns the base URI for this catalog entry
- getBindingKind() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
-
Returns the binding kind and null otherwise.
- getBindingKindAndResolvedBy(ReferencedGrammarInfo) - Static method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
-
Returns the binding kind and resolved by label.
- getBindingType(DOMAttr) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
-
Returns the binding type of the origin attribute (ex : ref/@name) which bounds an another target attribute (ex : define/@name).
- getBindingType(DOMAttr) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
-
Returns the binding type of the origin attribute which bounds an another target attribute.
- getBody() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getBranch() - Method in class org.eclipse.lemminx.utils.platform.Version
-
Returns the git branch.
- getCachedResolvedUri() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.GrammarCacheInfo
-
Returns the file path cache.
- getCachedResource(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
-
Returns the cached resource path from the given url and null otherwise.
- getCacheError() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.GrammarCacheInfo
-
Returns the error while downloading and null otherwise.
- getCachePathSetting() - Static method in class org.eclipse.lemminx.utils.FilesUtils
- getCancelChecker() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getCapabilities() - Method in class org.eclipse.lemminx.settings.XMLCodeActionSettings
- getCapabilities() - Method in class org.eclipse.lemminx.settings.XMLFoldingSettings
- getCapabilities() - Method in class org.eclipse.lemminx.settings.XMLHoverSettings
- getCapabilityManager() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getCardinalities() - Method in class org.eclipse.lemminx.extensions.generators.ChildrenProperties
-
Returns map which stores cardinality per tag.
- getCatalogEntries(DOMDocument) - Static method in class org.eclipse.lemminx.extensions.catalog.CatalogUtils
-
Returns a list of all the catalog entries in the given document, or an empty list if the document is not a catalog.
- getCatalogEntryCatalog(DOMElement) - Static method in class org.eclipse.lemminx.extensions.catalog.CatalogUtils
-
Returns the catalog attribute node of the given catalog entry or null if there is no catalog attribute
- getCatalogEntryURI(DOMElement) - Static method in class org.eclipse.lemminx.extensions.catalog.CatalogUtils
-
Returns the uri attribute node of the given catalog entry or null if there is no uri attribute
- getCatalogs() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Get XML catalogs.
- getCatalogs() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
-
Returns the list of the XML catalogs file path.
- getCatalogs() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
-
Get the XML catalogs.
- getCategory() - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- getChild(int) - Method in class org.eclipse.lemminx.dom.DOMNode
-
Returns node child at the given index.
- getChildNodes() - Method in class org.eclipse.lemminx.dom.DOMNode
- getChildren() - Method in class org.eclipse.lemminx.dom.DOMNode
-
Returns the node children.
- getChildrenProperties() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
- getChildrenWithAttributeValue(String, String) - Method in class org.eclipse.lemminx.dom.DOMNode
-
Returns a list of children, each having an attribute called name, with a value of value
- getClientCapabilities() - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- getClientHandler(LanguageClient) - Static method in class org.eclipse.lemminx.logs.LogHelper
- getClosingBracketNewLine() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
-
Returns the value of closingBracketNewLine or false if it was set to null A setting for enabling the XML formatter to move the closing bracket of a tag with at least 2 attributes to a new line.
- getCMDocument() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getCmSettings() - Method in class org.eclipse.lemminx.settings.ClientSettingsManager
- getCode() - Method in enum org.eclipse.lemminx.extensions.catalog.XMLCatalogErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.references.participants.XMLReferencesErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- getCode() - Method in enum org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- getCode() - Method in interface org.eclipse.lemminx.services.extensions.diagnostics.IXMLErrorCode
-
Returns the XML error code.
- getCode(String, String, Object[], Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- getCode(String, String, Object[], Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- getCodeActionSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getCodeActionsParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getCodeLens() - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
- getCodeLens() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
-
Returns the code lens settings.
- getCodeLens(DOMDocument, XMLCodeLensSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- getCodeLensKind() - Method in class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
-
Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens` request.
- getCodeLensParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getCodeLensSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getColorPresentations(DOMDocument, ColorPresentationParams, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- getColors() - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColorsSettings
- getColorsSettings() - Method in class org.eclipse.lemminx.extensions.colors.XMLColorsPlugin
- getColorValue(String) - Static method in class org.eclipse.lemminx.extensions.colors.utils.ColorUtils
-
Returns the
Colorinstance value from the giventextand null otherwise. - getCommands() - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- getCommandService() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Returns the LS command service
- getCommitMessage() - Method in class org.eclipse.lemminx.utils.platform.Version
-
Returns the first line of the git commit message.
- getCompletion() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
-
Returns the completion settings
- getCompletionCapabilities() - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
- getCompletionItems(Range, String, boolean, boolean, BiPredicate<ISnippetContext<?>, Map<String, String>>, ISuffixPositionProvider) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Returns the snippet completion items according to the context filter.
- getCompletionOffset() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns the completion offset coming from the completion item data and null otherwise.
- getCompletionOffset() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getCompletionParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getCompletionSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getComponent(Class) - Method in interface org.eclipse.lemminx.services.extensions.IComponentProvider
-
Returns the component class instance from the given class and null otherwise.
- getComponent(Class) - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
- getComponent(Class) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getComponent(Class) - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getContent() - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- getContentModelManager() - Method in class org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- getContentModelManager() - Method in class org.eclipse.lemminx.extensions.relaxng.RelaxNGPlugin
- getContentModelManager() - Method in class org.eclipse.lemminx.extensions.xinclude.XIncludePlugin
- getContentModelManager() - Method in class org.eclipse.lemminx.extensions.xsd.XSDPlugin
- getContentModelSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- getContentModelXMLSettings(Object) - Static method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- getContext() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getCurrentAttribute() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
- getCurrentAttributeName() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
- getCurrentLineIndent(XMLBuilder, boolean, int) - Method in class org.eclipse.lemminx.extensions.xsi.participants.XSIFormatterParticipant
- getCurrentTag() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
- getData() - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- getData() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getData() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- getDataProperty(String) - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolverRequest
-
Returns the data property value of the given
fieldNameand null otherwise. - getDataProperty(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns the value of a field from the supplementary data attached to the request as a string.
- getDataProperty(String) - Method in class org.eclipse.lemminx.services.ResolveCodeActionRequest
- getDataProperty(String) - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getDataPropertyAsBoolean(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns the value of a field from the supplementary data attached to the request as an boolean, or null if the field is not an boolean.
- getDataPropertyAsBoolean(String) - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getDataPropertyAsInt(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns the value of a field from the supplementary data attached to the request as an integer, or null if the field is not an integer.
- getDataPropertyAsInt(String) - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getDataType() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
-
Returns the attribute data type.
- getDataType(String) - Static method in class org.eclipse.lemminx.extensions.xsd.DataType
- getDataTypes() - Static method in class org.eclipse.lemminx.extensions.xsd.DataType
- getDeclType() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getDefaultInstance() - Static method in class org.eclipse.lemminx.utils.LevenshteinDistance
-
Gets the default instance.
- getDefaultNamespace() - Method in class org.eclipse.lemminx.extensions.generators.Grammar
-
Returns the default namespace and null otherwise.
- getDefaultString(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Given a string will give back a non null string that is either the given string, or an empty string.
- getDefaultValue() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getDefaultValue() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
-
Returns the default value of the declared attribute and null otherwise.
- getDefaultValue() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getDefaultValue() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getDefinitionParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getDelimiter() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getDelimiterOffset() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getDeployedPath() - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager.ResourceToDeploy
- getDeployedPath(Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Returns the deployed path from the given
path. - getDescription() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getDiagnostic() - Method in class org.eclipse.lemminx.services.CodeActionRequest
- getDiagnostic() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionRequest
-
Returns the diagnostic.
- getDiagnosticsParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getDirection() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getDirection(DOMNode, XMLReferenceExpression, SearchQuery.QueryDirection) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
-
Returns the direction of the given node according the given expression and query direction.
- getDoctype() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getDocument() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.IBaseCodeActionRequest
-
Returns the DOM document.
- getDocument() - Method in interface org.eclipse.lemminx.services.extensions.codelens.ICodeLensRequest
-
Returns the DOM document.
- getDocument() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns the DOM document.
- getDocument() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getDocument(String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- getDocument(String) - Method in interface org.eclipse.lemminx.services.IXMLDocumentProvider
-
Returns the
DOMDocumentinstance from the givenuriand null otherwise. - getDocument(String) - Method in class org.eclipse.lemminx.XMLLanguageServer
- getDocument(String) - Method in class org.eclipse.lemminx.XMLTextDocumentService
-
Returns the text document from the given uri.
- getDocument(String) - Method in class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- getDocumentation() - Method in class org.eclipse.lemminx.extensions.xsd.DataType
- getDocumentation(String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getDocumentation(String, String, String, String, String, EntitiesDocumentationUtils.EntityOriginType, boolean) - Static method in class org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils
-
Returns the entity documentation.
- getDocumentation(String, String, EntitiesDocumentationUtils.EntityOriginType, boolean) - Static method in class org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils
- getDocumentation(DOMAttr) - Static method in class org.eclipse.lemminx.extensions.xsd.DataType
- getDocumentation(DTDEntityDecl, EntitiesDocumentationUtils.EntityOriginType, boolean) - Static method in class org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils
- getDocumentation(ISharedSettingsRequest) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getDocumentation(ISharedSettingsRequest) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns formatted documentation of the declared element, according to settings defined in
request. - getDocumentation(ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getDocumentation(ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getDocumentation(Locator) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- getDocumentation(Locator, String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- getDocumentColorParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getDocumentElement() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getDocumentHandler() - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- getDocumentHandler() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- getDocumentLifecycleParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Return the registered document lifecycle participants.
- getDocumentLinkParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getDocumentProvider() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Returns the XML Document provider and null otherwise.
- getDocumentSource() - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- getDocumentSource() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- getDocumentURI() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getDocumentURI() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getDocumentURI() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns the owner document URI where the element is declared.
- getDocumentURI() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getDocumentURI() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getDomConfig() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getDOMDocument() - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
-
Returns the DOM document which is validating.
- getDOMElement() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getDownloadExternalResources() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- getElement(String) - Method in class org.eclipse.lemminx.extensions.generators.ContainerDeclaration
-
Returns the element information for the given name and create it if not found.
- getElementById(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- getElementDeclMissingContentOrCategory(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- getElementName() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
-
Returns the element name
- getElementNameRangeAt(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns the element name on the left of the given position and null otherwise.
- getElements() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- getElements() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getElements() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclarationCollector
- getElements() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
Returns the elements declaration of the model document root.
- getElements() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns the children declared element of this declared element.
- getElements() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- getElements() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getElements() - Method in class org.eclipse.lemminx.extensions.generators.ContainerDeclaration
-
Returns the elements information of the node.
- getElements() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- getElements() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getElementsByTagName(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- getElementsByTagName(String) - Method in class org.eclipse.lemminx.dom.DOMElement
- getElementsByTagNameNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- getElementsByTagNameNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMElement
- getEmptyElements() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- getEnabled() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLNamespacesSettings
- getEnabled() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSchemaSettings
- getEnd() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getEnd() - Method in class org.eclipse.lemminx.dom.DOMNode
- getEnd() - Method in interface org.eclipse.lemminx.dom.DOMRange
-
Returns the end offset of the node.
- getEnd() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getEnd() - Method in class org.eclipse.lemminx.dom.SchemaLocationHint
-
Returns the offset from the beginning of the document where this location hint ends
- getEnd() - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithResponse
- getEnd() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getEndContent() - Method in class org.eclipse.lemminx.dom.DOMCDATASection
- getEndContent() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getEndContent() - Method in class org.eclipse.lemminx.dom.DOMComment
- getEndContent() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- getEndElementTag() - Method in class org.eclipse.lemminx.dom.DTDElementDecl
-
Returns the offset of the end of tag
- getEndOffset() - Method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionResult
Returns the end offset of the last path declared (ex :- getEndTagCloseOffset() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the end tag close offset andDOMNode.NULL_VALUEif it doesn't exist.- getEndTagOpenOffset() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the end tag open offset andDOMNode.NULL_VALUEif it doesn't exist.- getEndTagStart() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
Returns the end tag start offset andDOMNode.NULL_VALUEif it doesn't exist.- getEnforceQuoteStyle() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- getEntities() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getEntities() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
Returns list of declared entities.- getEntities() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- getEntityReferenceEndOffset(String, int) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the end offset of the entity reference (ex : &am|p;) from the right of the given offset and -1 if no entity reference.- getEntityReferenceStartOffset(String, int) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the start offset of the entity reference (ex : &am|p;) from the left of the given offset and -1 if no entity reference.- getEntryElement() - Method in class org.eclipse.lemminx.extensions.catalog.CatalogEntry
Returns the element that corresponds with this catalog entry- getEnumerationValues() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getEnumerationValues() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getEnumerationValues() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Returns enumeration values of the declared attribute and empty collection otherwise.- getEnumerationValues() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Return the enumeration values.- getEnumerationValues() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getEnumerationValues() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getEnumerationValues() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getEnumerationValues() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getErrorCode() - Method in exception org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException
- getErrorCode() - Method in exception org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException
- getErrorCode() - Method in exception org.eclipse.lemminx.uriresolver.InvalidURIException
- getExcluded() - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- getExcludedFiles() - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- getExistingModel() - Method in class org.eclipse.lemminx.commons.ModelTextDocument
Returns the existing parsed model synchronized with last version of the text document and null otherwise.- getExistingModel(String) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
Returns the model of the given text document Uri and null otherwise.- getExistingModel(TextDocumentIdentifier) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
Returns the model of the given text document Uri and null otherwise.- getExistingNewLineCount(String, int, String) - Static method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
Return the number of new lines in the whitespaces to the left of the given offset.- getExpression() - Method in class org.eclipse.lemminx.extensions.references.search.ReferenceLink
- getExpressions() - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColors
Returns list of XML color expressions.- getExpressions() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathMapping
Returns list of file path expressions.- getExpressions() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- getExpressions() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferences
Returns list of XML reference expressions.- getExpressions() - Method in class org.eclipse.lemminx.settings.XMLSymbolFilter
Returns the expression list filter.- getExtendedCapabilities() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- getExtendedClientCapabilities() - Method in class org.eclipse.lemminx.settings.capabilities.InitializationOptionsExtendedClientCapabilities
- getExtendedClientCapabilities(InitializeParams) - Static method in class org.eclipse.lemminx.settings.capabilities.InitializationOptionsExtendedClientCapabilities
Returns the "settings" section ofInitializeParams.getInitializationOptions().- getExtensions() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getExternalGrammarFromNamespaceURI() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the grammar location found by the namespace URI from the document root element (ex : found with XML catalog) and null otherwise.- getExternalGrammarLocation() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the external grammar location (XSD, DTD from xml file associations) and null otherwise.- getExternalGrammarLocation(URI) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLFileAssociationResolverExtension
- getExternalGrammarLocation(URI) - Method in interface org.eclipse.lemminx.uriresolver.IExternalGrammarLocationProvider
Provided the file path URI, this will return the external schema location.- getExternalGrammarLocation(URI) - Method in class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
- getExternalSchemaLocation() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
- getFeature(String, String) - Method in class org.eclipse.lemminx.dom.DOMNode
- getFeatureDefault(String) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- getFeatureDefault(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- getFieldValue(Object, String) - Static method in class org.eclipse.lemminx.extensions.xerces.ReflectionUtils
Returns the field value of the given instance and field name.- getFile() - Method in class org.eclipse.lemminx.settings.LogsSettings
Returns the file path of logs and null otherwise.- getFileAssociations() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
Returns file associations list between a file name pattern (glob) and an XML Schema file, DTD (system Id).- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
Returns the grammar settings used to generate the missing grammar file (XSD, DTD).- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractGenerateGrammarCodeActionResolver
Returns the grammar settings used to generate the missing grammar file (XSD, DTD).- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.DTDNotFoundCodeAction
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.GenerateDTDCodeActionResolver
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.GenerateXSDCodeActionResolver
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.schema_reference_4CodeAction
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateDocTypeCodeActionResolver
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateRelaxNGSchemaCodeActionResolver
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithDTDCodeActionResolver
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithXSDCodeActionResolver
- getFileContentGeneratorSettings() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXSINoNamespaceSchemaCodeActionResolver
- getFileExtension() - Method in class org.eclipse.lemminx.extensions.generators.AbstractXML2GrammarGenerator
Returns the grammar file extension (ex : xsd, dtd) to generate.- getFileExtension() - Method in class org.eclipse.lemminx.extensions.generators.xml2dtd.XML2DTDGenerator
- getFileExtension() - Method in class org.eclipse.lemminx.extensions.generators.xml2relaxng.XML2RelaxNGGenerator
- getFileExtension() - Method in class org.eclipse.lemminx.extensions.generators.xml2xsd.XML2XMLSchemaGenerator
- getFileHandler(String) - Static method in class org.eclipse.lemminx.logs.LogHelper
- getFileName(Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
Returns the file name of the given path.- getFilePathMappings() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupportSettings
- getFilePathSlash(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
Returns the slash ("/" or "\") that is used by the given string.- getFilePathsSettings() - Method in class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
- getFilePathsSettings(Object) - Static method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupportSettings
- getFilePathSupport() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupportSettings
- getFilePathSupportParticipants() - Method in class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
- getFilter() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- getFilterFor(String) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- getFilterForInlineAttr(DOMAttr) - Method in class org.eclipse.lemminx.settings.XMLSymbolFilter
Gets the first matched attribute node that is set as an inline attribute for an element.- getFilterForStartTagName(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
- getFilters() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
Returns validation filters to define custom validation rule for a given file pattern and null otherwise.- getFilters() - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- getFirstChild() - Method in class org.eclipse.lemminx.dom.DOMNode
- getFolding() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Returns the folding options- getFoldingRanges(DOMDocument, XMLFoldingSettings) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- getFoldingRanges(DOMDocument, XMLFoldingSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- getFoldingSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getFormat() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Returns the formatting options- getFormatElementCategory() - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- getFormatElementCategory(DOMElement) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- getFormatElementCategory(DOMElement, XMLFormattingConstraints) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
Returns the format element category of the given DOM element.- getFormatElementCategory(DOMElement, XMLFormattingConstraints, Map<String, Collection<CMDocument>>, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelFormatterParticipant
- getFormatElementCategory(DOMElement, XMLFormattingConstraints, Map<String, Collection<CMDocument>>, SharedSettings) - Method in interface org.eclipse.lemminx.services.extensions.format.IFormatterParticipant
Returns the format element category for the given DOM element and null otherwise.- getFormattedDocumentation(boolean) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.XSDDocumentation
Returns formatted documentation that displays contents of the documentation element (if exists) and the appinfo element (if exists).- getFormatterParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getFormattingSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getFree() - Method in class org.eclipse.lemminx.utils.platform.Memory
- getFrom() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- getFroms() - Method in class org.eclipse.lemminx.extensions.references.search.ReferenceLink
- getFrontWhitespaceLength(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
Returns the number of consecutive whitespace characters in front of text- getFuture() - Method in exception org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException
- getFutures() - Method in class org.eclipse.lemminx.services.extensions.diagnostics.DiagnosticsResult
Returns the completable futures used in a diagnostics (ex : completeable future to download external resources XSD, DTD) and an empty list otherwise.- getGeneralXMLSettings() - Method in class org.eclipse.lemminx.settings.ClientSettingsManager
- getGeneralXMLSettings(Object) - Static method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Returns a new instance ofXMLGeneralClientSettingswith contents frominitializationOptionsSettings- getGenerator() - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
Returns the generator to generate the full XML element content and null otherwise.- getGlobalElementDecl(QName) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- getGrammarCacheInfo() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
Returns the grammar cache information and null otherwise.- getGrammarDescription() - Method in class org.eclipse.lemminx.extensions.relaxng.jing.RelaxNGGrammar
- getGrammarDocument() - Method in class org.eclipse.lemminx.extensions.xerces.ReferencedGrammarDiagnosticsInfo
Returns the DOM document of the referenced grammar.- getGrammarPool() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- getGrammarType() - Method in class org.eclipse.lemminx.extensions.relaxng.jing.RelaxNGDescription
- getHierarchiesMap() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- getHighlightingParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getHint() - Method in class org.eclipse.lemminx.dom.SchemaLocationHint
Returns the location hint that this SchemaLocationHint represents- getHoverParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getHoverRange() - Method in interface org.eclipse.lemminx.services.extensions.hover.IHoverRequest
Returns the hover range and null otherwise.- getHoverSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getHref() - Method in class org.eclipse.lemminx.dom.XMLModel
Returns the location of the referenced schema- getHref() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Returns the location of the referenced schema- getHref(DOMElement) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- getHref(DOMElement) - Static method in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- getHrefNode() - Method in class org.eclipse.lemminx.dom.XMLModel
Returns the href range and null otherwise.- getHrefNode(DOMDocument, String) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.XMLModelUtils
Returns the DOM range of the href of the xml-model processing instruction which matches the given hrefLocation.- getHrefOffset() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Returns the start offset where href is declared.- getIdentifier() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
Returns the identifier (xml-model, xsi:schemaLocation, xsi:noNamespaceSchemaLocation, DOCTYPE) and null otherwise.- getIdentifiers(DOMDocument, String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider
Returns the identifiers list from the given document and namespace.- getIdentifiers(DOMDocument, String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDContentModelProvider
- getIdentifiers(DOMDocument, String) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.contentmodel.CMRelaxNGContentModelProvider
- getIdentifiers(DOMDocument, String) - Method in class org.eclipse.lemminx.extensions.xmlmodel.contentmodel.CMXMLModelContentModelProvider
- getIdentifiers(DOMDocument, String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- getIdentifierURI() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
Returns the system or public identifier URI and null otherwise.- getImplementation() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getIndentLevel() - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- getIndex() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getIndexWildcard() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
Returns the wildcard index and -1 if no wildcard is defined.- getInitializationTelemetryInfo() - Static method in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
Returns the init telemetry as a map- getInputEncoding() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getInputEncoding() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getInsertAttrValue(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
- getInsertTextFormat() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
Returns the proper insert text format according the support of snippet.- getInstance() - Static method in class org.eclipse.lemminx.dom.DOMParser
- getInstance() - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.AggregateRelatedInfoFinder
- getInstance() - Static method in class org.eclipse.lemminx.extensions.references.search.SearchEngine
- getInstance() - Static method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyCompactSchemaReader
- getInstance() - Static method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySAXSchemaReader
- getInternalChildren() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- getInternalSubset() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getInternalSubsetNode() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
Returns the declaration parameter that represents the internal subset, or null if there is no internal subset- getInversedDirection(DOMNode, XMLReferenceExpression, SearchQuery.QueryDirection) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
Returns the inversed direction of the given node according the given expression and query direction.- getJavaHome() - Method in class org.eclipse.lemminx.utils.platform.JVM
Returns the value of the JAVA_HOME environment variable Do not include this information in telemetry, as it likely includes the user's name- getJVM() - Static method in class org.eclipse.lemminx.utils.platform.Platform
Returns the JVM information- getKind() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
Returns the document type kind (PUBLIC or SYSTEM)- getKind() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
Returns the entity kind (PUBLIC, SYSTEM) and null otherwise.- getKind() - Method in class org.eclipse.lemminx.dom.DTDNotationDecl
- getKind() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider.Identifier
- getKindNode() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
Returns the node where document type kind (PUBLIC or SYSTEM) is declared- getLabel() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getLabel() - Method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
- getLanguageClient() - Method in class org.eclipse.lemminx.logs.LSPClientLogHandler
- getLanguageClient() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getLanguageId() - Method in interface org.eclipse.lemminx.commons.snippets.ISnippetRegistryLoader
Returns the language id and null otherwise.- getLastChild() - Method in class org.eclipse.lemminx.dom.DOMNode
- getLastDTDDeclParameter(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Will give the range for the last DTD Decl parameter at 'offset'.- getLastNonWhitespaceOffset() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- getLastNonWhitespaceOffset() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getLastValidDTDDeclParameter(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- getLastValidDTDDeclParameter(int, DOMDocument, boolean) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Will give the range for the last VALID DTD Decl parameter at 'offset'.- getLastValidDTDDeclParameterOrUnrecognized(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Will give the range for the last VALID DTD Decl parameter at 'offset'.- getLength() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getLimit() - Method in class org.eclipse.lemminx.services.LimitList
- getLimitExceededWarner() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getLineAtOffset(int) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- getLineBreakOffset(int, int) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- getLineDelimiter() - Method in class org.eclipse.lemminx.dom.LineIndentInfo
- getLineDelimiter() - Method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
Returns the line delimiter.- getLineDelimiter(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns the line delimiter of the specified line.- getLineDelimiter(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getLineIndentInfo() - Method in class org.eclipse.lemminx.services.CodeActionRequest
- getLineIndentInfo() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
Returns the line indent information of the offset where completion was triggered.- getLineIndentInfo(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- getLineInformation(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns a line description of the given line.- getLineInformation(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getLineInformationOfOffset(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns a line description of the line at the given offset.- getLineInformationOfOffset(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getLineLength(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns length of the specified line including the line's delimiter.- getLineLength(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getLineNumberOfOffset(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns the line number the character at the given offset belongs to.- getLineNumberOfOffset(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getLineOffset(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns the position of the first character of the specified line.- getLineOffset(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getLinkedEditingRangesParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getLinkRange() - Method in class org.eclipse.lemminx.extensions.catalog.CatalogCatalogEntry
- getLinkRange() - Method in class org.eclipse.lemminx.extensions.catalog.CatalogEntry
Returns the range in the document where the link to an external document is, or null if this catalog entry does not refer to an external document- getLinkRange() - Method in class org.eclipse.lemminx.extensions.catalog.URICatalogEntry
- getLoader() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDContentModelProvider
- getLocalName() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getLocalName() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getLocalName() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getLocalName() - Method in class org.eclipse.lemminx.dom.DOMElement
- getLocalName() - Method in class org.eclipse.lemminx.dom.DOMNode
- getLocalName() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Returns the declared attribute local name.- getLocalName() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns the declared element local name.- getLocalName() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getLocalName() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getLocalName() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getLocalName() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getLocalName() - Method in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
Returns the element name to match.- getLocation() - Method in class org.eclipse.lemminx.dom.NoNamespaceSchemaLocation
Returns the location declared in the attribute value of "xsi:noNamespaceSchemaLocation"- getLocationHint(String) - Method in class org.eclipse.lemminx.dom.SchemaLocation
Returns the location hint, as a string, that is associated with the given namespace URI.- getLogs() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- getMappings() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupport
- getMatchingTagPosition(DOMDocument, Position) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- getMatchingTagPosition(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- getMax() - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- getMax() - Method in class org.eclipse.lemminx.utils.platform.Memory
- getMaxEnumerationValues() - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Returns the maximum number of distinct attribute values to be included in an enumeration.- getMaxIdValues() - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Returns the maximum number of attribute values to be saved while checking for uniqueness.- getMaxItemsComputed() - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- getMaxLineWidth() - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- getMaxLineWidth() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Returns the value of max line width or zero if it was set to a negative value- getMemory() - Method in class org.eclipse.lemminx.utils.platform.JVM
Returns the information on the memory- getMessage() - Method in class org.eclipse.lemminx.customservice.ActionableNotification
The actual message- getMessage(Object...) - Method in enum org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException.CacheResourceDownloadedError
- getMessage(Object...) - Method in enum org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
- getMessage(Object...) - Method in enum org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
- getMessage(String, String, Object[], Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- getMessage(String, String, Object[], Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- getMin() - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- getMinEnumerationInstances() - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Returns the minimum number of appearances of an attribute for it to be considered a candidate for an enumeration type- getMinEnumerationRatio() - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Returns the ratio for an attribute will be regarded as an enumeration attribute only if the number of instances divided by the number of distinct values is >= this ratio- getMinFixed() - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Returns the minimum number of attributes that must appear, with the same value each time, for the value to be regarded as FIXED.- getMinIdValues() - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Returns the minumum number of attribute values that must appear for the attribute to be regarded as an ID value.- getMixedContentIndentLevel() - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- getModel() - Method in class org.eclipse.lemminx.commons.ModelTextDocument
Returns the parsed model synchronized with last version of the text document.- getModel(String) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
Returns the model of the given text document Uri and null otherwise.- getModel(TextDocumentIdentifier) - Method in class org.eclipse.lemminx.commons.ModelTextDocuments
Returns the model of the given text document Uri and null otherwise.- getModelProviderByURI(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
Returns the model provider by the given uri and null otherwise.- getMultiple() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- getMultiple() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferences
- getName() - Method in interface org.eclipse.lemminx.client.IXMLSettingFeature
Returns a displayable name for this feature- getName() - Method in enum org.eclipse.lemminx.client.LimitFeature
- getName() - Method in enum org.eclipse.lemminx.client.PathFeature
- getName() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getName() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getName() - Method in class org.eclipse.lemminx.extensions.catalog.XMLCatalogURIResolverExtension
- getName() - Method in enum org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand.GrammarBindingType
- getName() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
- getName() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLFileAssociationResolverExtension
- getName() - Method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
- getName() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
Returns the attribute name.- getName() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
Returns the element name.- getName() - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RelaxNGURIResolverExtension
- getName() - Method in class org.eclipse.lemminx.extensions.xsd.DataType
- getName() - Method in class org.eclipse.lemminx.extensions.xsd.XSDURIResolverExtension
- getName() - Method in class org.eclipse.lemminx.extensions.xsl.XSLURIResolverExtension
- getName() - Method in interface org.eclipse.lemminx.uriresolver.URIResolverExtension
- getName() - Method in class org.eclipse.lemminx.utils.platform.JVM
Returns the JVM name- getName() - Method in class org.eclipse.lemminx.utils.platform.OS
Returns the OS name.- getName() - Method in class org.eclipse.lemminx.utils.XMLPositionUtility.EntityReferenceRange
- getName(String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Returns the declared attribute name with the given prefix.- getName(String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns the declared element name with the given prefix.- getName(Map<String, String>) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Returns the declared attribute name with the proper prefix mapped with the attribute namespace and the local name otherwise.- getNameParameter() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getNamespace() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getNamespace() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getNamespace() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Returns the target namespace and null otherwise.- getNamespace() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns the target namespace and null otherwise.- getNamespace() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getNamespace() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getNamespace() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getNamespace() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getNamespaces() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Returns the XML Namespaces validation settings.- getNamespaceURI() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNamespaceURI() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getNamespaceURI() - Method in class org.eclipse.lemminx.dom.DOMElement
- getNamespaceURI() - Method in class org.eclipse.lemminx.dom.DOMNode
- getNamespaceURI(String) - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the namespace URI for the given prefix and null otherwise.- getNbWildCard() - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
Returns the number of wilcard used in the XPath expression and -1 if there is no wildcard.- getNewText() - Method in interface org.eclipse.lemminx.services.extensions.rename.IRenameRequest
- getNextSibling() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNextSibling() - Method in class org.eclipse.lemminx.dom.DOMNode
- getNode() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getNode() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- getNode() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
Returns the node where completion was triggered.- getNodeAttrName() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNodeAttrValue() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMComment
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMElement
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- getNodeName() - Method in class org.eclipse.lemminx.dom.DOMText
- getNodeName() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- getNodeName() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getNodeName() - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- getNodeSelectorType() - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
Returns the type (element, attribute, text) of the node to select.- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMCDATASection
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMComment
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMElement
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- getNodeType() - Method in class org.eclipse.lemminx.dom.DOMText
- getNodeType() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- getNodeType() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getNodeType() - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- getNodeType() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getNodeType() - Method in class org.eclipse.lemminx.dom.DTDNotationDecl
- getNodeValue() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getNodeValue() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getNodeValue() - Method in class org.eclipse.lemminx.dom.DOMNode
- getNoGrammar() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- getNoGrammarSeverity(XMLValidationSettings) - Static method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Returns thenoGrammarseverity according the given settings andDiagnosticSeverity.Hintotherwise.- getNoNamespaceSchemaLocation() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the declared "xsi:noNamespaceSchemaLocation" and null otherwise.- getNonDynamicServerCapabilities(ClientCapabilitiesWrapper, boolean) - Static method in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesInitializer
Returns all server capabilities (with default values) that aren't dynamic.- getNormalizedData() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getNormalizedLength(int, int) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- getNormalizedWorkDir() - Method in class org.eclipse.lemminx.settings.ServerSettings
Returns a normalized workDir that was defined in the client preferences.- getNotationName() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getNotations() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getNotificationService() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Returns the notification service- getNumberOfLines() - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns the number of lines.- getNumberOfLines() - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getNumberOfLines(int, int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Returns the number of lines which are occupied by a given text range.- getNumberOfLines(int, int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getNumberOfNewLines(String, boolean, String, int) - Static method in class org.eclipse.lemminx.utils.StringUtils
Given a string that is only whitespace, this will return the amount of newline characters.- getOccurrences() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
Returns the occurrences of DOM attribute.- getOccurrences() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
Returns the occurrences of DOM element.- getOffset() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
Returns the offset where completion was triggered.- getOffsetAfterScheme(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
- getOffsetAfterStartTag() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the offset after the start tag name.- getOffsetAfterWhitespace(String, int) - Static method in class org.eclipse.lemminx.utils.StringUtils
Traverses backwards from the endOffset until it finds a whitespace character.- getOffsetAt(Position) - Method in interface org.eclipse.lemminx.commons.ILineTracker
- getOffsetAt(Position) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getOffsetBeforeCloseOfStartTag() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the offset before the close of start tag name.- getOffsetFollowedBy(String, int, ScannerState, TokenType) - Static method in class org.eclipse.lemminx.services.XMLCompletions
Returns starting offset of 'expectedToken' if it the next non whitespace token after 'initialState'- getOffsetWithPreserveLineBreaks(int, int, int, boolean) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- getOption(String) - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
- getOriginalValue() - Method in class org.eclipse.lemminx.dom.DOMAttr
Get original attribute value from the document.- getOrphanEndElement(int, String) - Method in class org.eclipse.lemminx.dom.DOMNode
Returns the orphan end element after the given offset which matches the given tagName and null otherwise.- getOrphanEndElement(int, String, boolean) - Method in class org.eclipse.lemminx.dom.DOMElement
- getOrphanEndElement(int, String, boolean) - Method in class org.eclipse.lemminx.dom.DOMNode
Returns the orphan end element after the given offset which matches the given tagName and the first orphan end element otherwise and null otherwise.- getOS() - Static method in class org.eclipse.lemminx.utils.platform.Platform
Returns the OS information- getOwnerDocType() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getOwnerDocType() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getOwnerDocType() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getOwnerDocument() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getOwnerDocument() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getOwnerDocument() - Method in class org.eclipse.lemminx.dom.DOMNode
Returns the owner document and null otherwise.- getOwnerDocument() - Method in interface org.eclipse.lemminx.dom.DOMRange
Returns the owner document.- getOwnerDocument() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getOwnerDocument() - Method in class org.eclipse.lemminx.dom.SchemaLocationHint
- getOwnerDocument() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getOwnerElement() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getOwnerElementDeclaration() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getOwnerElementDeclaration() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
Returns the owner element declaration.- getOwnerElementDeclaration() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getOwnerElementDeclaration() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getOwnerMatcher() - Method in class org.eclipse.lemminx.xpath.matcher.AbstractXPathNodeMatcher
- getOwnerMatcher() - Method in interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
Returns the owner matcher.- getOwnerNode() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getParameter() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getParameterAt(int) - Method in class org.eclipse.lemminx.dom.DTDElementDecl
Returns the parameter (start/end offset) at the given offset and null otherwise.- getParameterAtIndex(int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getParameters() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getParameterWithoutFirstAndLastChar() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
Will get the parameter with the first and last character removed Can be used to remove the quotations from a URL value...- getParent() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
- getParentElement() - Method in class org.eclipse.lemminx.dom.DOMNode
- getParentElement() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
Returns the parent element of the node where completion was triggered and null otherwise.- getParentNode() - Method in class org.eclipse.lemminx.dom.DOMNode
- getParentProcessId() - Method in interface org.eclipse.lemminx.commons.ParentProcessWatcher.ProcessLanguageServer
- getParentProcessId() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getParticipantId() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
- getParticipantId() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.DTDNotFoundCodeAction
- getParticipantId() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.schema_reference_4CodeAction
- getParticipantId() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolverRequest
Returns the participant IDICodeActionResolvesParticipantwhich must resolve the unresolved code action.- getParticipantId() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
Returns the id of the participant that can resolve the request.- getParticipantId() - Method in class org.eclipse.lemminx.services.ResolveCodeActionRequest
- getParticipantId() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getParticipantId(Object) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
Returns the participant ID which must be used to process the resolve of the completion, codeAction, etc and null otherwise.- getPath(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
Returns the IO Path from the given uri.- getPathMatcher() - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- getPattern() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getPattern() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getPattern() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationFilter
- getPattern() - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- getPercent() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
Returns the '%' and null otherwise.- getPlainText(Element) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.HtmlToPlainText
Format an Element to plain-text- getPort(String...) - Method in class org.eclipse.lemminx.XMLServerSocketLauncher
- getPosition() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
Returns the position- getPositionAt(int) - Method in interface org.eclipse.lemminx.commons.ILineTracker
- getPositionAt(int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- getPossibleElements(DOMElement, int) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getPossibleElements(DOMElement, int) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns the possible declared elements at the given offset of the given parent element.- getPossibleElements(DOMElement, int) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getPossibleElements(DOMElement, int) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getPossibleRequiredElements() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getPreferences() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getPreferences() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Returns the XML preferences- getPreferences() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getPrefix() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- getPrefix() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getPrefix() - Method in class org.eclipse.lemminx.dom.DOMElement
- getPrefix() - Method in class org.eclipse.lemminx.dom.DOMNode
- getPrefix() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
- getPrefix() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- getPrefix() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getPrefix() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- getPrefix() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferences
- getPrefix() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- getPrefix() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeNameMatcher
- getPrefix() - Method in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
Returns the prefix.- getPrefix(String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getPrefix(String) - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the xmlns prefix from the given namespace URI and null otherwise.- getPrefix(String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns the xmlns prefix from the given namespace URI and null otherwise.- getPrefix(String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getPrefix(String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getPrefixes() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getPrefixIfMatchesURI(String) - Method in class org.eclipse.lemminx.dom.DOMAttr
Returns the prefix if the given URI matches this attributes value.- getPreservedNewlines() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- getPreserveSpace() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Returns the element name list which must preserve space.- getPreviousNonTextSibling() - Method in class org.eclipse.lemminx.dom.DOMNode
- getPreviousSibling() - Method in class org.eclipse.lemminx.dom.DOMNode
- getProgressSupport() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getProlog() - Method in class org.eclipse.lemminx.dom.DOMDocument
If document has<?xml ... ?>, return this prolog, null otherwise- getProperties() - Method in class org.eclipse.lemminx.telemetry.TelemetryCache
- getProperty(Object, String) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
Returns the property value of the givenfieldNameif the givendataand null otherwise.- getProperty(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- getPropertyAsBoolean(Object, String) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
Returns the value of the field as an boolean or null if the field is empty.- getPropertyAsInt(Object, String) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
Returns the value of the field as an integer or null if the field is empty.- getPropertyDefault(String) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- getPropertyDefault(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- getPublicId() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getPublicId() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getPublicId() - Method in class org.eclipse.lemminx.dom.DTDNotationDecl
- getPublicId() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider.Identifier
- getPublicIdNode() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getPublicIdWithoutQuotes() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getQueryDirection() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- getQuotationAsChar() - Method in class org.eclipse.lemminx.settings.XMLPreferences
Returns the actual quotation value as a char.- getQuotationAsString() - Method in class org.eclipse.lemminx.settings.XMLPreferences
Returns the actual quotation value as a String.- getQuoteStyle() - Method in class org.eclipse.lemminx.settings.XMLPreferences
Returns the quote style- getRange() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider.Identifier
- getRange() - Method in class org.eclipse.lemminx.services.CodeActionRequest
- getRange() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionRequest
Returns the code action range.- getRange() - Method in class org.eclipse.lemminx.utils.XMLPositionUtility.EntityReferenceRange
- getRangeLimit() - Method in class org.eclipse.lemminx.settings.XMLFoldingSettings
- getRecognizedFeatures() - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- getRecognizedFeatures() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- getRecognizedProperties() - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- getRecognizedProperties() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- getReferencedElementNameAt(int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
Returns the parameter name which references a DTD element declaration (- getReferencedElementNameAt(int) - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- getReferencedGrammarInfos(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
Returns informations about all referenced grammar (XSD, DTD) from the given DOM document.- getReferencedGrammarRange(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPErrorReporterForXML
- getReferencedGrammarRange(String) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- getReferencedGrammarRange(String) - Method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPErrorReporterForXSD
- getReferenceParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getReferences() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferencesSettings
- getReferencesSettings() - Method in class org.eclipse.lemminx.extensions.references.XMLReferencesPlugin
- getRegisteredCapabilities() - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- getRenameParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getReplaceRange() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
Returns the replace range.- getReplaceRangeForTagName() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
Returns the range for replacing a tag name for an existing DOM element.- getReplaceWorkspaceEdit(String, Range, TextDocumentItem) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
Returns the workspace edit of a given replacement text and range.- getReporterForGrammar() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- getRequest() - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
Returns the completion request.- getRequiredElements() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getRequiredElements() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns a list of required/non-optional child elements of the current element.- getRequiredElements() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getRequiredElements() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getResolveCodeActionParticipant(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeAction
- getResolveCodeActionParticipant(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeAction
- getResolveCodeActionParticipant(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractFixMissingGrammarCodeAction
- getResolveCodeActionParticipant(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- getResolveCodeActionParticipant(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCodeActionParticipant
- getResolveCodeActionParticipant(String) - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionParticipant
Returns the codeAction resolver participant identified by the givenparticipantIdand null otherwise.- getResolveCompletionItemParticipant(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCompletionParticipant
- getResolveCompletionItemParticipant(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
Returns the completion item resolver that corresponds to the given participant id or null otherwise.- getResolvedBy() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
Returns the resolver which is used to resolve the identifier URI and null otherwise.- getResolvedLocation(DOMDocument, CatalogEntry) - Static method in class org.eclipse.lemminx.extensions.catalog.CatalogUtils
Returns the expanded system location- getResolvedURI() - Method in class org.eclipse.lemminx.extensions.catalog.CatalogCatalogEntry
- getResolvedURI() - Method in class org.eclipse.lemminx.extensions.catalog.CatalogEntry
Returns the URI for the document that this catalog entry references, or null if this catalog entry does not refer to an external document- getResolvedURI() - Method in class org.eclipse.lemminx.extensions.catalog.URICatalogEntry
- getResolvedURI() - Method in class org.eclipse.lemminx.uriresolver.ResolvedURIInfo
Returns the resolved URI.- getResolvedURIInfo() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
Returns the resolved URI information (the result of the resolve and the resolution strategy (ex : catalog, file association, etc)).- getResolverExtensionManager() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getResolverExtensionManager() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getResolverName() - Method in class org.eclipse.lemminx.uriresolver.ResolvedURIInfo
Returns the resolver nameURIResolverExtension.getName()(ex : 'default', 'file association) used to resolve the URI.- getResolverParticipantId() - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
Returns the resolver participant id.- getResolverParticipantId() - Method in class org.eclipse.lemminx.services.extensions.completion.DOMElementCompletionItem
- getResource(String) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
- getResourceCachePath(String) - Static method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
- getResourceCachePath(URI) - Static method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
- getResourceCachePath(CacheResourcesManager.ResourceToDeploy) - Static method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
Try to get the cachedCacheResourcesManager.ResourceToDeploy.resourceCachePathin cache file system and if it is not found, create the file with the given content ofCacheResourcesManager.ResourceToDeploy.resourceFromClasspathstored in classpath.- getResourceFromClasspath() - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager.ResourceToDeploy
- getResourceURI() - Method in exception org.eclipse.lemminx.uriresolver.CacheResourceException
Returns the resource URI which is downloading.- getRootCause(Throwable) - Static method in class org.eclipse.lemminx.utils.ExceptionUtils
Returns the root cause of aThrowable- getRoots() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getRuntime() - Method in class org.eclipse.lemminx.utils.platform.JVM
Returns the JVM runtime name.- getScannerState() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- getScannerState() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getSchema() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Returns the XML Schema validation settings.- getSchema() - Method in class org.eclipse.lemminx.extensions.relaxng.jing.RelaxNGGrammar
- getSchema(String, String, XMLEntityResolver, XMLErrorReporter, XMLGrammarPool) - Static method in class org.eclipse.lemminx.extensions.relaxng.jing.SchemaProvider
- getSchema1() - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyCombineSchema
- getSchema2() - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyCombineSchema
- getSchemaInstancePrefix() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the (xsi) schema instance prefix and null otherwise.- getSchemaLocation() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the declared "xsi:schemaLocation" and null otherwise.- getSchemaLocation(DOMElement) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- getSchemaLocationHints() - Method in class org.eclipse.lemminx.dom.SchemaLocation
Returns all the location hints given in this xsi:schemaLocation attribute- getSchemaPrefix() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the XML Schema prefix (ex : 'xs' for xmlns:xs="http://www.w3.org/2001/XMLSchema")- getSchemaTypeInfo() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getSchemaTypeInfo() - Method in class org.eclipse.lemminx.dom.DOMElement
- getSchematypens() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Returns the location of the schematypens- getSchematypensOffset() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Returns the start offset where schematypens is declared.- getScope() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getSearchNode() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- getSearchNodeAt(DOMNode, int, String, boolean, SearchNode.Direction) - Static method in class org.eclipse.lemminx.extensions.references.search.SearchNodeFactory
Returns the search node in the given DOMnodeat the givenoffsetand null otherwise.- getSecurityManager() - Static method in class org.eclipse.lemminx.extensions.xerces.LSPSecurityManager
Returns the Xerces security manager created from JVM arguments.- getSelectionRanges(DOMDocument, List<Position>, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- getSeparator() - Method in interface org.eclipse.lemminx.extensions.filepath.IFilePathExpression
Returns the separator character (ex: ';') used to separate multiple files declaration (ex: file1.xml;file2.xml) and null otherwise.- getSeparator() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- getSeparator() - Method in class org.eclipse.lemminx.extensions.filepath.SimpleFilePathExpression
- getServer() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Returns the server- getSettingId() - Method in interface org.eclipse.lemminx.client.IXMLSettingFeature
Returns the related settingId for this feature- getSettingId() - Method in enum org.eclipse.lemminx.client.LimitFeature
- getSettingId() - Method in enum org.eclipse.lemminx.client.PathFeature
- getSettings() - Method in class org.eclipse.lemminx.services.extensions.save.AbstractSaveContext
- getSettings() - Method in interface org.eclipse.lemminx.services.extensions.save.ISaveContext
Returns the settings which has changed and null otherwise.- getSettings() - Method in class org.eclipse.lemminx.settings.InitializationOptionsSettings
- getSettings(InitializeParams) - Static method in class org.eclipse.lemminx.settings.InitializationOptionsSettings
Returns the "settings" section ofInitializeParams.getInitializationOptions().- getSeverity() - Method in class org.eclipse.lemminx.customservice.ActionableNotification
The message severity.- getSeverity(String, String, Object[], short, Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- getSeverity(String, String, Object[], short, Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- getSharedCodeLensSettings() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getSharedFoldingSettings() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getSharedFormattingSettings() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getSharedSettings() - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
- getSharedSettings() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.IBaseCodeActionRequest
Returns the shared settings.- getSharedSettings() - Method in interface org.eclipse.lemminx.services.extensions.ISharedSettingsRequest
Returns the sharedSettings instance- getSharedSettings() - Method in interface org.eclipse.lemminx.services.IXMLNotificationService
Returns the current SharedSettings instance- getSharedSettings() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getSharedSettings() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- getSharedSettings() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getSharedSettings() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getSharedSymbolSettings() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getShortCommitId() - Method in class org.eclipse.lemminx.utils.platform.Version
Returns the git short commit id.- getShowSchemaDocumentationType() - Method in class org.eclipse.lemminx.settings.XMLPreferences
Returns the showSchemaDocumentationType- getSnippets() - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
Returns all snippets.- getSortText() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getSortText(CompletionItemKind) - Static method in class org.eclipse.lemminx.utils.CompletionSortTextHelper
- getSource() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- getSourceElement() - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
Returns the source element (ex : a DOM element, a grammar element declaration, etc) used to generate the completion item.- getSpecified() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getSplit(String) - Static method in enum org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
- getSplit(XMLFormattingOptions) - Static method in enum org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
- getSplitAttributes() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- getSplitAttributesIndentSize() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Returns the value of splitAttributesIndentSize or zero if it was set to a negative value- getStart() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getStart() - Method in class org.eclipse.lemminx.dom.DOMNode
- getStart() - Method in interface org.eclipse.lemminx.dom.DOMRange
Returns the start offset of the node.- getStart() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getStart() - Method in class org.eclipse.lemminx.dom.SchemaLocationHint
Returns the offset from the beginning of the document where this location hint starts- getStart() - Method in class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithResponse
- getStart() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getStart() - Method in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyPatternSchema
- getStartContent() - Method in class org.eclipse.lemminx.dom.DOMCDATASection
- getStartContent() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- getStartContent() - Method in class org.eclipse.lemminx.dom.DOMComment
- getStartContent() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- getStartOffset() - Method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionResult
Returns the start offset of the last path declared (ex :- getStartTagCloseOffset() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the start tag close offset andDOMNode.NULL_VALUEif it doesn't exist.- getStartTagOpenOffset() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the start tag open offset andDOMNode.NULL_VALUEif it doesn't exist.- getStartWhitespaces(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
Returns the start whitespaces of the given line text.- getStrictErrorChecking() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getString(Object) - Static method in class org.eclipse.lemminx.utils.StringUtils
- getSubstring(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocumentType
Returns a substring of the whole document.- getSuffix() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- getSymbols() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- getSymbols() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- getSymbolSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getSymbolsProviderParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getSystemId() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getSystemId() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getSystemId() - Method in class org.eclipse.lemminx.dom.DTDNotationDecl
- getSystemId() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider.Identifier
- getSystemId() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
- getSystemIdNode() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getSystemIdNode() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
Returns the system id node and null otherwise.- getSystemIdWithoutQuotes() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getTabSize() - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- getTagName() - Method in class org.eclipse.lemminx.dom.DOMElement
- getTagName() - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
Returns the tag name of the XML element completion item (ex : 'foo', 'x:foo').- getTagNameRange(TokenType, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- getTarget() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- getTargetRange() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getTargetRange() - Method in interface org.eclipse.lemminx.dom.TargetRange
Returns the target range.- getTargetURI() - Method in class org.eclipse.lemminx.dom.DTDDeclParameter
- getTargetURI() - Method in interface org.eclipse.lemminx.dom.TargetRange
Returns the target URI.- getTelemetry() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Returns the telemetry settings- getTelemetryManager() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getTelemetryManager() - Method in class org.eclipse.lemminx.XMLLanguageServer
Returns the telemetry manager.- getText() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the text content of the XML document.- getTextContent() - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- getTextContent() - Method in class org.eclipse.lemminx.dom.DOMNode
- getTextDocument() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getTextDocument() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- getTextDocumentation(String, ISharedSettingsRequest) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- getTextDocumentation(String, ISharedSettingsRequest) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
Returns the documentation for the given enumeration value and null otherwise.- getTextDocumentation(String, ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- getTextDocumentation(String, ISharedSettingsRequest) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- getTextDocumentService() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getThreshold() - Method in class org.eclipse.lemminx.utils.LevenshteinDistance
Gets the distance threshold.- getTo() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- getTokenEnd() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
Ending offset position of the current token- getTokenEnd() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTokenError() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- getTokenError() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTokenLength() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- getTokenLength() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTokenOffset() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
Starting offset position of the current token- getTokenOffset() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTokenText() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- getTokenText() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTokenTextFromOffset(int) - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTokenType() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- getTokenType() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- getTos() - Method in class org.eclipse.lemminx.extensions.references.search.ReferenceLink
- getTotal() - Method in class org.eclipse.lemminx.utils.platform.Memory
- getTrailingWhitespaceLength(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
Returns the number of consecutive whitespace characters from the end of text- getTrimmedRange(int, int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- getTrimmedRange(Range) - Method in class org.eclipse.lemminx.dom.DOMDocument
- getType() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Returns the location of the type- getType() - Method in class org.eclipse.lemminx.services.extensions.save.AbstractSaveContext
- getType() - Method in interface org.eclipse.lemminx.services.extensions.save.ISaveContext
Returns the save context type.- getType() - Method in interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
Returns matcher type.- getType() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
- getType() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeNameMatcher
- getType() - Method in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
- getType() - Method in class org.eclipse.lemminx.xpath.matcher.XPathTextMatcher
- getTypeDefinitionParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- getTypeOffset() - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Returns the start offset where type is declared.- getUnclosedStartTagCloseOffset() - Method in class org.eclipse.lemminx.dom.DOMElement
Returns the offset at which the given unclosed start tag should be closed with an angle bracket- getUnrecognized() - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- getUnresolved() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolverRequest
Returns the unresolved code action.- getUnresolved() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
Returns the unresolved completion item.- getUnresolved() - Method in class org.eclipse.lemminx.services.ResolveCodeActionRequest
- getUnresolved() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- getUri() - Method in class org.eclipse.lemminx.services.extensions.save.AbstractSaveContext
- getUri() - Method in interface org.eclipse.lemminx.services.extensions.save.ISaveContext
Returns the document URI which was saved and null if it's a settings which was saved.- getUri(Object) - Static method in class org.eclipse.lemminx.services.data.DataEntryField
Returns the URI of the document XML where completion, codeAction, etc must be resolved (when user clicks on this quickfix) and null otherwise.- getURI() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
Returns the URI of this document, is none was provided this returns null.- getUrl() - Method in class org.eclipse.lemminx.extensions.xsd.DataType
- getUrlToForceToDownload(Map<String, Object>) - Static method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.DownloadDisabledResourceCodeAction
Returns the url to force to download and null otherwise.- getUserData(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- getValidation() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- getValidationArgs() - Method in class org.eclipse.lemminx.services.extensions.diagnostics.DiagnosticsResult
Returns the validation arguments.- getValidationService() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Returns the XML document validation service- getValidationSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getValidationSettings() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- getValidationSettings(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
Returns the validation settings for the given uri and the global validation settings otherwise.- getValidationStatus() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
Returns the validation status of the search node.- getValue() - Method in class org.eclipse.lemminx.dom.DOMAttr
- getValue() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
Returns the entity value content and null otherwise.- getValue() - Method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
- getValue(String) - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- getValueNode() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
Returns the entity value node and null otherwise.- getValues() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeValuesCollector
- getValues() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
Returns the all distinct attribute values.- getValueSet() - Method in class org.eclipse.lemminx.client.CodeLensKindCapabilities
The codeLens kind values the client supports.- getVersion() - Method in class org.eclipse.lemminx.utils.platform.JVM
Returns the JVM version- getVersion() - Method in class org.eclipse.lemminx.utils.platform.OS
Returns the OS version.- getVersion() - Static method in class org.eclipse.lemminx.utils.platform.Platform
Returns the version information- getVersionNumber() - Method in class org.eclipse.lemminx.utils.platform.Version
Returns the version number of LemMinX.- getWhitespaces(String, int, int) - Static method in class org.eclipse.lemminx.utils.StringUtils
Returns the whitespaces from the given range start/end of the given text.- getWhitespacesIndent() - Method in class org.eclipse.lemminx.dom.LineIndentInfo
- getWhitespacesIndent() - Method in class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
Returns the whitespaces indentation.- getWholeText() - Method in class org.eclipse.lemminx.dom.DOMText
- getWildcardValues(Node) - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
Returns list of wildcard values of the given DOM Node.- getWordRangeAt(int, Pattern) - Method in class org.eclipse.lemminx.commons.TextDocument
- getWorkDir() - Method in class org.eclipse.lemminx.settings.ServerSettings
- getWorkspaceService() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getWorkspaceServiceParticipants() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Return the registered workspace service participants.- getWorkspaceSettings() - Method in class org.eclipse.lemminx.settings.SharedSettings
- getXInclude() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Returns true if xi:include is to be validated and false otherwise.- getXml() - Method in class org.eclipse.lemminx.settings.AllXMLSettings
- getXMLColorsSettings(Object) - Static method in class org.eclipse.lemminx.extensions.colors.settings.XMLColorsSettings
- getXMLDocument() - Method in interface org.eclipse.lemminx.services.extensions.IPositionRequest
Returns the XML document.- getXmlEncoding() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getXmlEncoding() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getXMLGenerator() - Method in class org.eclipse.lemminx.services.CodeActionRequest
- getXMLGenerator() - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionRequest
- getXMLGenerator() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
- getXMLGenerator(Range) - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolverRequest
Returns the XML generator and null otherwise.- getXMLGenerator(Range) - Method in class org.eclipse.lemminx.services.ResolveCodeActionRequest
- getXMLLanguageService() - Method in class org.eclipse.lemminx.XMLLanguageServer
- getXMLModels() - Method in class org.eclipse.lemminx.dom.DOMDocument
Returns the list of xml-model processing instruction declared in the document.- getXMLReferencesSettings(Object) - Static method in class org.eclipse.lemminx.extensions.references.settings.XMLReferencesSettings
- getXmlStandalone() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getXmlVersion() - Method in class org.eclipse.lemminx.dom.DOMDocument
- getXmlVersion() - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- getXpath() - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
Returns the XPath expression.- getXPath() - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColorExpression
- getXPath() - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- getXsiSchemaLocationSplit() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- goBack(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- goBackTo(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- goToEnd() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- grammar - Variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- Grammar - Class in org.eclipse.lemminx.extensions.generators
Grammar information.- Grammar() - Constructor for class org.eclipse.lemminx.extensions.generators.Grammar
- GRAMMAR_TAG - Static variable in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- GrammarCacheInfo - Class in org.eclipse.lemminx.extensions.contentmodel.model
Grammar cache information.- GrammarCacheInfo(String, boolean, Exception) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.model.GrammarCacheInfo
- gt - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
H
- hasAttribute(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- hasAttribute(String) - Method in class org.eclipse.lemminx.services.CompletionResponse
- hasAttribute(String) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionResponse
- hasAttributeId() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
-
Returns true if the element have an attribute ID and false otherwise.
- hasAttributeNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMElement
- hasAttributes() - Method in class org.eclipse.lemminx.dom.DOMNode
- hasCharacterContent() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
-
Returns true if element has character content and false otherwise.
- hasChildNodes() - Method in class org.eclipse.lemminx.dom.DOMNode
- hasContentAfterTagName(DOMElement) - Static method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
- hasContext() - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- hasData() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- hasDelimiter() - Method in class org.eclipse.lemminx.dom.DOMAttr
- hasDTD() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if XML document has a DTD declaration and false otherwise.
- hasEndTag() - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if has an end tag.
- hasExternalGrammar() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if the document is bound to an external grammar (XML file associations, XLM catalog) and false otherwise.
- hasFilterFor(IXPathNodeMatcher.MatcherType) - Method in class org.eclipse.lemminx.settings.XMLSymbolFilter
-
Returns true if the filter have an expression for the given type (element, attribute, text) and false otherwise.
- hasGrammar() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if the document is bound to a grammar and false otherwise.
- hash - Variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- hashCode() - Method in class org.eclipse.lemminx.client.CodeLensKindCapabilities
- hashCode() - Method in class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- hashCode() - Method in class org.eclipse.lemminx.commons.config.ConfigurationItemEdit
- hashCode() - Method in class org.eclipse.lemminx.dom.DOMAttr
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLNamespacesSettings
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSchemaSettings
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- hashCode() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLXIncludeSettings
- hashCode(XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
-
Returns the hash code value for the given grammar description.
- hashCode(XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- hasMultiLine() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- hasNamespace(String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- hasNamespace(String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
Returns true if the model document defines the given namespace and false otherwise.
- hasNamespace(String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- hasNamespace(String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- hasNamespaces() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if document defines namespaces (with xmlns) and false otherwise.
- hasNoNamespaceSchemaLocation() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if XML root element declares a "xsi:noNamespaceSchemaLocation" and false otherwise.
- hasProlog() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
If document has
<?xml ... ?> - hasSchemaInstancePrefix() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if (xsi) schema instance prefix exists.
- hasSchemaLocation() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if XML root element declares a "xsi:schemaLocation" and false otherwise.
- hasSiblings() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
-
Returns true if this node has sibling nodes.
- hasSomeItemFromGrammar() - Method in class org.eclipse.lemminx.services.CompletionResponse
- hasSomeItemFromGrammar() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionResponse
-
Returns
trueif there are completion items coming from grammar and false otherwise. - hasStartTag() - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if has a start tag.
- hasTagName() - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if the DOM element have a tag name and false otherwise (ex : '<' or '').
- hasWildcard() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
-
Returns true if attrValue is wilcard or false otherwise.
- hasXMLModel() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if XML document has a xml-model processing declaration and false otherwise.
- hexDigit(int) - Static method in class org.eclipse.lemminx.extensions.colors.utils.ColorUtils
- hover(HoverParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- HOVER_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- HoverParticipantAdapter - Class in org.eclipse.lemminx.services.extensions.hover
-
Hover participant adapter.
- HoverParticipantAdapter() - Constructor for class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
- HREF_ATTR - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- HREF_ATTR - Static variable in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- HrefFragmentIdentifierIllegal - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- HrefMissing - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- HrefSyntacticallyInvalid - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- HtmlToPlainText - Class in org.eclipse.lemminx.extensions.xsd.contentmodel
-
HTML to plain-text.
- HtmlToPlainText() - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.HtmlToPlainText
I
- IBaseCodeActionRequest - Interface in org.eclipse.lemminx.services.extensions.codeaction
-
Base API for textDocument/codeAction and codeAction/request.
- ICodeActionParticipant - Interface in org.eclipse.lemminx.services.extensions.codeaction
-
Code action participant API.
- ICodeActionRequest - Interface in org.eclipse.lemminx.services.extensions.codeaction
-
Code action request API.
- ICodeActionResolverRequest - Interface in org.eclipse.lemminx.services.extensions.codeaction
-
The code action resolver request API.
- ICodeActionResolvesParticipant - Interface in org.eclipse.lemminx.services.extensions.codeaction
-
The code action resolver participant API.
- ICodeLensParticipant - Interface in org.eclipse.lemminx.services.extensions.codelens
-
CodeLens participant API.
- ICodeLensRequest - Interface in org.eclipse.lemminx.services.extensions.codelens
-
CodeLens request API.
- ICompletionItemResolveParticipant - Interface in org.eclipse.lemminx.services.extensions.completion
-
Represents a class that can resolve certain kinds of completion items.
- ICompletionItemResolverRequest - Interface in org.eclipse.lemminx.services.extensions.completion
-
Represents a request from the client to resolve a given completion item, with information needed to resolve the request attached.
- ICompletionParticipant - Interface in org.eclipse.lemminx.services.extensions.completion
-
Completion participant API.
- ICompletionRequest - Interface in org.eclipse.lemminx.services.extensions.completion
-
Completion request API.
- ICompletionResponse - Interface in org.eclipse.lemminx.services.extensions.completion
-
Completion response API.
- IComponentProvider - Interface in org.eclipse.lemminx.services.extensions
-
Component provider API to register utilities class for a given XML language service
XMLLanguageService - IDefinitionParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Definition participant API.
- IDefinitionRequest - Interface in org.eclipse.lemminx.services.extensions
-
Definition request API.
- Identifier(String, String, DOMRange, String) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelProvider.Identifier
- IDiagnosticsParticipant - Interface in org.eclipse.lemminx.services.extensions.diagnostics
-
Diagnostics participant API.
- IDInvalidWithNamespaces - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- IDocumentColorParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Document color participant API.
- IDocumentLifecycleParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Document LifecycleService participant API.
- IDocumentLinkParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Document link participant API.
- IDREFInvalidWithNamespaces - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- IDREFSInvalid - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- IExternalGrammarLocationProvider - Interface in org.eclipse.lemminx.uriresolver
- IFileContentGenerator<Source,Settings extends FileContentGeneratorSettings> - Interface in org.eclipse.lemminx.extensions.generators
-
File content generator API.
- IFilePathExpression - Interface in org.eclipse.lemminx.extensions.filepath
-
File path support expression API.
- IFilePathSupportParticipant - Interface in org.eclipse.lemminx.extensions.filepath
-
File path support participant API.
- IFormatterParticipant - Interface in org.eclipse.lemminx.services.extensions.format
-
XML formatter participant.
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- ignorableWhitespace(char[], int, int) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- ignorableWhitespace(XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- ignore - org.eclipse.lemminx.settings.EnforceQuoteStyle
- ignore - org.eclipse.lemminx.settings.XMLFormattingOptions.EmptyElements
- IgnoreSpace - org.eclipse.lemminx.services.format.FormatElementCategory
-
In the ignore space category, all whitespace is considered insignificant.
- IHighlightingParticipant - Interface in org.eclipse.lemminx.services.extensions
- IHoverParticipant - Interface in org.eclipse.lemminx.services.extensions.hover
-
Hover participant API.
- IHoverRequest - Interface in org.eclipse.lemminx.services.extensions.hover
-
Hover request API.
- ILineTracker - Interface in org.eclipse.lemminx.commons
-
A line tracker maps character positions to line numbers and vice versa.
- ILinkedEditingRangesParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Linked editing ranges participant API.
- ILinkedEditingRangesRequest - Interface in org.eclipse.lemminx.services.extensions
-
Linked editing ranges request API.
- illegal_attribute_ignored - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- illegal_name_attribute - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- ILLEGAL_SYNTAX - org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
- IllegalQName - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- Implementations - Static variable in class org.eclipse.lemminx.client.CodeLensKind
- importNode(Node, boolean) - Method in class org.eclipse.lemminx.dom.DOMDocument
- IncludeChild - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- incomplete_element_required_element_missing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- incomplete_element_required_elements_missing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- incomplete_element_required_elements_missing_expected - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- increment() - Method in class org.eclipse.lemminx.services.extensions.codelens.ReferenceCommand
- incrementOccurrences() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
-
Increment the DOM attributes occurrence.
- incrementOccurrences() - Method in class org.eclipse.lemminx.extensions.generators.ElementDeclaration
-
Increment the DOM element occurrence.
- indent(int) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- InitializationOptionsExtendedClientCapabilities - Class in org.eclipse.lemminx.settings.capabilities
-
Represents all extended client capabilities sent from the server
- InitializationOptionsExtendedClientCapabilities() - Constructor for class org.eclipse.lemminx.settings.capabilities.InitializationOptionsExtendedClientCapabilities
- InitializationOptionsSettings - Class in org.eclipse.lemminx.settings
-
Represents all settings sent from the server { 'settings': { 'xml': {...}, 'http': {...} } }
- InitializationOptionsSettings() - Constructor for class org.eclipse.lemminx.settings.InitializationOptionsSettings
- InitializationTelemetryInfo - Class in org.eclipse.lemminx.telemetry
-
Telemetry data to collect.
- InitializationTelemetryInfo() - Constructor for class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- initialize(InitializeParams) - Method in class org.eclipse.lemminx.XMLLanguageServer
- initializeCapabilities() - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
-
Registers all dynamic capabilities that the server does not support client side preferences turning on/off
- initialized(InitializedParams) - Method in class org.eclipse.lemminx.XMLLanguageServer
- initializeIfNeeded() - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- initializeParams(InitializeParams) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- initializeReporter(XMLSchemaLoader, XMLErrorReporter, XMLEntityManager) - Static method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- initializeReporter(XMLSchemaValidator, XMLErrorReporter, XMLEntityManager) - Static method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- initializeRootLogger(LanguageClient, LogsSettings) - Static method in class org.eclipse.lemminx.logs.LogHelper
- INSECURE_REDIRECTION - org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
- insert(String, Position, String, TextDocumentItem, Diagnostic) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
-
Create a CodeAction to insert a new content at the end of the given range.
- INSERT - org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant.SymbolStrategy
- insertBefore(Node, Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- insertData(int, String) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- insertEdit(String, Position) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
- insertEdit(String, Position, TextDocumentItem) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
-
Returns the text edit to insert a new content at the end of the given range.
- insertEdits(TextDocumentItem, List<TextEdit>) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
- INTEGER - org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
- internalEntityDecl(String, XMLString, XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- internalSubset - Variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- INVALID - org.eclipse.lemminx.dom.DOMDocumentType.DocumentTypeKind
- invalid_attribute_name - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- invalid_attribute_value - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- invalid_element_value - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- invalid_ncname - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- INVALID_PATH - org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
- INVALID_PREFIX - org.eclipse.lemminx.extensions.references.search.SearchNode.ValidationStatus
- InvalidCommentStart - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- InvalidParseValue - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- InvalidPathWarner - Class in org.eclipse.lemminx.client
-
This class sends a warning to the client via a jsonrpc notification The cache is a Map
> where the keys are the feature names and the value is a set of file paths for which notifications have been sent already - InvalidPathWarner(IXMLNotificationService) - Constructor for class org.eclipse.lemminx.client.InvalidPathWarner
- InvalidPrefix - org.eclipse.lemminx.extensions.references.participants.XMLReferencesErrorCode
- InvalidURIException - Exception in org.eclipse.lemminx.uriresolver
-
Invalid URI exception.
- InvalidURIException(String, InvalidURIException.InvalidURIError, String...) - Constructor for exception org.eclipse.lemminx.uriresolver.InvalidURIException
- InvalidURIException(String, InvalidURIException.InvalidURIError, Throwable) - Constructor for exception org.eclipse.lemminx.uriresolver.InvalidURIException
- InvalidURIException.InvalidURIError - Enum in org.eclipse.lemminx.uriresolver
- IOUtils - Class in org.eclipse.lemminx.utils
-
IO utilities class
- IOUtils() - Constructor for class org.eclipse.lemminx.utils.IOUtils
- IPositionRequest - Interface in org.eclipse.lemminx.services.extensions
- IPrepareRenameRequest - Interface in org.eclipse.lemminx.services.extensions.rename
-
Prepare rename request API.
- IReferenceParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Reference participant API.
- IRelatedInfoFinder - Interface in org.eclipse.lemminx.extensions.contentmodel.participants
-
Provides an interface to find related info for a given error
- IRenameParticipant - Interface in org.eclipse.lemminx.services.extensions.rename
-
Rename participant API.
- IRenameRequest - Interface in org.eclipse.lemminx.services.extensions.rename
-
Rename request API.
- IRenameResponse - Interface in org.eclipse.lemminx.services.extensions.rename
-
Rename response API.
- isActionableNotificationSupport() - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
-
Returns true if the client supports actionable notifications and false otherwise See
ActionableNotificationandXMLLanguageClientAPI.actionableNotification(org.eclipse.lemminx.customservice.ActionableNotification) - isActionableNotificationSupport() - Method in class org.eclipse.lemminx.settings.SharedSettings
-
Returns true if the client supports actionable notifications and false otherwise See
ActionableNotificationandXMLLanguageClientAPI - isAllNames() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
- isAllNMTOKENs() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
- isAny() - Method in interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
-
Returns true if matcher is any (Node is every time matched) and false otherwise.
- isAny() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
- isAny() - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeNameMatcher
- isAny() - Method in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
- isAny() - Method in class org.eclipse.lemminx.xpath.matcher.XPathTextMatcher
- isApplicable() - Method in class org.eclipse.lemminx.dom.XMLModel
-
Returns true if the xml-model is applicable and false otherwise.
- isApplicableForDTD(XMLModelDeclaration) - Static method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
- isApplicableForRelaxNG(XMLModelDeclaration) - Static method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
- isApplicableForXSD(XMLModelDeclaration) - Static method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
- isAttribute() - Method in class org.eclipse.lemminx.dom.DOMNode
- isAutoCloseRemovesContent() - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
-
Returns true if turning a start tag into a self closing tag should remove the content of the element and false otherwise
- isAutoCloseTags() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
-
Returns true if tag should be autoclosed with an end tag and false otherwise.
- isAutoCloseTags() - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
-
If tag should be autoclosed with an end tag.
- ISaveContext - Interface in org.eclipse.lemminx.services.extensions.save
-
Save context API.
- ISaveContext.SaveContextType - Enum in org.eclipse.lemminx.services.extensions.save
-
The save context type: DOCUMENT: a document is saved. SETTINGS: a settings is saved.
- isBeforeOrEqual(Position, Position) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- isBeforeProlog(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true, if the given offset is before XML declaration (
<?xml ...?>), false otherwise. - isBindingWizardSupport() - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
-
Returns true if the client supports the `xml.open.binding.wizard` command using dropdown and false otherwise
- isBindingWizardSupport() - Method in class org.eclipse.lemminx.settings.SharedSettings
-
Returns true if the client supports the `xml.open.binding.wizard` command using dropdown and false otherwise
- isBlank(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Checks if a string is null or consists of only whitespace characters.
- isCanceled() - Method in class org.eclipse.lemminx.commons.progress.ProgressMonitor
- isCatalog(DOMDocument) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the XML document is a XML Catalog and false otherwise.
- isCDATA() - Method in class org.eclipse.lemminx.dom.DOMNode
- isCharacterData() - Method in class org.eclipse.lemminx.dom.DOMNode
- isChildOfOwnerDocument() - Method in class org.eclipse.lemminx.dom.DOMNode
- isClient() - Method in class org.eclipse.lemminx.settings.LogsSettings
-
Returns
trueif LSP client is enabled andfalseotherwise. - isClosed() - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if element has a closing end tag (eg: ) and false otherwise (eg: ).
- isClosed() - Method in class org.eclipse.lemminx.dom.DOMNode
- isCodeActionDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isCodeLensDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isColorDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isComment() - Method in class org.eclipse.lemminx.dom.DOMNode
- isCommentSameLineEndTag() - Method in class org.eclipse.lemminx.dom.DOMComment
- isCompletionDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
-
IMPORTANT This should be up to date with all Server supported capabilities
- isCompletionListItemDefaultsSupport(String) - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
-
Returns
trueif the client support completion list itemDefaults given the field andfalseotherwise. - isCompletionResolveSupported(CompletionResolveSupportProperty) - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
-
Returns true if the client supports resolving the given
CompletionResolveSupportPropertyproperty in completionItem/resolve and false otherwise. - isCompletionSnippetsSupported() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
-
Returns
trueif the client support snippet andfalseotherwise. - isCompletionSnippetsSupported() - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
-
Returns
trueif the client support snippet andfalseotherwise. - isComplex() - Method in enum org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- isDefaultNamespace(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- isDefaultXmlns() - Method in class org.eclipse.lemminx.dom.DOMAttr
-
Returns true if attribute name is the default xmlns attribute and false otherwise.
- isDefaultXmlns(String) - Static method in class org.eclipse.lemminx.dom.DOMAttr
- isDefine(Element) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- isDefinitionDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isDidChangeWatchedFilesRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isDirty() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGDocument
- isDirty() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMDocument
-
Returns true if the content model document is dirty and false otherwise.
- isDirty() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.FilesChangedTracker
-
Returns true if one file has changed and false otherwise.
- isDirty() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- isDirty() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- isDirty() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDDocument
- isDisallowDocTypeDecl() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
-
Returns true if a fatal error is thrown if the incoming document contains a DOCTYPE declaration and false otherwise.
- isDoctype() - Method in class org.eclipse.lemminx.dom.DOMNode
- isDocumentElement() - Method in class org.eclipse.lemminx.dom.DOMElement
- isDocumentHighlightDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isDocumentSymbolDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isDocumentSyncDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isDOMElement(DOMNode, String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
- isDownloadExternalResources() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Returns true if the external resources can be downloaded and false otherwise.
- isDownloadExternalResources() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
-
Returns true if the external resources can be downloaded and false otherwise.
- isDownloadExternalResources() - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Returns true if the external resources can be downloaded and false otherwise.
- isDownloading() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.GrammarCacheInfo
-
Returns true if the grammar is downloading and false otherwise.
- isDTD() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if the XML document is a DTD and false otherwise.
- isDTD() - Method in exception org.eclipse.lemminx.uriresolver.CacheResourceException
-
Returns true if it's a DTD which causes the exception and false otherwise.
- isDTD(String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the given URI is a DTD and false otherwise.
- isDTDAttListDecl() - Method in class org.eclipse.lemminx.dom.DOMNode
- isDTDElementDecl() - Method in class org.eclipse.lemminx.dom.DOMNode
- isDTDEntityDecl() - Method in class org.eclipse.lemminx.dom.DOMNode
- isDTDNotationDecl() - Method in class org.eclipse.lemminx.dom.DOMNode
- isElement() - Method in class org.eclipse.lemminx.dom.DOMNode
- isElementClosed(DOMElement) - Static method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
- isElementContentWhitespace() - Method in class org.eclipse.lemminx.dom.DOMText
- isEmpty() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- isEmpty() - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if the element is empty and false otherwise.
- isEmpty() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns true if the element cannot contains element children or text content and false otherwise.
- isEmpty() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- isEmpty() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- isEmpty() - Method in class org.eclipse.lemminx.telemetry.TelemetryCache
- isEmpty(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
- isEnabled() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelSymbolsProviderParticipant
- isEnabled() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLDownloadExternalResourcesSettings
-
Returns true if the external resources can be downloaded and false otherwise.
- isEnabled() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
-
Returns true if the validation is enabled and false otherwise.
- isEnabled() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLXIncludeSettings
- isEnabled() - Method in class org.eclipse.lemminx.settings.XMLCodeLensSettings
-
Returns true if codelens service is enabled and false otherwise.
- isEnabled() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isEnabled() - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- isEnabled() - Method in class org.eclipse.lemminx.settings.XMLTelemetrySettings
-
Returns true if telemetry is enabled and false otherwise
- isEnabled() - Method in class org.eclipse.lemminx.telemetry.TelemetryManager
- isEndTagClosed() - Method in class org.eclipse.lemminx.dom.DOMElement
-
If '>' exists in
- isEnums(FileContentGeneratorSettings) - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
-
Returns true if attributes have values enumeration and false otherwise.
- isEqualNode(Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- isExcluded() - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
-
Returns true if the filter which matches a node must exclude the node as symbol and false otherwise.
- isExcluded(String) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
-
Given a file URI, this will check if it matches any of the given file patterns.
- isExternalRef(Element) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- isFatalError() - Method in class org.eclipse.lemminx.extensions.xerces.ReferencedGrammarDiagnosticsInfo
- isFileResource(String) - Static method in class org.eclipse.lemminx.utils.URIUtils
-
Returns
trueif the given URL is a file resource,falseotherwise. - isFilterFor(IXPathNodeMatcher.MatcherType) - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
-
Return true if the filter have is for the given type (element, attribute, text) and false otherwise.
- isFixedValue(FileContentGeneratorSettings) - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
-
Returns true if all values of the attribute are fixed with a given value and false otherwise.
- isFlat() - Method in class org.eclipse.lemminx.extensions.generators.AbstractXML2GrammarGenerator
-
Returns true if element declaration must be stored as flat mode and false otherwise.
- isFlat() - Method in class org.eclipse.lemminx.extensions.generators.xml2dtd.XML2DTDGenerator
- isFormatComments() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isFormattingDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isFromSearchInAttribute() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- isFromSearchInText() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- isGenericDTDDecl() - Method in class org.eclipse.lemminx.dom.DOMNode
- isGrammarAwareFormatting() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- ISharedSettingsRequest - Interface in org.eclipse.lemminx.services.extensions
-
Shared settings request API
- isHoverDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isId() - Method in class org.eclipse.lemminx.dom.DOMAttr
- isID(FileContentGeneratorSettings) - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
-
Returns true if the attribute is an ID and false otherwise.
- isIgnoreFatalError(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPErrorReporterForXML
- isIgnoreFatalError(String) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- isInAttributeValue(DOMDocument, Position) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
-
Returns true if the given position is within an attribute value, and false otherwise
- isInCache() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
-
Returns true if the grammar is in the .lemminx cache and false otherwise.
- isInclude(DOMElement) - Static method in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- isInclude(Element) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- isIncludeClosingTagInFold() - Method in class org.eclipse.lemminx.settings.XMLFoldingSettings
- isIncluded(int) - Method in class org.eclipse.lemminx.dom.DOMAttr
- isIncluded(int, int, int) - Static method in class org.eclipse.lemminx.dom.DOMNode
- isIncluded(DOMRange, int) - Static method in class org.eclipse.lemminx.dom.DOMNode
-
Returns true if the node included the given offset and false otherwise.
- isIncludedInDeployedPath(Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
- isIncremental() - Method in class org.eclipse.lemminx.commons.TextDocument
- isIncremental() - Method in class org.eclipse.lemminx.commons.TextDocuments
-
Returns true if text document is managed in incremental mode and false otherwise.
- isIncrementalSupport() - Method in class org.eclipse.lemminx.XMLTextDocumentService
- isInEndTag(int) - Method in class org.eclipse.lemminx.dom.DOMElement
- isInEndTag(int, boolean) - Method in class org.eclipse.lemminx.dom.DOMElement
- isInInsideStartEndTag(int) - Method in class org.eclipse.lemminx.dom.DOMElement
- isInlineAttribute() - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
-
Returns true if the filter which matches an element attribute node must consider it an inline attribute and show it on the same line as the owning element and false otherwise.
- isInNameParameter(int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- isInsertFinalNewline() - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- isInsertSpaces() - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- isInStartTag(int) - Method in class org.eclipse.lemminx.dom.DOMElement
- isInternalSubset(DTDDeclParameter) - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- isJoinCDATALines() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isJoinCommentLines() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isJoinContentLines() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isLastLineEmptyOrWhitespace() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- isLegacy() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
-
Returns true if the legacy formatter must be used and false otherwise.
- isLinkDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isLinkedEditingEnabled() - Method in class org.eclipse.lemminx.settings.SharedSettings
- isLinkedEditingEnabled() - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- isLinkedEditingRangeDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.CDATASnippetContext
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.CommentSnippetContext
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.DocTypeSnippetContext
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.DTDNodeSnippetContext
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.ProcessingInstructionSnippetContext
- isMatch(ICompletionRequest, Map<String, String>) - Method in class org.eclipse.lemminx.services.snippets.XMLDeclarationSnippetContext
- isMatch(T, Map<String, String>) - Method in interface org.eclipse.lemminx.commons.snippets.ISnippetContext
-
Return true if the given value match the snippet context and false otherwise.
- isMatchNode() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- isMatchType(DOMDocument) - Method in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- isMaxLineWidthSupported() - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- isMixedContent() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- isMixedContent() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns true if the element can contains text and element both and false otherwise.
- isMixedContent() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- isMixedContent() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- isMultiple() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- isName(int) - Static method in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Returns true if the specified character is a valid name character as defined by production [4] in the XML 1.0 specification.
- isNameStart(int) - Static method in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Returns true if the specified character is a valid name start character as defined by production [5] in the XML 1.0 specification.
- isNativeImage() - Method in class org.eclipse.lemminx.utils.platform.JVM
-
Returns true if the server is a native image and false otherwise
- isNeedToAjdustWithPrefix() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- isNillable() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- isNillable() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns true if the element can have an explicit null value assigned to it.
- isNillable() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- isNillable() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- ISnippetContext<T> - Interface in org.eclipse.lemminx.commons.snippets
-
Snippet context used to filter the snippet.
- ISnippetRegistryLoader - Interface in org.eclipse.lemminx.commons.snippets
-
Loader used to load snippets in a given registry for a language id.
- isNoDefaultXmlns() - Method in class org.eclipse.lemminx.dom.DOMAttr
-
Returns true if attribute name is the no default xmlns attribute and false otherwise.
- isNoDefaultXmlns(String) - Static method in class org.eclipse.lemminx.dom.DOMAttr
- isNodeSymbol(DOMNode) - Method in class org.eclipse.lemminx.settings.XMLSymbolFilter
-
Returns true if the given node is a symbol and false otherwise.
- ISO_8859_1 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- isOpen() - Method in interface org.eclipse.lemminx.services.extensions.hover.IHoverRequest
-
Returns true if hovered tag is opened and false otherwise.
- isOpenSettingsCommandSupport() - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
-
Returns true if the client supports the open settings command and false otherwise See
ClientCommands.OPEN_SETTINGS - isOpenSettingsCommandSupport() - Method in class org.eclipse.lemminx.settings.SharedSettings
-
Returns true if the client supports the open settings command and false otherwise See
ClientCommands.OPEN_SETTINGS - isOptional(String) - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- isOptional(String) - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns true if the child element name is optional and false otherwise.
- isOptional(String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- isOptional(String) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- isOrphanEndTag() - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if the given element is an orphan end tag (which has no start tag, eg: ) and false otherwise.
- isOrphanEndTagOf(String) - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if the given element is an orphan end tag (which has no start tag, eg: ) of the given tag name and false otherwise.
- isOwnerDocument() - Method in class org.eclipse.lemminx.dom.DOMNode
- isPreserveAttributeLineBreaks() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
-
Returns the value of preserveAttrLineBreaks
- isPreserveEmptyContent() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isProcessingInstruction() - Method in class org.eclipse.lemminx.dom.DOMNode
- isProcessingInstruction() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- isProlog() - Method in class org.eclipse.lemminx.dom.DOMNode
- isProlog() - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- isQuote(char) - Static method in class org.eclipse.lemminx.utils.StringUtils
- isQuoted(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns true if
valuehas matching surrounding quotes and false otherwise. - isRangeFoldingDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isRangeFormattingDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isRef(Element) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- isReferencesDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isRefreshCodeLenses() - Method in class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- isRelatedInformation() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- isRelaxNG(DOMDocument) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the XML document is a RelaxNG grammar and false otherwise.
- isRelaxNGUri(String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the given URI is a RelaxNG grammar and false otherwise.
- isRelaxNGUriCompactSyntax(String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the given URI is a RelaxNG grammar compact syntax and false otherwise.
- isRelaxNGUriXMLSyntax(String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the given URI is a RelaxNG grammar XML syntax and false otherwise.
- isRelaxNGXMLSyntax(DOMDocument) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the XML document is a RelaxNG grammar XML syntax and false otherwise.
- isRenameDynamicRegistrationSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isRequired() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- isRequired() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMAttributeDeclaration
-
Returns true if the attribute is required and false otherwise.
- isRequired() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDAttributeDeclaration
- isRequired() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
-
Returns true if the attribute declaration is required and false otherwise.
- isRequired() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDAttributeDeclaration
- isResolveAdditionalTextEditsSupported() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns true if the editor supports delayed resolution of additionalTextEdits and false otherwise.
- isResolveAdditionalTextEditsSupported() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
-
Returns true if the editor supports delayed resolution of additionalTextEdits and false otherwise.
- isResolveAdditionalTextEditsSupported() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- isResolveDocumentationSupported() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolverRequest
-
Returns true if the editor supports delayed resolution of documentation and false otherwise.
- isResolveDocumentationSupported() - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionRequest
-
Returns true if the editor supports delayed resolution of documentation and false otherwise.
- isResolveDocumentationSupported() - Method in class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- isResolveExternalEntities() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Returns true if external entities must be resolved and false otherwise.
- isResolveExternalEntities() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
-
Returns true if external entities must be resolved and false otherwise.
- isResourceOperationSupported(String) - Method in class org.eclipse.lemminx.settings.XMLWorkspaceSettings
-
Returns true if the client can support the given resource operation kind and false otherwise.
- isResultLimitExceeded() - Method in class org.eclipse.lemminx.services.LimitList
-
Returns true if the symbols limit has been exceeded while computing symbols information, false otherwise
- isRNGTargetElement(Element) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
-
Returns true if the given element is an RNG target element (define element) and false otherwise.
- isRootAttlist() - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
-
Returns true if this node's parent is the Doctype node.
- isSameNode(Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- isSameTag(String) - Method in class org.eclipse.lemminx.dom.DOMElement
-
Returns true if the given tag is the same tag of this element and false otherwise.
- isSearchInAttribute() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- isSearchInIncludedFiles() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- isSearchInText() - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- isSelectionRangeDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isSelfClosed() - Method in class org.eclipse.lemminx.dom.DOMElement
- isSequenced() - Method in class org.eclipse.lemminx.extensions.generators.ChildrenProperties
-
Returns true if tags for each child hierarchy have the same order and false otherwise.
- isShowAttributeName() - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
-
Returns true if the filter which matches an element attribute node should show the attribute name or not, the attribute value will always be shown, and false otherwise.
- isShowReferencedGrammars() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- isShowReferencedGrammars() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSymbolsSettings
-
Returns true if the referenced grammars must be inserted in the symbols and false otherwise.
- isSimilar(String, String) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Uses Levenshtein distance to determine similarity between strings
- isSimple() - Method in enum org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- isSpaceBeforeEmptyCloseTag() - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- isStartTagClosed() - Method in class org.eclipse.lemminx.dom.DOMElement
-
If '>' exists in
- isStringType() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- isStringType() - Method in interface org.eclipse.lemminx.extensions.contentmodel.model.CMElementDeclaration
-
Returns true if the element is a string type (ex : xs:string) and false otherwise.
- isStringType() - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDElementDeclaration
- isStringType() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- isSupported(String, String) - Method in class org.eclipse.lemminx.dom.DOMNode
- isSupportedByClient(String) - Method in interface org.eclipse.lemminx.services.extensions.codelens.ICodeLensRequest
-
Returns true if the given code lens kind is supported by the client and false otherwise.
- isSupportedByClient(String) - Method in class org.eclipse.lemminx.settings.XMLCodeLensSettings
-
Returns true if the given code lens kind is supported by the client and false otherwise.
- isTagOutsideOfBackticks(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
- isText() - Method in class org.eclipse.lemminx.dom.DOMNode
- isTokenTextBlank() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- isTokenTextBlank() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- isToSearchInAttribute() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- isToSearchInText() - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- isTrimFinalNewlines() - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- isTrimTrailingWhitespace() - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- isTypeDefinitionDynamicRegistered() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- ISuffixPositionProvider - Interface in org.eclipse.lemminx.commons.snippets
-
Suffix position provider API.
- isUnique() - Method in class org.eclipse.lemminx.extensions.generators.AttributeDeclaration
- isUseCache() - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
-
Returns true if cache to download XML Schema, DTD must be activated and false otherwise.
- isUseCache() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
-
Returns
trueif cache must be used,falseotherwise. - isUseCache() - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Returns
trueif cache must be used,falseotherwise. - isValid() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
-
Returns true if the search node is valid and false otherwise.
- isValidName(String) - Static method in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
- isValidNmtoken(String) - Static method in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
- isValidPath(Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Returns true if the file at the given path exists.
- isWhitespace() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- isWhitespace(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
- isWhitespace(String, int) - Static method in class org.eclipse.lemminx.utils.StringUtils
- isWhitespace(String, int, int) - Static method in class org.eclipse.lemminx.utils.StringUtils
- isWindows - Static variable in class org.eclipse.lemminx.utils.platform.Platform
- isWindows() - Method in class org.eclipse.lemminx.utils.platform.OS
-
Returns true if the operating system is Windows and false otherwise
- isWithinInternalDTD(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Returns true if 'offset' is within an internal DOCTYPE dtd.
- isWorkDoneProgressSupported() - Method in interface org.eclipse.lemminx.commons.progress.ProgressSupport
-
Returns true if the LSP client can support LSP progress and false otherwise.
- isWorkDoneProgressSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isWorkDoneProgressSupported() - Method in class org.eclipse.lemminx.XMLLanguageServer
- isWorkspaceFoldersSupported() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
- isXMLModel(DOMNode) - Static method in class org.eclipse.lemminx.dom.XMLModel
-
Returns true if the given node is a xml-model processing instruction and false otherwise.
- isXmlns() - Method in class org.eclipse.lemminx.dom.DOMAttr
-
Returns true if attribute name is a xmlns attribute and false otherwise.
- isXmlns(String) - Static method in class org.eclipse.lemminx.dom.DOMAttr
- isXSAttribute(DOMElement) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSComplexType(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSD(String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the given URI is a XML Schema and false otherwise.
- isXSD(DOMDocument) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the XML document is a XML Schema and false otherwise.
- isXSElement(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSGroup(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSImport(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSInclude(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSISchemaLocationAttr(String, DOMAttr) - Static method in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- isXSL(String) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the given URI is a XSL and false otherwise.
- isXSL(DOMDocument) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns true if the XML document is a XSL and false otherwise.
- isXSSchema(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSSimpleType(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- isXSTargetElement(Element) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- ISymbolsProviderParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Symbols provider participant API.
- ISymbolsProviderParticipant.SymbolStrategy - Enum in org.eclipse.lemminx.services.extensions
- ITypeDefinitionParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Type Definition participant API.
- ITypeDefinitionRequest - Interface in org.eclipse.lemminx.services.extensions
-
Type Definition request API.
- IWorkspaceServiceParticipant - Interface in org.eclipse.lemminx.services.extensions
-
Workspace Service participant API.
- IXMLCommandService - Interface in org.eclipse.lemminx.services.extensions.commands
-
Service available to XML LS extensions to add/remove/execute commands via the XML LS
- IXMLCommandService.IDelegateCommandHandler - Interface in org.eclipse.lemminx.services.extensions.commands
-
Command handler to register with the workspace service
- IXMLDocumentProvider - Interface in org.eclipse.lemminx.services
-
DOMDocumentprovider. - IXMLErrorCode - Interface in org.eclipse.lemminx.services.extensions.diagnostics
-
XML error code API.
- IXMLExtension - Interface in org.eclipse.lemminx.services.extensions
-
XML extension.
- IXMLFullFormatter - Interface in org.eclipse.lemminx.services
-
XML formatter API.
- IXMLNotificationService - Interface in org.eclipse.lemminx.services
-
Notification service API
- IXMLReferenceCollector - Interface in org.eclipse.lemminx.extensions.references.search
-
API to collect from/to attribute, text nodes which matches
XMLReferenceExpression.matchTo(org.w3c.dom.Node) - IXMLSettingFeature - Interface in org.eclipse.lemminx.client
-
Features that are associated with a particuliar settingId
- IXMLSnippetContext - Interface in org.eclipse.lemminx.services.snippets
-
XML snippet context API.
- IXMLValidationService - Interface in org.eclipse.lemminx.services
-
XML Document validation service available to XML LS extensions
- IXPathNodeMatcher - Interface in org.eclipse.lemminx.xpath.matcher
-
XPath node matcher tests if
Nodematch a fragment of XPath. - IXPathNodeMatcher.MatcherType - Enum in org.eclipse.lemminx.xpath.matcher
J
- JSONUtility - Class in org.eclipse.lemminx.utils
-
JSONUtility
- JVM - Class in org.eclipse.lemminx.utils.platform
-
JVM information
- JVM() - Constructor for class org.eclipse.lemminx.utils.platform.JVM
- JVM_IS_NATIVE_IMAGE - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- JVM_MEMORY_FREE - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- JVM_MEMORY_MAX - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- JVM_MEMORY_TOTAL - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- JVM_NAME - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- JVM_RUNTIME - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- JVM_VERSION - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
L
- launch(InputStream, OutputStream) - Static method in class org.eclipse.lemminx.XMLServerLauncher
-
Launches
XMLLanguageServerand makes it accessible through the JSON RPC protocol defined by the LSP. - launch(String[]) - Method in class org.eclipse.lemminx.XMLServerSocketLauncher
-
Launches
XMLLanguageServerusing asynchronous server-socket channel and makes it accessible through the JSON RPC protocol defined by the LSP. - LEMMINX_WORKDIR_KEY - Static variable in class org.eclipse.lemminx.utils.FilesUtils
- length() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- LessthanInAttValue - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- LessthanInAttValue - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- LevenshteinDistance - Class in org.eclipse.lemminx.utils
-
An algorithm for measuring the difference between two character sequences.
- LevenshteinDistance() - Constructor for class org.eclipse.lemminx.utils.LevenshteinDistance
-
This returns the default instance that uses a version of the algorithm that does not use a threshold parameter.
- LevenshteinDistance(Integer) - Constructor for class org.eclipse.lemminx.utils.LevenshteinDistance
-
If the threshold is not null, distance calculations will be limited to a maximum length.
- LimitExceededWarner - Class in org.eclipse.lemminx.client
-
LimitExceededWarner sends a warning to the client via a jsonrpc notification Cache is a Map
> where the keys are the feature names and the values are the file paths for which notifications have been sent already - LimitExceededWarner(IXMLNotificationService) - Constructor for class org.eclipse.lemminx.client.LimitExceededWarner
- LimitFeature - Enum in org.eclipse.lemminx.client
-
Features that are associated with some limit For example, document symbols have a maximum limit for performance reasons
- LimitList<T> - Class in org.eclipse.lemminx.services
-
List class which checks the limit when item is added.
- LimitList(AtomicLong) - Constructor for class org.eclipse.lemminx.services.LimitList
- LimitList.ResultLimitExceededException - Exception in org.eclipse.lemminx.services
- lineAt(int) - Method in class org.eclipse.lemminx.commons.TextDocument
-
Returns the line number the character at the given offset belongs to.
- lineDelimiter(int) - Method in class org.eclipse.lemminx.commons.TextDocument
- lineDelimiter(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- linefeed() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- LineIndentInfo - Class in org.eclipse.lemminx.dom
- LineIndentInfo(String, String) - Constructor for class org.eclipse.lemminx.dom.LineIndentInfo
- lineOffsetAt(int) - Method in class org.eclipse.lemminx.commons.TextDocument
- lineText(int) - Method in class org.eclipse.lemminx.commons.TextDocument
- lineText(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- LINK_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- LINKED_EDITING_RANGE_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- linkedEditingRange(LinkedEditingRangeParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- load(SnippetRegistry) - Method in interface org.eclipse.lemminx.commons.snippets.ISnippetRegistryLoader
-
Register snippets in the given snippet registry.
- load(SnippetRegistry) - Method in class org.eclipse.lemminx.services.snippets.XMLSnippetRegistryLoader
- loadDocument(String, URIResolverExtensionManager) - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns the DOM document from the given XML Schema uri.
- loadGrammar(XMLInputSource) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- loadInternalDTD(String, String, String) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- loadSchema(RelaxNGDescription, XMLEntityResolver, XMLErrorReporter, SchemaPatternBuilder) - Static method in class org.eclipse.lemminx.extensions.relaxng.jing.SchemaProvider
- loadSchema(InputSource, XMLEntityResolver, XMLErrorReporter, SchemaPatternBuilder, XMLReaderCreator) - Static method in class org.eclipse.lemminx.extensions.relaxng.jing.SchemaProvider
- LOCAL - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
- lockPool() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- lockPool() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- LogHelper - Class in org.eclipse.lemminx.logs
-
LogHelper
- LogHelper() - Constructor for class org.eclipse.lemminx.logs.LogHelper
- LogsSettings - Class in org.eclipse.lemminx.settings
-
XML logs settings.
- LogsSettings() - Constructor for class org.eclipse.lemminx.settings.LogsSettings
- lookupNamespaceURI(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- lookupPrefix(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- LSPClientLogHandler - Class in org.eclipse.lemminx.logs
-
LSP client JUL
Handler - LSPClientLogHandler(LanguageClient) - Constructor for class org.eclipse.lemminx.logs.LSPClientLogHandler
- LSPContentHandler - Class in org.eclipse.lemminx.services.extensions.diagnostics
-
SAX content handler to stop immediatly the XML parsing by checking
CancelChecker.checkCanceled() - LSPContentHandler(CancelChecker) - Constructor for class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- LSPErrorReporterForXML - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
LSP error reporter for XML syntax and error grammar (XML Schema/DTD).
- LSPErrorReporterForXML(DOMDocument, List<Diagnostic>, ContentModelManager, boolean, Map<String, ReferencedGrammarDiagnosticsInfo>) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPErrorReporterForXML
- LSPErrorReporterForXSD - Class in org.eclipse.lemminx.extensions.xsd.participants.diagnostics
-
The SAX
ErrorHandlergives just information of the offset where there is an error. - LSPErrorReporterForXSD(DOMDocument, List<Diagnostic>, ContentModelManager, boolean, Map<String, ReferencedGrammarDiagnosticsInfo>) - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPErrorReporterForXSD
- LSPFormattingOptions - Class in org.eclipse.lemminx.settings
-
Value-object describing what options formatting should use.
- LSPFormattingOptions() - Constructor for class org.eclipse.lemminx.settings.LSPFormattingOptions
- LSPMessageFormatter - Class in org.eclipse.lemminx.extensions.xerces
-
SchemaMessageProvider implements an XMLMessageProvider that provides localizable error messages for the W3C XML Schema Language
- LSPMessageFormatter() - Constructor for class org.eclipse.lemminx.extensions.xerces.LSPMessageFormatter
- LSPSAXParser - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
Extension of Xerces SAX Parser to fix some Xerces bugs: [BUG 2]: when Xerces XML grammar pool is used, the second validation ignore the existing of entities.
- LSPSAXParser(LSPErrorReporterForXML, XMLParserConfiguration, LSPXMLGrammarPool, DOMDocument) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPSAXParser
- LSPSchemaParsingConfig - Class in org.eclipse.lemminx.extensions.xerces
-
The Xerces
SchemaParsingConfigdoesn't give the capability to customize the XML entity manager. - LSPSchemaParsingConfig(XMLEntityManager) - Constructor for class org.eclipse.lemminx.extensions.xerces.LSPSchemaParsingConfig
- LSPSecurityManager - Class in org.eclipse.lemminx.extensions.xerces
-
LSP security manager.
- LSPSecurityManager() - Constructor for class org.eclipse.lemminx.extensions.xerces.LSPSecurityManager
- LSPXML11DTDProcessor - Class in org.eclipse.lemminx.extensions.dtd.participants.diagnostics
-
The Xerces
XML11DTDProcessordoesn't give the capability to customize the XML entity manager. - LSPXML11DTDProcessor(XMLEntityManager, XMLErrorReporter, XMLEntityResolver) - Constructor for class org.eclipse.lemminx.extensions.dtd.participants.diagnostics.LSPXML11DTDProcessor
- LSPXMLEntityManager - Class in org.eclipse.lemminx.extensions.xerces
-
Custom XML entity manager which return an empty string when a DOCTYPE SYSTEM or ENTITY SYSTEM doesn't exist to: avoid breaking the XML syntax validation when XML contains a DOCTYPE/ENTITY SYSTEM which doesn't exist report the error DOCTYPE/ENTITY SYSTEM which doesn't exist in the proper range of SYSTEM
- LSPXMLEntityManager() - Constructor for class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- LSPXMLEntityManager(AbstractLSPErrorReporter, LSPXMLGrammarPool) - Constructor for class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- LSPXMLEntityResolver - Class in org.eclipse.lemminx.extensions.xerces
-
XMLEntityResolverused when XML, XSD, DTD is validated and declared some external resources (with DOCTYPE, xsi:schemaLocation, etc). - LSPXMLEntityResolver(XMLEntityResolver, DiagnosticsResult) - Constructor for class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityResolver
- LSPXMLGrammarPool - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
LSP XML grammar pool.
- LSPXMLGrammarPool() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- LSPXMLGrammarPool(int) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- LSPXMLGrammarPool.Entry - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
This class is a grammar pool entry.
- LSPXMLGrammarPoolWrapper - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
Xerces grammar pool which tracks all DTD grammars which are cached for an XML validation.
- LSPXMLGrammarPoolWrapper(LSPXMLGrammarPool) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- LSPXMLGrammarPreparser - Class in org.eclipse.lemminx.extensions.xsd.participants.diagnostics
-
Xerces
XMLGrammarPreparserdoesn't provide the capability to override theXMLErrorReporterwhich is required to get XMLl This class overridesXMLGrammarPreparser.preparseGrammar(String, XMLInputSource)to use LSP error reporter. - LSPXMLGrammarPreparser() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPXMLGrammarPreparser
- lt - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
- lTrim(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
M
- main(String[]) - Static method in class org.eclipse.lemminx.XMLServerLauncher
-
Calls
XMLServerLauncher.launch(InputStream, OutputStream), using the standard input and output streams. - main(String[]) - Static method in class org.eclipse.lemminx.XMLServerSocketLauncher
- MAIN_BRANCH - Static variable in class org.eclipse.lemminx.utils.platform.Version
- MARKDOWN_SEPARATOR - Static variable in class org.eclipse.lemminx.utils.MarkupContentFactory
- MarkdownConverter - Class in org.eclipse.lemminx.utils
-
Converts HTML content into Markdown equivalent.
- MarkupContentFactory - Class in org.eclipse.lemminx.utils
-
Factory to create LSP4J
MarkupContent - MarkupContentFactory() - Constructor for class org.eclipse.lemminx.utils.MarkupContentFactory
- MarkupEntityMismatch - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- MarkupEntityMismatchCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
MarkupEntityMismatchCodeAction is a code action that triggers when the end tag of the root element is missing.
- MarkupEntityMismatchCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.MarkupEntityMismatchCodeAction
- MarkupNotRecognizedInContent - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- MASK_CONTENT - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Content character mask.
- MASK_NAME - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Name character mask.
- MASK_NAME_START - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Name start character mask.
- MASK_NCNAME - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
NCName character mask.
- MASK_NCNAME_START - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
NCName start character mask.
- MASK_PUBID - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Pubid character mask.
- MASK_SPACE - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Space character mask.
- MASK_VALID - Static variable in class org.eclipse.lemminx.extensions.generators.XMLChar
-
Valid character mask.
- match(BiPredicate<ISnippetContext<?>, Map<String, String>>, Map<String, String>) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelTypeDefinitionParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDDefinitionParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.dtd.participants.DTDReferenceParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.entities.participants.EntitiesDefinitionParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesDefinitionParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesReferenceParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDefinitionParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGReferenceParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDDefinitionParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDReferenceParticipant
- match(DOMDocument) - Method in class org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
-
Returns true if the definition support is applicable for the given document and false otherwise.
- match(DOMDocument) - Method in class org.eclipse.lemminx.services.extensions.AbstractReferenceParticipant
-
Returns true if the reference support is applicable for the given document and false otherwise.
- match(DOMDocument) - Method in class org.eclipse.lemminx.services.extensions.AbstractTypeDefinitionParticipant
-
Returns true if the type definition support is applicable for the given document and false otherwise.
- match(Node) - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColorExpression
- match(Node) - Method in interface org.eclipse.lemminx.extensions.filepath.IFilePathExpression
-
Returns true if the given DOM node matches the file path expression and false otherwise.
- match(Node) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- match(Node) - Method in class org.eclipse.lemminx.extensions.filepath.SimpleFilePathExpression
- match(Node) - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
-
Returns true if the given node match the XPath expression and false otherwise.
- match(Node) - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
-
Returns true if the given DOM Node match the XPath expression of this XPath matcher and false otherwise.
- match(Node, Collection<String>) - Method in interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
-
Match the
Nodeand fill wildcard values if node matcher define widcard. - match(Node, Collection<String>) - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
- match(Node, Collection<String>) - Method in class org.eclipse.lemminx.xpath.matcher.XPathAttributeNameMatcher
- match(Node, Collection<String>) - Method in class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
- match(Node, Collection<String>) - Method in class org.eclipse.lemminx.xpath.matcher.XPathMatcher
-
Returns true if the given DOM Node match the XPath expression of this XPath matcher and false otherwise.
- match(Node, Collection<String>) - Method in class org.eclipse.lemminx.xpath.matcher.XPathTextMatcher
- matches(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationFilter
- matches(String) - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- matches(URI) - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- matchesValue(SearchNode) - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
-
Returns true if the given search node
searchNodematches the value of this search node and false otherwise. - matchFrom(Node) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
-
Returns true if the given DOM Node match the XPath expression of the 'from' XPath matcher and false otherwise.
- matchingTagPosition(TextDocumentPositionParams) - Method in interface org.eclipse.lemminx.customservice.XMLLanguageServerAPI
- matchingTagPosition(TextDocumentPositionParams) - Method in class org.eclipse.lemminx.XMLLanguageServer
- matchTo(Node) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
-
Returns true if the given DOM Node match the XPath expression of the 'to' XPath matcher and false otherwise.
- Memory - Class in org.eclipse.lemminx.utils.platform
-
JVM memory information
- merge(XMLValidationRootSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
- merge(XMLValidationSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- merge(XMLCodeLensSettings) - Method in class org.eclipse.lemminx.settings.XMLCodeLensSettings
- merge(XMLCompletionSettings) - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
-
Merge only the given completion settings (and not the capability) in the settings.
- merge(XMLFoldingSettings) - Method in class org.eclipse.lemminx.settings.XMLFoldingSettings
-
Merge only the given completion settings (and not the capability) in the settings.
- merge(XMLFormattingOptions) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- merge(XMLPreferences) - Method in class org.eclipse.lemminx.settings.XMLPreferences
-
Merges the contents of
newPreferencesto the currentXMLPreferencesinstance - merge(XMLSymbolSettings) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- merge(FormattingOptions) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- missing_children - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- missing_name_attribute - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- missing_name_class - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- missing_start_element - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- missing_type_attribute - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- MissingElementDataConstants - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
-
Data entry field used in the codeAction/resolve for inserting missing elements.
- MissingElementDataConstants() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.MissingElementDataConstants
- MissingGrammarDataConstants - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
Data entry field used in the codeAction/resolve for missing grammar.
- MixedContent - org.eclipse.lemminx.services.format.FormatElementCategory
-
In the mixed content category, a single whitespace between text characters is considered significant and all other spaces are considered insignificant.
- ModelTextDocument<T> - Class in org.eclipse.lemminx.commons
-
A
TextDocumentwhich is associate to a model loaded in async. - ModelTextDocument(String, String, BiFunction<TextDocument, CancelChecker, T>) - Constructor for class org.eclipse.lemminx.commons.ModelTextDocument
- ModelTextDocument(TextDocumentItem, BiFunction<TextDocument, CancelChecker, T>) - Constructor for class org.eclipse.lemminx.commons.ModelTextDocument
- ModelTextDocuments<T> - Class in org.eclipse.lemminx.commons
-
The cache of
TextDocumentlinked to a model. - ModelTextDocuments(BiFunction<TextDocument, CancelChecker, T>) - Constructor for class org.eclipse.lemminx.commons.ModelTextDocuments
- ModelValidatorDelayer<T> - Class in org.eclipse.lemminx.commons
-
Validate a given model document with delay.
- ModelValidatorDelayer(ScheduledExecutorService, Consumer<ModelTextDocument<T>>, long) - Constructor for class org.eclipse.lemminx.commons.ModelValidatorDelayer
- ModelValidatorDelayer(Consumer<ModelTextDocument<T>>) - Constructor for class org.eclipse.lemminx.commons.ModelValidatorDelayer
- MSG_ATTRIBUTE_NOT_DECLARED - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ATTRIBUTE_VALUE_NOT_IN_LIST - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_CLOSE_PAREN_REQUIRED_IN_CHILDREN - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_CONTENT_INCOMPLETE - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_CONTENT_INVALID - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ELEMENT_ALREADY_DECLARED - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ELEMENT_NOT_DECLARED - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ELEMENT_TYPE_REQUIRED_IN_ATTLISTDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ELEMENT_TYPE_REQUIRED_IN_ELEMENTDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ELEMENT_WITH_ID_REQUIRED - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_ENTITY_NAME_REQUIRED_IN_ENTITYDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_FIXED_ATTVALUE_INVALID - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_MARKUP_NOT_RECOGNIZED_IN_DTD - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_NOTATION_NAME_REQUIRED_IN_NOTATIONDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_OPEN_PAREN_OR_ELEMENT_TYPE_REQUIRED_IN_CHILDREN - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_REQUIRED_ATTRIBUTE_NOT_SPECIFIED - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_SPACE_REQUIRED_AFTER_NOTATION_NAME_IN_NOTATIONDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_SPACE_REQUIRED_BEFORE_ELEMENT_TYPE_IN_ATTLISTDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_SPACE_REQUIRED_BEFORE_ELEMENT_TYPE_IN_ELEMENTDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MSG_SPACE_REQUIRED_BEFORE_ENTITY_NAME_IN_ENTITYDECL - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- MultiCancelChecker - Class in org.eclipse.lemminx.commons
-
Multiple cancel checker.
- MultiCancelChecker(CancelChecker...) - Constructor for class org.eclipse.lemminx.commons.MultiCancelChecker
- MultiLineStream - Class in org.eclipse.lemminx.dom.parser
-
Multi line stream.
- MultiLineStream(String, int) - Constructor for class org.eclipse.lemminx.dom.parser.MultiLineStream
- MultipleContentHandler - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
Multiple SAX
ContentHandler. - MultipleContentHandler() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- MultipleFallbacks - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- MultipleRootElements - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- MyCombineSchema - Class in org.eclipse.lemminx.extensions.relaxng.jing.toremove
-
This class is a copy of
CombineSchemaadapted for LemMinx. - MyCombineSchema(Schema, Schema, PropertyMap) - Constructor for class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyCombineSchema
- MyCompactSchemaReader - Class in org.eclipse.lemminx.extensions.relaxng.jing.toremove
-
This class is a copy of
CompactSchemaReaderadapted for LemMinx. - MyPatternSchema - Class in org.eclipse.lemminx.extensions.relaxng.jing.toremove
-
This class is a copy of
PatternSchemaadapted for LemMinx. - MyPatternSchema(SchemaPatternBuilder, Pattern, PropertyMap) - Constructor for class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MyPatternSchema
- MyRequiredElementsFunction - Class in com.thaiopensource.relaxng.pattern
- MyRequiredElementsFunction(Set<String>) - Constructor for class com.thaiopensource.relaxng.pattern.MyRequiredElementsFunction
- MySAXSchemaReader - Class in org.eclipse.lemminx.extensions.relaxng.jing.toremove
-
This class is a copy of
SAXSchemaReaderadapted for LemMinx. - MySchemaPatternBuilder - Class in com.thaiopensource.relaxng.pattern
-
This class extends
SchemaPatternBuilderto copy theLocatorwhenElementPatternandAttributePatternare created, because by default the received locator instance is a singleton and we loose the correct line/character position. - MySchemaPatternBuilder() - Constructor for class com.thaiopensource.relaxng.pattern.MySchemaPatternBuilder
- MySchemaReaderImpl - Class in org.eclipse.lemminx.extensions.relaxng.jing.toremove
-
This class is a copy of
SchemaReaderImpladapted for LemMinx. - MySchemaReaderImpl() - Constructor for class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
N
- name - Variable in class org.eclipse.lemminx.telemetry.TelemetryEvent
- NAME_ATTR - Static variable in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- NameRequiredInReference - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- NAMESPACE_ATTR - Static variable in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- NamespacesEnabled - Enum in org.eclipse.lemminx.extensions.contentmodel.settings
- never - org.eclipse.lemminx.extensions.contentmodel.settings.NamespacesEnabled
- never - org.eclipse.lemminx.extensions.contentmodel.settings.SchemaEnabled
- NewFileSnippetContext - Class in org.eclipse.lemminx.services.snippets
-
Snippet context used to filter snippets if XML file is empty or not.
- NewFileSnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- newSAXParserFactory() - Static method in class org.eclipse.lemminx.utils.DOMUtils
-
Returns an instance of SAX parser factory by disabling external entities declarations.
- next - Variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool.Entry
- next() - Method in class org.eclipse.lemminx.utils.CompletionSortTextHelper
- next(CompletionItemKind) - Method in class org.eclipse.lemminx.utils.CompletionSortTextHelper
- nextDelimiterInfo(String, int) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
-
Returns the information about the first delimiter found in the given text starting at the given offset.
- NIL_DOC - Static variable in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- NO - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- no_attributes_allowed - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- NO_NAMESPACE_SCHEMA_LOCATION - Static variable in interface org.eclipse.lemminx.uriresolver.IExternalGrammarLocationProvider
- NO_NAMESPACE_SCHEMA_LOCATION_DOC - Static variable in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- NO_RANGE - Static variable in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- NoFallback - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- NoGrammarConstraints - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- NoGrammarConstraintsCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Code Action to bind a XML to a grammar (DTD, XSD) by generating the grammar.
- NoGrammarConstraintsCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.NoGrammarConstraintsCodeAction
- NoGrammarConstraintsDataConstants - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
-
Data entry field used in the codeAction/resolve to generate the grammar.
- NoMorePseudoAttributes - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- NoNamespaceSchemaLocation - Class in org.eclipse.lemminx.dom
-
The declared "xsi:noNamespaceSchemaLocation"
- NoNamespaceSchemaLocation(DOMAttr) - Constructor for class org.eclipse.lemminx.dom.NoNamespaceSchemaLocation
- NonDuplicateNotation - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- NonDuplicateUnparsedEntity - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- none - org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
- none - org.eclipse.lemminx.settings.SchemaDocumentationType
- NONE - org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils.BindingType
- NONE - org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- normalize() - Method in class org.eclipse.lemminx.dom.DOMNode
- normalizeDocument() - Method in class org.eclipse.lemminx.dom.DOMDocument
- normalizePath(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Given a file path as a string, will normalize it and return the normalized string if valid, or null if not.
- normalizeSpace(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Returns the result of normalize space of the given string.
- normalizeSpace(String, StringBuilder) - Static method in class org.eclipse.lemminx.utils.StringUtils
-
Normalizes the whitespace characters of a given string and applies it to the given string builder.
- NormalizeSpace - org.eclipse.lemminx.services.format.FormatElementCategory
-
In the normalize space category, a single whitespace character between character strings is considered significant and all other spaces are considered insignificant.
- NotationDeclUnterminated - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- notifyProgress(String, WorkDoneProgressNotification) - Method in interface org.eclipse.lemminx.commons.progress.ProgressSupport
-
Notify the the progress notification with the given process id.
- notifyProgress(String, WorkDoneProgressNotification) - Method in class org.eclipse.lemminx.XMLLanguageServer
- NULL_VALUE - Static variable in class org.eclipse.lemminx.dom.DOMNode
-
Null value used for offset.
- NVDL_SCHEMATYPENS - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
O
- OFFSET_FIELD - Static variable in class org.eclipse.lemminx.services.data.DataEntryField
- offsetAt(Position) - Method in class org.eclipse.lemminx.commons.TextDocument
- offsetAt(Position) - Method in class org.eclipse.lemminx.dom.DOMDocument
- OK - org.eclipse.lemminx.extensions.references.search.SearchNode.ValidationStatus
- onAttributeName(boolean, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCompletionParticipant
- onAttributeName(boolean, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.prolog.PrologCompletionParticipant
- onAttributeName(boolean, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsi.participants.XSICompletionParticipant
- onAttributeName(boolean, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.CompletionParticipantAdapter
- onAttributeName(boolean, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
- onAttributeName(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelHoverParticipant
- onAttributeName(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsi.participants.XSIHoverParticipant
- onAttributeName(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
- onAttributeName(IHoverRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.hover.IHoverParticipant
-
onAttributeName method
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.prolog.PrologCompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesCompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGCompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDCompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsi.participants.XSICompletionParticipant
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.CompletionParticipantAdapter
- onAttributeValue(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
-
Collects and stores attribute value completion items within the provided completion response
response - onAttributeValue(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelHoverParticipant
- onAttributeValue(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
- onAttributeValue(IHoverRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.hover.IHoverParticipant
-
onAttributeValue method
- onDidChangeTextDocument(DidChangeTextDocumentParams) - Method in class org.eclipse.lemminx.commons.TextDocuments
- onDidCloseTextDocument(DidCloseTextDocumentParams) - Method in class org.eclipse.lemminx.commons.TextDocuments
- onDidOpen(DOMDocument, ContentModelManager) - Method in class org.eclipse.lemminx.telemetry.TelemetryManager
- onDidOpenTextDocument(DidOpenTextDocumentParams) - Method in class org.eclipse.lemminx.commons.TextDocuments
- onDTDSystemId(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionParticipant
- onDTDSystemId(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.CompletionParticipantAdapter
- onDTDSystemId(String, ICompletionRequest, ICompletionResponse, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
-
Collects and stores systemId completion items within the provided completion response
response - onElement - org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
- onInitialized(InitializedParams) - Method in class org.eclipse.lemminx.telemetry.TelemetryManager
-
Send a telemetry event on start of the XML server
- onInvalidFilePath(Set<String>, PathFeature) - Method in class org.eclipse.lemminx.client.InvalidPathWarner
-
Sends the invalid path warning to the client only if the provided
invalidPathsset does not match thefeature's cache set After sending the warning, thefeature's cache set is replaced with the providedinvalidPathsset - onNamespaceEncountered - org.eclipse.lemminx.extensions.contentmodel.settings.NamespacesEnabled
- onPair - org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
- onResultLimitExceeded(String, int, LimitFeature) - Method in class org.eclipse.lemminx.client.LimitExceededWarner
-
Sends the limit exceeded warning to the client only if the provided uri does not exist in the cache After sending the warning, the uri is added to the cache
- onResultLimitExceeded(String, LimitFeature) - Method in class org.eclipse.lemminx.client.LimitExceededWarner
-
Sends the limit exceeded warning to the client only if the provided uri does not exist in the
feature's cache set After sending the warning, the uri is added to thefeature's cache set - onTag(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelHoverParticipant
- onTag(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
- onTag(IHoverRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.hover.IHoverParticipant
-
onTag method
- onTagOpen(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCompletionParticipant
- onTagOpen(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.CompletionParticipantAdapter
- onTagOpen(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
- onText(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelHoverParticipant
- onText(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.entities.participants.EntitiesHoverParticipant
- onText(IHoverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.hover.HoverParticipantAdapter
- onText(IHoverRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.hover.IHoverParticipant
-
onText method
- onValidSchema - org.eclipse.lemminx.extensions.contentmodel.settings.SchemaEnabled
- onXMLContent(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelCompletionParticipant
- onXMLContent(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.entities.participants.EntitiesCompletionParticipant
- onXMLContent(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.filepath.participants.FilePathCompletionParticipant
- onXMLContent(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesCompletionParticipant
- onXMLContent(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.CompletionParticipantAdapter
- onXMLContent(ICompletionRequest, ICompletionResponse, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
- OPEN_BINDING_WIZARD - Static variable in class org.eclipse.lemminx.client.ClientCommands
-
Open the binding wizard to bind the XML to a grammar/schema.
- OPEN_SETTINGS - Static variable in class org.eclipse.lemminx.client.ClientCommands
-
Open settings command.
- OPEN_URI - Static variable in class org.eclipse.lemminx.client.ClientCommands
-
Client command to open URI
- OpenQuoteExpected - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- OpenQuoteExpected - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- OpenQuoteExpectedCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
OpenQuoteExpectedCodeAction
- OpenQuoteExpectedCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.OpenQuoteExpectedCodeAction
- OpenQuoteMissingInDecl - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- OpenUri - Static variable in class org.eclipse.lemminx.client.CodeLensKind
- org.eclipse.lemminx - package org.eclipse.lemminx
- org.eclipse.lemminx.client - package org.eclipse.lemminx.client
- org.eclipse.lemminx.commons - package org.eclipse.lemminx.commons
- org.eclipse.lemminx.commons.config - package org.eclipse.lemminx.commons.config
- org.eclipse.lemminx.commons.progress - package org.eclipse.lemminx.commons.progress
- org.eclipse.lemminx.commons.snippets - package org.eclipse.lemminx.commons.snippets
- org.eclipse.lemminx.customservice - package org.eclipse.lemminx.customservice
- org.eclipse.lemminx.dom - package org.eclipse.lemminx.dom
- org.eclipse.lemminx.dom.parser - package org.eclipse.lemminx.dom.parser
- org.eclipse.lemminx.extensions.catalog - package org.eclipse.lemminx.extensions.catalog
- org.eclipse.lemminx.extensions.catalog.participants - package org.eclipse.lemminx.extensions.catalog.participants
- org.eclipse.lemminx.extensions.colors - package org.eclipse.lemminx.extensions.colors
- org.eclipse.lemminx.extensions.colors.participants - package org.eclipse.lemminx.extensions.colors.participants
- org.eclipse.lemminx.extensions.colors.settings - package org.eclipse.lemminx.extensions.colors.settings
- org.eclipse.lemminx.extensions.colors.utils - package org.eclipse.lemminx.extensions.colors.utils
- org.eclipse.lemminx.extensions.contentmodel - package org.eclipse.lemminx.extensions.contentmodel
- org.eclipse.lemminx.extensions.contentmodel.commands - package org.eclipse.lemminx.extensions.contentmodel.commands
- org.eclipse.lemminx.extensions.contentmodel.model - package org.eclipse.lemminx.extensions.contentmodel.model
- org.eclipse.lemminx.extensions.contentmodel.participants - package org.eclipse.lemminx.extensions.contentmodel.participants
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions - package org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement - package org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar - package org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
- org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints - package org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
- org.eclipse.lemminx.extensions.contentmodel.participants.completion - package org.eclipse.lemminx.extensions.contentmodel.participants.completion
- org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics - package org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
- org.eclipse.lemminx.extensions.contentmodel.settings - package org.eclipse.lemminx.extensions.contentmodel.settings
- org.eclipse.lemminx.extensions.contentmodel.uriresolver - package org.eclipse.lemminx.extensions.contentmodel.uriresolver
- org.eclipse.lemminx.extensions.contentmodel.utils - package org.eclipse.lemminx.extensions.contentmodel.utils
- org.eclipse.lemminx.extensions.dtd - package org.eclipse.lemminx.extensions.dtd
- org.eclipse.lemminx.extensions.dtd.contentmodel - package org.eclipse.lemminx.extensions.dtd.contentmodel
- org.eclipse.lemminx.extensions.dtd.participants - package org.eclipse.lemminx.extensions.dtd.participants
- org.eclipse.lemminx.extensions.dtd.participants.diagnostics - package org.eclipse.lemminx.extensions.dtd.participants.diagnostics
- org.eclipse.lemminx.extensions.dtd.utils - package org.eclipse.lemminx.extensions.dtd.utils
- org.eclipse.lemminx.extensions.dtd.xmlmodel - package org.eclipse.lemminx.extensions.dtd.xmlmodel
- org.eclipse.lemminx.extensions.entities - package org.eclipse.lemminx.extensions.entities
- org.eclipse.lemminx.extensions.entities.participants - package org.eclipse.lemminx.extensions.entities.participants
- org.eclipse.lemminx.extensions.filepath - package org.eclipse.lemminx.extensions.filepath
- org.eclipse.lemminx.extensions.filepath.participants - package org.eclipse.lemminx.extensions.filepath.participants
- org.eclipse.lemminx.extensions.filepath.settings - package org.eclipse.lemminx.extensions.filepath.settings
- org.eclipse.lemminx.extensions.generators - package org.eclipse.lemminx.extensions.generators
- org.eclipse.lemminx.extensions.generators.xml2dtd - package org.eclipse.lemminx.extensions.generators.xml2dtd
- org.eclipse.lemminx.extensions.generators.xml2relaxng - package org.eclipse.lemminx.extensions.generators.xml2relaxng
- org.eclipse.lemminx.extensions.generators.xml2xsd - package org.eclipse.lemminx.extensions.generators.xml2xsd
- org.eclipse.lemminx.extensions.prolog - package org.eclipse.lemminx.extensions.prolog
- org.eclipse.lemminx.extensions.references - package org.eclipse.lemminx.extensions.references
- org.eclipse.lemminx.extensions.references.participants - package org.eclipse.lemminx.extensions.references.participants
- org.eclipse.lemminx.extensions.references.search - package org.eclipse.lemminx.extensions.references.search
- org.eclipse.lemminx.extensions.references.settings - package org.eclipse.lemminx.extensions.references.settings
- org.eclipse.lemminx.extensions.relaxng - package org.eclipse.lemminx.extensions.relaxng
- org.eclipse.lemminx.extensions.relaxng.grammar.rng - package org.eclipse.lemminx.extensions.relaxng.grammar.rng
- org.eclipse.lemminx.extensions.relaxng.jing - package org.eclipse.lemminx.extensions.relaxng.jing
- org.eclipse.lemminx.extensions.relaxng.jing.toremove - package org.eclipse.lemminx.extensions.relaxng.jing.toremove
- org.eclipse.lemminx.extensions.relaxng.utils - package org.eclipse.lemminx.extensions.relaxng.utils
- org.eclipse.lemminx.extensions.relaxng.xml.contentmodel - package org.eclipse.lemminx.extensions.relaxng.xml.contentmodel
- org.eclipse.lemminx.extensions.relaxng.xml.validator - package org.eclipse.lemminx.extensions.relaxng.xml.validator
- org.eclipse.lemminx.extensions.relaxng.xmlmodel - package org.eclipse.lemminx.extensions.relaxng.xmlmodel
- org.eclipse.lemminx.extensions.xerces - package org.eclipse.lemminx.extensions.xerces
- org.eclipse.lemminx.extensions.xerces.xmlmodel - package org.eclipse.lemminx.extensions.xerces.xmlmodel
- org.eclipse.lemminx.extensions.xerces.xmlmodel.msg - package org.eclipse.lemminx.extensions.xerces.xmlmodel.msg
- org.eclipse.lemminx.extensions.xinclude - package org.eclipse.lemminx.extensions.xinclude
- org.eclipse.lemminx.extensions.xmlmodel - package org.eclipse.lemminx.extensions.xmlmodel
- org.eclipse.lemminx.extensions.xmlmodel.contentmodel - package org.eclipse.lemminx.extensions.xmlmodel.contentmodel
- org.eclipse.lemminx.extensions.xsd - package org.eclipse.lemminx.extensions.xsd
- org.eclipse.lemminx.extensions.xsd.contentmodel - package org.eclipse.lemminx.extensions.xsd.contentmodel
- org.eclipse.lemminx.extensions.xsd.participants - package org.eclipse.lemminx.extensions.xsd.participants
- org.eclipse.lemminx.extensions.xsd.participants.diagnostics - package org.eclipse.lemminx.extensions.xsd.participants.diagnostics
- org.eclipse.lemminx.extensions.xsd.utils - package org.eclipse.lemminx.extensions.xsd.utils
- org.eclipse.lemminx.extensions.xsd.xmlmodel - package org.eclipse.lemminx.extensions.xsd.xmlmodel
- org.eclipse.lemminx.extensions.xsi - package org.eclipse.lemminx.extensions.xsi
- org.eclipse.lemminx.extensions.xsi.participants - package org.eclipse.lemminx.extensions.xsi.participants
- org.eclipse.lemminx.extensions.xsi.settings - package org.eclipse.lemminx.extensions.xsi.settings
- org.eclipse.lemminx.extensions.xsl - package org.eclipse.lemminx.extensions.xsl
- org.eclipse.lemminx.extensions.xsl.participants - package org.eclipse.lemminx.extensions.xsl.participants
- org.eclipse.lemminx.logs - package org.eclipse.lemminx.logs
- org.eclipse.lemminx.services - package org.eclipse.lemminx.services
- org.eclipse.lemminx.services.data - package org.eclipse.lemminx.services.data
- org.eclipse.lemminx.services.extensions - package org.eclipse.lemminx.services.extensions
- org.eclipse.lemminx.services.extensions.codeaction - package org.eclipse.lemminx.services.extensions.codeaction
- org.eclipse.lemminx.services.extensions.codelens - package org.eclipse.lemminx.services.extensions.codelens
- org.eclipse.lemminx.services.extensions.commands - package org.eclipse.lemminx.services.extensions.commands
- org.eclipse.lemminx.services.extensions.completion - package org.eclipse.lemminx.services.extensions.completion
- org.eclipse.lemminx.services.extensions.diagnostics - package org.eclipse.lemminx.services.extensions.diagnostics
- org.eclipse.lemminx.services.extensions.format - package org.eclipse.lemminx.services.extensions.format
- org.eclipse.lemminx.services.extensions.hover - package org.eclipse.lemminx.services.extensions.hover
- org.eclipse.lemminx.services.extensions.rename - package org.eclipse.lemminx.services.extensions.rename
- org.eclipse.lemminx.services.extensions.save - package org.eclipse.lemminx.services.extensions.save
- org.eclipse.lemminx.services.format - package org.eclipse.lemminx.services.format
- org.eclipse.lemminx.services.snippets - package org.eclipse.lemminx.services.snippets
- org.eclipse.lemminx.settings - package org.eclipse.lemminx.settings
- org.eclipse.lemminx.settings.capabilities - package org.eclipse.lemminx.settings.capabilities
- org.eclipse.lemminx.telemetry - package org.eclipse.lemminx.telemetry
- org.eclipse.lemminx.uriresolver - package org.eclipse.lemminx.uriresolver
- org.eclipse.lemminx.utils - package org.eclipse.lemminx.utils
- org.eclipse.lemminx.utils.platform - package org.eclipse.lemminx.utils.platform
- org.eclipse.lemminx.xpath.matcher - package org.eclipse.lemminx.xpath.matcher
- OS - Class in org.eclipse.lemminx.utils.platform
-
OS information
- OS() - Constructor for class org.eclipse.lemminx.utils.platform.OS
- out_of_context_element - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
P
- p_props_correct_2_1 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- ParentProcessWatcher - Class in org.eclipse.lemminx.commons
-
Watches the parent process PID and invokes exit if it is no longer available.
- ParentProcessWatcher(ParentProcessWatcher.ProcessLanguageServer) - Constructor for class org.eclipse.lemminx.commons.ParentProcessWatcher
- ParentProcessWatcher.ProcessLanguageServer - Interface in org.eclipse.lemminx.commons
- parse(char[], int, int) - Static method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
-
Returns the result of parse the data of xml-model processing insruction.
- parse(String, String, URIResolverExtensionManager) - Method in class org.eclipse.lemminx.dom.DOMParser
- parse(String, String, URIResolverExtensionManager, boolean) - Method in class org.eclipse.lemminx.dom.DOMParser
- parse(XMLString) - Static method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
- parse(TextDocument, URIResolverExtensionManager) - Method in class org.eclipse.lemminx.dom.DOMParser
- parse(TextDocument, URIResolverExtensionManager, boolean) - Method in class org.eclipse.lemminx.dom.DOMParser
- parse(TextDocument, URIResolverExtensionManager, boolean, CancelChecker) - Method in class org.eclipse.lemminx.dom.DOMParser
- PARSE_ATTR - Static variable in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.GenerateDTDCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.GenerateXSDCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateDocTypeCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateRelaxNGSchemaCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithDTDCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXMLModelWithXSDCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.GenerateXSINoNamespaceSchemaCodeActionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.completion.AttributeNameCompletionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.completion.AttributeValueCompletionResolver
- PARTICIPANT_ID - Static variable in class org.eclipse.lemminx.services.extensions.completion.ElementEndTagCompletionResolver
- pathEndsWithFile(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
- PathFeature - Enum in org.eclipse.lemminx.client
-
Features that are associated with filePaths For example, XML catalog support is associated with XML catalog filePaths
- PathPatternMatcher - Class in org.eclipse.lemminx.settings
- PathPatternMatcher() - Constructor for class org.eclipse.lemminx.settings.PathPatternMatcher
- peekChar() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- peekChar(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Peeks at next char at position + n.
- peekCharAtOffset(int) - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
-
Peeks at the char at position 'offset' of the whole document
- PEReferenceWithinMarkup - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- PI_TAG_NAME - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- PI_WITH_VARIABLES - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- PIContent - org.eclipse.lemminx.dom.parser.TokenType
- PIEnd - org.eclipse.lemminx.dom.parser.TokenType
- PIName - org.eclipse.lemminx.dom.parser.TokenType
- PITargetRequired - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- placeholders(int, String, StringBuilder) - Static method in class org.eclipse.lemminx.commons.SnippetsBuilder
- Platform - Class in org.eclipse.lemminx.utils.platform
-
Platform information about OS and JVM.
- pos() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
- positionAt(int) - Method in class org.eclipse.lemminx.commons.TextDocument
- positionAt(int) - Method in class org.eclipse.lemminx.dom.DOMDocument
- PossibleRequiredElementsFunction - Class in com.thaiopensource.relaxng.pattern
- PossibleRequiredElementsFunction(Set<String>) - Constructor for class com.thaiopensource.relaxng.pattern.PossibleRequiredElementsFunction
- PREDEFINED - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
- preferred - org.eclipse.lemminx.settings.EnforceQuoteStyle
- PrematureEOF - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- prepareRename(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- prepareRename(DOMDocument, Position, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLPrepareRename
- prepareRename(IPrepareRenameRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.participants.XMLReferencesRenameParticipant
- prepareRename(IPrepareRenameRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGRenameParticipant
- prepareRename(IPrepareRenameRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.xsd.participants.XSDRenameParticipant
- prepareRename(IPrepareRenameRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.rename.IRenameParticipant
-
Checks if rename operation can be executed for a given prepare rename request
- prepareRename(PrepareRenameParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- preparseGrammar(String, XMLInputSource) - Method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPXMLGrammarPreparser
- preserve - org.eclipse.lemminx.settings.XMLFormattingOptions.SplitAttributes
- PreserveSpace - org.eclipse.lemminx.services.format.FormatElementCategory
-
In the preserve space category, all whitespace in the element is regarded as significant.
- process(CompletionResponse, SharedSettings) - Static method in class org.eclipse.lemminx.utils.CompletionItemDefaultsUtils
-
Processes the completion list and manages item defaults.
- processingInstruction(String, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- processingInstruction(String, String) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- processingInstruction(String, XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- processingInstruction(String, XMLString, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- ProcessingInstructionSnippetContext - Class in org.eclipse.lemminx.services.snippets
-
Snippet context used to filter if Processing Instruction Snippets should be triggered or not.
- ProcessingInstructionSnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.ProcessingInstructionSnippetContext
- ProgressMonitor - Class in org.eclipse.lemminx.commons.progress
-
Progress monitor which wraps the LSP progress API to simplify the implementation of progress.
- ProgressMonitor(String, ProgressSupport) - Constructor for class org.eclipse.lemminx.commons.progress.ProgressMonitor
- ProgressMonitor(ProgressSupport) - Constructor for class org.eclipse.lemminx.commons.progress.ProgressMonitor
- ProgressSupport - Interface in org.eclipse.lemminx.commons.progress
-
LSP Progress support API.
- PROLOG_NAME_OPTIONS - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- PrologCompletionParticipant - Class in org.eclipse.lemminx.extensions.prolog
-
PrologCompletionParticipant
- PrologCompletionParticipant() - Constructor for class org.eclipse.lemminx.extensions.prolog.PrologCompletionParticipant
- PrologEnd - org.eclipse.lemminx.dom.parser.TokenType
- PrologModel - Class in org.eclipse.lemminx.extensions.prolog
-
This class holds values that represent the XSI xsd.
- PrologModel() - Constructor for class org.eclipse.lemminx.extensions.prolog.PrologModel
- PrologName - org.eclipse.lemminx.dom.parser.TokenType
- PrologOrPI - org.eclipse.lemminx.dom.parser.ScannerState
- PrologPlugin - Class in org.eclipse.lemminx.extensions.prolog
-
Plugin to handle `xsi` attributes or a namespace with the value of: "http://www.w3.org/2001/XMLSchema-instance" Loaded by service loader in 'resources' folder.
- PrologPlugin() - Constructor for class org.eclipse.lemminx.extensions.prolog.PrologPlugin
- properties - Variable in class org.eclipse.lemminx.telemetry.TelemetryEvent
- PseudoAttrNameExpected - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- PUBLIC - org.eclipse.lemminx.dom.DOMDocumentType.DocumentTypeKind
- publish(LogRecord) - Method in class org.eclipse.lemminx.logs.LSPClientLogHandler
- publishDiagnostics(DOMDocument, Consumer<PublishDiagnosticsParams>, Consumer<TextDocument>, XMLValidationRootSettings, Map<String, Object>, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- put(String) - Method in class org.eclipse.lemminx.telemetry.TelemetryCache
- put(String, String) - Method in class org.eclipse.lemminx.telemetry.TelemetryCache
Q
- quot - org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
- QuoteRequiredInPublicID - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- QuoteRequiredInSystemID - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- QuoteRequiredInXMLDecl - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- QuoteStyle - Enum in org.eclipse.lemminx.settings
-
Quote style (single quotes, double quotes)
R
- range - Variable in class org.eclipse.lemminx.customservice.AutoCloseTagResponse
- rangeFormatting(DocumentRangeFormattingParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- readString(Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Very simple implementation of reading all content from a file into a string using the UTF-8 charset.
- RecursiveInclude - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- REF - org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- reference_to_undefined - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- ReferenceCommand - Class in org.eclipse.lemminx.services.extensions.codelens
-
References command for CodeLens.
- ReferenceCommand(String, Position, boolean) - Constructor for class org.eclipse.lemminx.services.extensions.codelens.ReferenceCommand
- ReferencedGrammarDiagnosticsInfo - Class in org.eclipse.lemminx.extensions.xerces
-
The root diagnostic information when a grammar (XSD, DTD) have some errors and it is referenced in a XML.
- ReferencedGrammarDiagnosticsInfo(String, URIResolverExtensionManager, Diagnostic) - Constructor for class org.eclipse.lemminx.extensions.xerces.ReferencedGrammarDiagnosticsInfo
- ReferencedGrammarInfo - Class in org.eclipse.lemminx.extensions.contentmodel.model
-
Class which holds a referenced grammar information.
- ReferencedGrammarInfo(ResolvedURIInfo, GrammarCacheInfo, ContentModelProvider.Identifier) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.model.ReferencedGrammarInfo
- ReferenceLink - Class in org.eclipse.lemminx.extensions.references.search
-
Link which stores all from and to references for a given expression.
- ReferenceLink(XMLReferenceExpression) - Constructor for class org.eclipse.lemminx.extensions.references.search.ReferenceLink
- references(ReferenceParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- References - Static variable in class org.eclipse.lemminx.client.CodeLensKind
- REFERENCES_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- refineType(XSTypeDefinition) - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- ReflectionUtils - Class in org.eclipse.lemminx.extensions.xerces
-
Java reflection utilities.
- ReflectionUtils() - Constructor for class org.eclipse.lemminx.extensions.xerces.ReflectionUtils
- reformatSchemaArguments(XMLSchemaErrorCode, Object[]) - Static method in class org.eclipse.lemminx.extensions.xerces.LSPMessageFormatter
-
Modifies the schema message arguments to a cleaned down format
- refreshCatalogs() - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
-
Refresh the XML catalogs.
- refreshCatalogs() - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
-
Refresh the XML catalogs.
- registerCapability(String, String) - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- registerCapability(String, String, Object) - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- registerCodeActionParticipant(ICodeActionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerCodeActionParticipants(Map<String, ICodeActionParticipant>) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- registerCodeActionParticipants(Map<String, ICodeActionParticipant>) - Static method in enum org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- registerCodeActionParticipants(Map<String, ICodeActionParticipant>, SharedSettings) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- registerCodeActionParticipants(Map<String, ICodeActionParticipant>, SharedSettings) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- registerCodeActionParticipants(Map<String, ICodeActionParticipant>, SharedSettings) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- registerCodeActionParticipants(Map<String, ICodeActionParticipant>, SharedSettings) - Static method in enum org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- registerCodeLensParticipant(ICodeLensParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerCommand(String, IXMLCommandService.IDelegateCommandHandler) - Method in interface org.eclipse.lemminx.services.extensions.commands.IXMLCommandService
-
Registers a command with the language server
- registerCommand(String, IXMLCommandService.IDelegateCommandHandler) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- registerCompletionParticipant(ICompletionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerComponent(Object) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerDefinitionParticipant(IDefinitionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerDiagnosticsParticipant(IDiagnosticsParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerDocumentColorParticipant(IDocumentColorParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerDocumentLifecycleParticipant(IDocumentLifecycleParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Register a new document lifecycle participant
- registerDocumentLinkParticipant(IDocumentLinkParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerExecuteCommand(List<String>) - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- registerFormatterParticipant(IFormatterParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerGenerator(IFileContentGenerator<?, ?>, Class<? extends FileContentGeneratorSettings>) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorManager
-
Register the given generator by using settings class as key generator.
- registerHighlightingParticipant(IHighlightingParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerHoverParticipant(IHoverParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerLinkedEditingRangesParticipants(ILinkedEditingRangesParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerModelProvider(ContentModelProvider) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- registerReferenceParticipant(IReferenceParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerRenameParticipant(IRenameParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerResolver(URIResolverExtension) - Method in class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
-
Register an URI resolver.
- registerSnippet(Snippet) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the given snippet.
- registerSnippets(InputStream) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON input stream.
- registerSnippets(InputStream, TypeAdapter<? extends ISnippetContext<?>>) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON stream with a context.
- registerSnippets(InputStream, ISnippetContext<?>) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON stream with a context.
- registerSnippets(InputStream, ISnippetContext<?>, TypeAdapter<? extends ISnippetContext<?>>) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON stream with a context.
- registerSnippets(Reader) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON reader.
- registerSnippets(Reader, TypeAdapter<? extends ISnippetContext<?>>) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON reader with a context.
- registerSnippets(Reader, ISnippetContext<?>) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON stream with a context.
- registerSnippets(Reader, ISnippetContext<?>, TypeAdapter<? extends ISnippetContext<?>>) - Method in class org.eclipse.lemminx.commons.snippets.SnippetRegistry
-
Register the snippets from the given JSON stream with a context.
- registerSymbolsProviderParticipant(ISymbolsProviderParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerTypeDefinitionParticipant(ITypeDefinitionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- registerWorkspaceServiceParticipant(IWorkspaceServiceParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Register a new workspace service participant
- RELAX_NG - Static variable in class org.eclipse.lemminx.extensions.relaxng.RelaxNGConstants
- RELAX_NG_DOMAIN - Static variable in class org.eclipse.lemminx.extensions.relaxng.RelaxNGConstants
- RELAXNG - Static variable in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- RELAXNG - Static variable in interface org.eclipse.lemminx.uriresolver.IExternalGrammarLocationProvider
- RELAXNG_SCHEMATYPENS - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- RelaxNGConstants - Class in org.eclipse.lemminx.extensions.relaxng
-
RelaxNG constants.
- RelaxNGDescription - Class in org.eclipse.lemminx.extensions.relaxng.jing
-
All information specific to RelaxNG grammars.
- RelaxNGDescription(String, String) - Constructor for class org.eclipse.lemminx.extensions.relaxng.jing.RelaxNGDescription
- RelaxNGErrorCode - Enum in org.eclipse.lemminx.extensions.relaxng.xml.validator
-
RelaxNG error code when XML is validated with *.rng / *.rnc schemas.
- RelaxNGErrorHandler - Class in org.eclipse.lemminx.extensions.relaxng.xml.validator
-
XMLErrorHandlerXerces implementation for RelaxNG. - RelaxNGErrorHandler(XMLErrorReporter) - Constructor for class org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorHandler
- RelaxNGGeneratorSettings - Class in org.eclipse.lemminx.extensions.generators.xml2relaxng
-
RelaxNG generator settings
- RelaxNGGeneratorSettings() - Constructor for class org.eclipse.lemminx.extensions.generators.xml2relaxng.RelaxNGGeneratorSettings
- RelaxNGGrammar - Class in org.eclipse.lemminx.extensions.relaxng.jing
-
RelaxNG grammar.
- RelaxNGGrammar(Schema, XMLGrammarDescription) - Constructor for class org.eclipse.lemminx.extensions.relaxng.jing.RelaxNGGrammar
- RelaxNGNotFound - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- RelaxNGPlugin - Class in org.eclipse.lemminx.extensions.relaxng
-
RelaxNG plugin.
- RelaxNGPlugin() - Constructor for class org.eclipse.lemminx.extensions.relaxng.RelaxNGPlugin
- RelaxNGURIResolverExtension - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
Resolve the RelaxNG for a RelaxNG grammar rng.
- RelaxNGURIResolverExtension() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RelaxNGURIResolverExtension
- RelaxNGUtils - Class in org.eclipse.lemminx.extensions.relaxng.utils
-
RelaxNG utilities.
- RelaxNGUtils() - Constructor for class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
- RelaxNGUtils.BindingType - Enum in org.eclipse.lemminx.extensions.relaxng.utils
-
Binding type of rng grammar
- remove(String, Range, TextDocumentItem, Diagnostic) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
-
Create a CodeAction to remove the content from the given range.
- removeAttribute(String) - Method in class org.eclipse.lemminx.dom.DOMElement
- removeAttributeNode(Attr) - Method in class org.eclipse.lemminx.dom.DOMElement
- removeAttributeNS(String, String) - Method in class org.eclipse.lemminx.dom.DOMElement
- removeChild(Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- removeFileScheme(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Remove the file:// scheme from the given file URI.
- removeGrammar(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- removeGrammar(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- removeGrammar(XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
-
Removes the grammar associated to the specified grammar description from the grammar pool and returns the removed grammar.
- removeGrammar(XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- removeLeftSpaces(int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- removeProtocolForCache(String) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
-
Remove protocol to avoid using cache when url will start with the given protocol.
- rename(RenameParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- RENAME_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- renameNode(Node, String, String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- replace(int, int, String) - Method in interface org.eclipse.lemminx.commons.ILineTracker
-
Informs the line tracker about the specified change in the tracked text.
- replace(int, int, String) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- replace(String, List<TextEdit>, TextDocumentItem, Diagnostic) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
- replace(String, Range, String, TextDocumentItem, Diagnostic) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
- REPLACE - org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant.SymbolStrategy
- replaceAt(String, String, TextDocumentItem, Diagnostic, Collection<Range>) - Static method in class org.eclipse.lemminx.commons.CodeActionFactory
- replaceChild(Node, Node) - Method in class org.eclipse.lemminx.dom.DOMNode
- replaceData(int, int, String) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- replaceLeftSpacesWithIndentation(int, int, int, boolean, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- replaceLeftSpacesWithIndentationPreservedNewLines(int, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- replaceLeftSpacesWithIndentationWithMultiNewLines(int, int, int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- replaceLeftSpacesWithIndentationWithOffsetSpaces(int, int, int, boolean, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- replaceLeftSpacesWithOneSpace(int, int, List<TextEdit>) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- replaceWholeText(String) - Method in class org.eclipse.lemminx.dom.DOMText
- report(String, Integer, Boolean) - Method in class org.eclipse.lemminx.commons.progress.ProgressMonitor
- reportError(XMLLocator, String, String, Object[], short, Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- required_attribute_missing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- required_attributes_missing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- required_attributes_missing_expected - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- required_element_missingCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
-
CodeAction to insert expected child elements within an element Given this XML where the expected child elements are not present as defined in the relaxNG schema:
Error: Child elements are missing from element: - servlet To fix the error, the code action will suggest inserting the expected elements inside the parent tag - required_element_missingCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeAction
- required_element_missingCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
-
CodeAction resolver used to generate missing element content
- required_element_missingCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeActionResolver
- required_elements_missing_expectedCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
-
CodeAction to insert expected child element given a list of choices Given this XML where the expected child elements are not present as defined in the relaxNG schema: Error: element "article" incomplete; expected element "title", "title2" or "titleOtherChoice" To fix the error, there will three code actions generated to insert each option
- required_elements_missing_expectedCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeAction
- required_elements_missing_expectedCodeActionResolver - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
-
CodeAction resolver used to generate missing element of choice
- required_elements_missing_expectedCodeActionResolver() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeActionResolver
- reset(XMLComponentManager) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- reset(XMLComponentManager) - Method in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- reset(XMLComponentManager) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- reset(XMLComponentManager) - Method in class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidator
- resetDeployPath() - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Public for test purposes
- resetGrammar() - Method in class org.eclipse.lemminx.dom.DOMDocument
-
Reset the cached grammar flag.
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.catalog.XMLCatalogURIResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLFileAssociationResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RelaxNGURIResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.xsd.XSDURIResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.extensions.xsl.XSLURIResolverExtension
- resolve(String, String, String) - Method in interface org.eclipse.lemminx.uriresolver.URIResolverExtension
- resolve(String, String, String) - Method in class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
- resolveCodeAction(ICodeActionResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_element_missingCodeActionResolver
- resolveCodeAction(ICodeActionResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement.required_elements_missing_expectedCodeActionResolver
- resolveCodeAction(ICodeActionResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.AbstractGenerateGrammarCodeActionResolver
- resolveCodeAction(ICodeActionResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints.AbstractGenerateGrammarAndAssociationResolveCodeActionParticipant
- resolveCodeAction(ICodeActionResolverRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolvesParticipant
-
Returns the resolved codeAction coming from the unresolved codeAction of the given
request. - resolveCodeAction(CodeAction) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- resolveCodeAction(CodeAction, DOMDocument, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLCodeActions
- resolveCodeAction(CodeAction, DOMDocument, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- ResolveCodeActionRequest - Class in org.eclipse.lemminx.services
-
Resolve code action request implementation.
- ResolveCodeActionRequest(CodeAction, DOMDocument, IComponentProvider, SharedSettings) - Constructor for class org.eclipse.lemminx.services.ResolveCodeActionRequest
- resolveCompletionItem(DOMElement, CompletionItem, ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.completion.AttributeNameCompletionResolver
- resolveCompletionItem(DOMElement, CompletionItem, ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.completion.AttributeValueCompletionResolver
- resolveCompletionItem(DOMElement, CompletionItem, ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractAttributeCompletionResolver
-
Resolve the completion item from the content model to the given completion request.
- resolveCompletionItem(DOMNode, CompletionItem, ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractAttributeCompletionResolver
- resolveCompletionItem(DOMNode, CompletionItem, ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractCompletionResolver
-
Resolve the given completion item
toResolveby using the given DOM node. - resolveCompletionItem(DOMNode, CompletionItem, ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.ElementEndTagCompletionResolver
- resolveCompletionItem(ICompletionItemResolverRequest, CancelChecker) - Method in class org.eclipse.lemminx.services.extensions.completion.AbstractCompletionResolver
- resolveCompletionItem(ICompletionItemResolverRequest, CancelChecker) - Method in interface org.eclipse.lemminx.services.extensions.completion.ICompletionItemResolveParticipant
-
Returns the completion item with the remaining fields resolved.
- resolveCompletionItem(CompletionItem) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- resolveCompletionItem(CompletionItem, DOMDocument, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLCompletions
-
Returns the completion item with the empty fields resolved.
- resolveCompletionItem(CompletionItem, DOMDocument, SharedSettings, CancelChecker) - Method in class org.eclipse.lemminx.services.XMLLanguageService
- ResolveCompletionItemRequest - Class in org.eclipse.lemminx.services
-
Implementation of
ICompletionItemResolverRequest - ResolveCompletionItemRequest(CompletionItem, DOMDocument, IComponentProvider, SharedSettings) - Constructor for class org.eclipse.lemminx.services.ResolveCompletionItemRequest
- ResolvedURIInfo - Class in org.eclipse.lemminx.uriresolver
-
Resolver URI information.
- ResolvedURIInfo(String, URIResolverExtension) - Constructor for class org.eclipse.lemminx.uriresolver.ResolvedURIInfo
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.catalog.XMLCatalogURIResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RelaxNGURIResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityResolver
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.xsd.XSDURIResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.extensions.xsl.XSLURIResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in interface org.eclipse.lemminx.uriresolver.URIResolverExtension
- resolveEntity(XMLResourceIdentifier) - Method in class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
- resolveInfo(String, String, String) - Method in class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
- RESOURCE_LOADING - org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
- RESOURCE_NOT_IN_DEPLOYED_PATH - org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
- ResourceNotInDeployedPath - org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
- ResourceToDeploy(String, String) - Constructor for class org.eclipse.lemminx.uriresolver.CacheResourcesManager.ResourceToDeploy
- ResourceToDeploy(URI, String) - Constructor for class org.eclipse.lemminx.uriresolver.CacheResourcesManager.ResourceToDeploy
- ResultLimitExceededException() - Constructor for exception org.eclipse.lemminx.services.LimitList.ResultLimitExceededException
- retrieveGrammar(XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- retrieveGrammar(XMLGrammarDescription) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- retrieveInitialGrammarSet(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- retrieveInitialGrammarSet(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- RNG_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- RNGCodeLensParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
XSD CodeLens to show references count between XSD types references.
- RNGCodeLensParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGCodeLensParticipant
- RNGCompletionParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
- RNGCompletionParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGCompletionParticipant
- RNGDefinitionParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
XSD definition which manages the following definition: ref/@name -> define/@name
- RNGDefinitionParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDefinitionParticipant
- RNGDiagnosticsParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
Validate RNG file with Jing.
- RNGDiagnosticsParticipant(RelaxNGPlugin) - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDiagnosticsParticipant
- RNGDocumentLinkParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
Implements document links in .rng files for include/@href externalRef/@href
- RNGDocumentLinkParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGDocumentLinkParticipant
- RNGFilePathSupportParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
RelaxNG file path support for *.rng to provide completion for attributes : include/@href externalRef/@href
- RNGFilePathSupportParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGFilePathSupportParticipant
- RNGHighlightingParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
RNG highlight participant
- RNGHighlightingParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGHighlightingParticipant
- RNGParserConfiguration - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
RNG parser configuration used to set the LSP error reporter.
- RNGParserConfiguration(LSPErrorReporterForXML) - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGParserConfiguration
- RNGReferenceParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
RelaxNG rng reference
- RNGReferenceParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGReferenceParticipant
- RNGRenameParticipant - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
RNG rename
- RNGRenameParticipant() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGRenameParticipant
- RNGSAXParser - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
Extends Xerces SAX Parser to use the LSP error reporter.
- RNGSAXParser(LSPErrorReporterForXML, XMLParserConfiguration) - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGSAXParser
- RNGValidator - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
RNG validator utilities class.
- RNGValidator() - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGValidator
- RNGXMLReaderCreator - Class in org.eclipse.lemminx.extensions.relaxng.grammar.rng
-
XMLReaderCreatorto create the RNG parser. - RNGXMLReaderCreator(LSPErrorReporterForXML) - Constructor for class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGXMLReaderCreator
- RootElementRequired - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- RootElementTypeMustMatchDoctypedecl - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- RootElementTypeMustMatchDoctypedeclCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action for RootElementTypeMustMatchDoctypedecl This class depends on the diagnostic message (Diagnostic#message) to determine the correct root name.
- RootElementTypeMustMatchDoctypedeclCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.RootElementTypeMustMatchDoctypedeclCodeAction
- run() - Method in class org.eclipse.lemminx.commons.ParentProcessWatcher
S
- s4s_att_invalid_value - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_att_must_appear - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_att_not_allowed - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_elt_character - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_elt_invalid_content_1 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_elt_invalid_content_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_elt_invalid_content_3 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_elt_invalid_content_3CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to fix cvc-attribute-3 error.
- s4s_elt_invalid_content_3CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.s4s_elt_invalid_content_3CodeAction
- s4s_elt_must_match_1 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- s4s_elt_must_match_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- sanitizingUri(String) - Static method in class org.eclipse.lemminx.utils.URIUtils
-
Returns a well folder URI which ends with '/' according the URI specification https://tools.ietf.org/html/rfc3986#section-6 which is used with Xerces XMLEntityManager#expandSystemId
- SaveContext(Object) - Constructor for class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- SaveContext(String) - Constructor for class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- saveToFile(InputStream, Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Save the given input stream
inin the give out fileoutFile - saveToFile(String, Path) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Save the given String
contentin the give out fileoutFile - scan() - Method in interface org.eclipse.lemminx.dom.parser.Scanner
- scan() - Method in class org.eclipse.lemminx.dom.parser.XMLScanner
- Scanner - Interface in org.eclipse.lemminx.dom.parser
-
Scanner API.
- ScannerState - Enum in org.eclipse.lemminx.dom.parser
-
XML Scanner state.
- sch_props_correct_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- schedule(Runnable, int, TimeUnit) - Method in class org.eclipse.lemminx.XMLLanguageServer
- schema_allows_nothing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- SCHEMA_DOMAIN - Static variable in class org.eclipse.lemminx.extensions.xerces.LSPMessageFormatter
-
The domain of messages concerning the XML Schema: Structures specification.
- SCHEMA_LOCATION - Static variable in interface org.eclipse.lemminx.uriresolver.IExternalGrammarLocationProvider
- SCHEMA_LOCATION_ATTR - Static variable in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- SCHEMA_LOCATION_DOC - Static variable in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- SCHEMA_PATTERN_BUILDER - Static variable in class org.eclipse.lemminx.extensions.relaxng.jing.toremove.MySchemaReaderImpl
- schema_reference_4 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- schema_reference_4 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- schema_reference_4CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
-
Code Action that creates a schema file referenced by xsi:noNamespaceSchemaLocation if it is missing
- schema_reference_4CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar.schema_reference_4CodeAction
- SchemaDocumentationType - Enum in org.eclipse.lemminx.settings
-
SchemaDocumentationType enum Defines enums managing the which XSD element content to display as documentation
SchemaDocumentationType.documentationXSD documentation elementSchemaDocumentationType.appinfoXSD appinfo elementSchemaDocumentationType.allXSD documentation and appinfo elementsSchemaDocumentationType.nonenone - SchemaEnabled - Enum in org.eclipse.lemminx.extensions.contentmodel.settings
- SchemaLocation - Class in org.eclipse.lemminx.dom
-
The declared "xsi:schemaLocation"
- SchemaLocation - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- SchemaLocation(DOMAttr) - Constructor for class org.eclipse.lemminx.dom.SchemaLocation
- SchemaLocationHint - Class in org.eclipse.lemminx.dom
-
Represents one of the location hints provided in an xsi:schemaLocation attribute.
- SchemaLocationHint(int, int, String, SchemaLocation) - Constructor for class org.eclipse.lemminx.dom.SchemaLocationHint
-
Create a new SchemaLocationHint object that represents one of the location hints given in the parent
SchemaLocation. - SchemaProvider - Class in org.eclipse.lemminx.extensions.relaxng.jing
-
RelaxNG schema provider.
- SCHEMATRON_SCHEMATYPENS - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- SCHEMATYPENS_ATTR - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- SDDeclInvalid - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- search(SearchQuery, IXMLReferenceCollector, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.search.SearchEngine
-
Perform the XML references search by using the given search query.
- searchDTDOriginElementDecls(DTDDeclNode, BiConsumer<DTDDeclParameter, DTDDeclParameter>, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.dtd.utils.DTDUtils
-
Search origin DTD node (
- searchDTDTargetElementDecl(DTDDeclParameter, boolean, Consumer<DTDDeclParameter>) - Static method in class org.eclipse.lemminx.extensions.dtd.utils.DTDUtils
Collect- SearchEngine - Class in org.eclipse.lemminx.extensions.references.search
XML references search engine to collect attribute , text which matches XML references expressionXMLReferenceExpression.- SearchEngine() - Constructor for class org.eclipse.lemminx.extensions.references.search.SearchEngine
- searchLinks(DOMDocument, XMLReferencesSettings, CancelChecker) - Method in class org.eclipse.lemminx.extensions.references.search.SearchEngine
- SearchNode - Class in org.eclipse.lemminx.extensions.references.search
Search node wraps a DOM node which matches a from/to path of a givenXMLReferenceExpression.- SearchNode(int, int, DOMNode, String, SearchNode.Direction) - Constructor for class org.eclipse.lemminx.extensions.references.search.SearchNode
- SearchNode.Direction - Enum in org.eclipse.lemminx.extensions.references.search
- SearchNode.ValidationStatus - Enum in org.eclipse.lemminx.extensions.references.search
- SearchNodeFactory - Class in org.eclipse.lemminx.extensions.references.search
Search node factory.- SearchNodeFactory() - Constructor for class org.eclipse.lemminx.extensions.references.search.SearchNodeFactory
- SearchQuery - Class in org.eclipse.lemminx.extensions.references.search
XML references search Query.- SearchQuery(DOMNode, int, List<XMLReferenceExpression>, SearchQuery.QueryDirection) - Constructor for class org.eclipse.lemminx.extensions.references.search.SearchQuery
- SearchQuery(SearchNode, List<XMLReferenceExpression>, SearchQuery.QueryDirection) - Constructor for class org.eclipse.lemminx.extensions.references.search.SearchQuery
- SearchQuery.QueryDirection - Enum in org.eclipse.lemminx.extensions.references.search
- SearchQueryFactory - Class in org.eclipse.lemminx.extensions.references.search
XML references search Query factory.- SearchQueryFactory() - Constructor for class org.eclipse.lemminx.extensions.references.search.SearchQueryFactory
- searchRNGOriginAttributes(DOMNode, BiConsumer<DOMAttr, DOMAttr>, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
Search origin attributes from the given target node..- searchRNGTargetAttributes(DOMAttr, RelaxNGUtils.BindingType, boolean, boolean, BiConsumer<String, DOMAttr>) - Static method in class org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils
Collect RNG target attributes declared in the RNG grammar according the given attribute and binding type.- searchXSOriginAttributes(DOMNode, BiConsumer<DOMAttr, DOMAttr>, CancelChecker) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
Search origin attributes from the given target node..- searchXSTargetAttributes(DOMAttr, XSDUtils.BindingType, boolean, boolean, BiConsumer<String, DOMAttr>) - Static method in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
Collect XSD target attributes declared in the XML Schema according the given attribute and binding type.- selectAllAttributes(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributeFromGivenNameAt(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributeName(DOMAttr) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the attribute name range and null otherwise.- selectAttributeNameAt(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributeNameFromGivenNameAt(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributePrefixFromGivenNameAt(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the prefix of an attribute name For example, if attrName = "xsi:example", the range for "xsi" will be returned- selectAttributeValue(DOMAttr) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the attribute value range and null otherwise.- selectAttributeValue(DOMAttr, boolean) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the attribute value range and null otherwise.- selectAttributeValueAt(String, int, boolean, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributeValueAt(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributeValueByGivenValueAt(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectAttributeValueFromGivenValue(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectChildEndTag(String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectChildNodeAttributeValueFromGivenNameAt(String, String, int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the attribute value of a specific child node, if it exists- selectContent(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectCurrentTagOffset(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectDTDDeclTagNameAt(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectDTDElementDeclAt(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectEndTagLocalName(DOMElement) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the end tag of the given LOCALelementname and null otherwise.- selectEndTagName(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectEndTagName(DOMElement) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the end tag of the givenelementname and null otherwise.- selectEndTagName(DOMElement, boolean) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the end tag of the givenelementand null otherwise.- selectEntityReference(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the entity reference in a text node (ex : &) and null otherwise.- selectEntityReference(int, DOMDocument, boolean) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the entity reference in a text node (ex : &) and null otherwise.- selectFirstChild(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range covering the first child of the node located at offset.- selectFirstNonWhitespaceText(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- SELECTION_RANGE_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- selectionRange(SelectionRangeParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- selectParameterNameFromGivenName(String, DTDDeclNode) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectRootAttributeValue(String, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Finds the root element of the given document and returns the attribute valueRangefor the attributeattrName.- selectRootStartTag(DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the root start tag (excludes the '<') of the givendocumentand null otherwise.- selectStartTagLocalName(DOMNode) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of a tag's local name.- selectStartTagName(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selectStartTagName(DOMNode) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range of the start tag name (excludes the '<') of the givenelementand null otherwise.- selectText(DOMText) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the text content range and null otherwise.- selectTrimmedText(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Returns the range covering the trimmed text belonging to the node located at offset.- selectValueWithoutQuote(DOMRange) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
Select the value from the start/end node without quote.- selectWholeTag(int, DOMDocument) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- selfCloseElement() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- SemicolonRequiredInReference - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- SemicolonRequiredInReferenceCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
Code action to fix SemicolonRequiredInReference error.- SemicolonRequiredInReferenceCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.SemicolonRequiredInReferenceCodeAction
- sendNotification(String, MessageType, Command...) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
- sendNotification(String, MessageType, Command...) - Method in interface org.eclipse.lemminx.services.IXMLNotificationService
Sends a notification to the client with the providedmessageIf the client supports actionable notifications, the providedcommandswill be provided alongside the notification SeeActionableNotificationandXMLLanguageClientAPI.actionableNotification(org.eclipse.lemminx.customservice.ActionableNotification)- sendNotification(String, MessageType, Command...) - Method in class org.eclipse.lemminx.XMLLanguageServer
- SERVER_VERSION_NUMBER - Static variable in class org.eclipse.lemminx.telemetry.InitializationTelemetryInfo
- ServerCapabilitiesConstants - Class in org.eclipse.lemminx.settings.capabilities
Server Capabilities Constants- ServerCapabilitiesInitializer - Class in org.eclipse.lemminx.settings.capabilities
All default capabilities of this server- ServerSettings - Class in org.eclipse.lemminx.settings
ServerSettings- ServerSettings() - Constructor for class org.eclipse.lemminx.settings.ServerSettings
- set(Long) - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- set(String) - Method in interface org.eclipse.lemminx.commons.ILineTracker
Sets the tracked text to the specified text.- set(String) - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- setActionableNotificationSupport(boolean) - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
Sets the actionableNotificationSupport boolean- setActionableNotificationSupport(boolean) - Method in class org.eclipse.lemminx.settings.SharedSettings
Sets the actionableNotificationSupport boolean- setAttribute(String, String) - Method in class org.eclipse.lemminx.dom.DOMNode
- setAttributeName(int, int) - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- setAttributeNode(DOMAttr) - Method in class org.eclipse.lemminx.dom.DOMNode
- setAttributeNode(Attr) - Method in class org.eclipse.lemminx.dom.DOMElement
- setAttributeNodeNS(Attr) - Method in class org.eclipse.lemminx.dom.DOMElement
- setAttributeNS(String, String, String) - Method in class org.eclipse.lemminx.dom.DOMElement
- setAttributeType(int, int) - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- setAttributeValue(int, int) - Method in class org.eclipse.lemminx.dom.DTDAttlistDecl
- setAutoCloseRemovesContent(boolean) - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
If turning a start tag into a self closing tag should remove the content of the element- setAutoCloseTags(boolean) - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
Tag should be autoclosed with an end tag.- setAvailableLineWidth(int) - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- setBindingWizardSupport(boolean) - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
Sets the bindingWizardSupport boolean- setBindingWizardSupport(boolean) - Method in class org.eclipse.lemminx.settings.SharedSettings
Sets the bindingWizardSupport boolean- setBody(List<String>) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setCachePathSetting(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
- setCacheValues(IXMLSettingFeature, Set<String>) - Method in class org.eclipse.lemminx.client.AbstractXMLNotifier
Sets the cache set identified bykey- setCancelChecker(CancelChecker) - Method in class org.eclipse.lemminx.dom.DOMDocument
- setCapabilities(CodeActionCapabilities) - Method in class org.eclipse.lemminx.settings.XMLCodeActionSettings
- setCapabilities(CompletionCapabilities) - Method in class org.eclipse.lemminx.settings.XMLCompletionSettings
- setCapabilities(FoldingRangeCapabilities) - Method in class org.eclipse.lemminx.settings.XMLFoldingSettings
- setCapabilities(HoverCapabilities) - Method in class org.eclipse.lemminx.settings.XMLHoverSettings
- setCapabilities(PublishDiagnosticsCapabilities) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- setCapabilities(WorkspaceClientCapabilities) - Method in class org.eclipse.lemminx.settings.XMLWorkspaceSettings
- setCatalogs(String[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
Set up XML catalogs.- setCatalogs(String[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
Register the list of the XML catalogs file path.- setCatalogs(String[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
Initialize catalogs path.- setCategory(int, int) - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- setClient(boolean) - Method in class org.eclipse.lemminx.settings.LogsSettings
- setClient(LanguageClient) - Method in class org.eclipse.lemminx.XMLLanguageServer
- setClientCapabilities(ClientCapabilities, ExtendedClientCapabilities) - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
Creates and sets aClientCapabilitiesWrapperinstance formed from clientCapabilities- setClosingBracketNewLine(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Sets the value of closingBracketNewLine- setCmSettings(ContentModelSettings) - Method in class org.eclipse.lemminx.settings.ClientSettingsManager
- setCodeLens(ExtendedCodeLensCapabilities) - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
- setCodeLens(ExtendedCodeLensCapabilities) - Method in class org.eclipse.lemminx.settings.XMLCodeLensSettings
Update the codelens client capabilities.- setCodeLens(XMLCodeLensSettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the code lens settings.- setCodeLensKind(CodeLensKindCapabilities) - Method in class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
Specific capabilities for the `CodeLensKind` in the `textDocument/codeLens` request.- setColors(List<XMLColors>) - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColorsSettings
- setCommands(List<Command>) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- setCommandService(IXMLCommandService) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Sets the LS command service- setCompletion(XMLCompletionSettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the completion settings- setContent(int, int) - Method in class org.eclipse.lemminx.dom.DTDElementDecl
- setContentHandler(ContentHandler) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPSAXParser
- setContext(ISnippetContext<?>) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setCurrentError(Exception) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
- setData(Object) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- setData(String) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- setData(String) - Method in class org.eclipse.lemminx.dom.DOMProcessingInstruction
- setDeclType(int, int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- setDelimiter(int) - Method in class org.eclipse.lemminx.dom.DOMAttr
- setDescription(String) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setDisallowDocTypeDecl(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Set true if a fatal error is thrown if the incoming document contains a DOCTYPE declaration and false otherwise.- setDocumentHandler(XMLDocumentHandler) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setDocumentHandler(XMLDocumentHandler) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- setDocumentLocator(Locator) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- setDocumentLocator(Locator) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- setDocumentProvider(IXMLDocumentProvider) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Set the XML Document provider- setDocumentSource(XMLDocumentSource) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setDocumentSource(XMLDocumentSource) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- setDocumentURI(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- setDownloadExternalResources(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
Set true if the external resources can be downloaded and false otherwise.- setDownloadExternalResources(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
Set true if the external resources can be downloaded and false otherwise.- setDownloadExternalResources(boolean) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
Set true if the external resources can be downloaded and false otherwise.- setDownloadExternalResources(XMLDownloadExternalResourcesSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- setEmptyElement(XMLFormattingOptions.EmptyElements) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setEnabled(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelSymbolsProviderParticipant
- setEnabled(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLDownloadExternalResourcesSettings
- setEnabled(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Set true if the validation is enabled and false otherwise.- setEnabled(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLXIncludeSettings
- setEnabled(boolean) - Method in class org.eclipse.lemminx.settings.XMLCodeLensSettings
Set true if codelens service is enabled and false otherwise.- setEnabled(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setEnabled(boolean) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- setEnabled(boolean) - Method in class org.eclipse.lemminx.settings.XMLTelemetrySettings
Set if telemetry should be enabled- setEnabled(boolean) - Method in class org.eclipse.lemminx.telemetry.TelemetryManager
- setEnabled(NamespacesEnabled) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLNamespacesSettings
- setEnabled(SchemaEnabled) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSchemaSettings
- setEndInternalSubset(int) - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- setEnforceQuoteStyle(EnforceQuoteStyle) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setEntityResolver(XMLEntityResolver) - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- setErrorReporter(XMLErrorReporter) - Method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPXMLGrammarPreparser
- setExcluded(boolean) - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
Set true if the filter which matches a node must exclude the node as symbol and false otherwise.- setExcluded(String[]) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
Will use the excluded pattern strings to create a list ofXMLExcludedSymbolFileobjects within this object.- setExpressions(List<XMLColorExpression>) - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColors
Set list of XML color expressions.- setExpressions(List<FilePathExpression>) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathMapping
Set list of file path expressions.- setExpressions(List<XMLReferenceExpression>) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferences
Set list of XML reference expressions.- setExpressions(XMLSymbolExpressionFilter[]) - Method in class org.eclipse.lemminx.settings.XMLSymbolFilter
Set the expression list filter.- setExtendedClientCapabilities(ExtendedClientCapabilities) - Method in class org.eclipse.lemminx.settings.capabilities.InitializationOptionsExtendedClientCapabilities
- setExternalDoctype(String) - Method in class org.eclipse.lemminx.extensions.dtd.xmlmodel.XMLModelDTDValidator
- setExternalDoctype(String) - Method in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- setExternalRelaxNG(String) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setExternalRelaxNG(String) - Method in class org.eclipse.lemminx.extensions.relaxng.xmlmodel.XMLModelRelaxNGValidator
- setFeature(String, boolean) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setFeature(String, boolean) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- setFieldValue(Object, String, T) - Static method in class org.eclipse.lemminx.extensions.xerces.ReflectionUtils
- setFile(String) - Method in class org.eclipse.lemminx.settings.LogsSettings
- setFileAssociations(XMLFileAssociation[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
Set file associations.- setFileAssociations(XMLFileAssociation[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- setFileAssociations(XMLFileAssociation[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLFileAssociationResolverExtension
- setFilePathSupport(FilePathSupport) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupportSettings
- setFilter(List<String>) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- setFilters(XMLValidationFilter[]) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
- setFilters(XMLSymbolFilter[]) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- setFolding(XMLFoldingSettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the folding options- setFormat(XMLFormattingOptions) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the formatting options- setFormatComments(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setFormatElementCategory(FormatElementCategory) - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- setFrom(String) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- setGeneralXMLSettings(XMLGeneralClientSettings) - Method in class org.eclipse.lemminx.settings.ClientSettingsManager
- setGrammarAwareFormatting(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setHref(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Set the location of the referenced schema- setHrefOffset(int) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Set the start offset where href is declared.- setIdAttribute(String, boolean) - Method in class org.eclipse.lemminx.dom.DOMElement
- setIdAttributeNode(Attr, boolean) - Method in class org.eclipse.lemminx.dom.DOMElement
- setIdAttributeNS(String, String, boolean) - Method in class org.eclipse.lemminx.dom.DOMElement
- setIncludeClosingTagInFold(boolean) - Method in class org.eclipse.lemminx.settings.XMLFoldingSettings
- setIncremental(boolean) - Method in class org.eclipse.lemminx.commons.TextDocument
- setIncremental(boolean) - Method in class org.eclipse.lemminx.commons.TextDocuments
Set the incremental support.- setIndentLevel(int) - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- setInlineAttribute(boolean) - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
Set whether or not a matched filter for an element attribute must be considered an inline attribute and shown on the same line as the owning element.- setInsertFinalNewline(boolean) - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- setInsertSpaces(boolean) - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- setInternalSubset(XMLDTDDescription, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
Update the DTD internal subset entry for the given XML DTD description and return true if the cached DTD grammar internal subset is equal to the given internal subset and false otherwise.- setInternalSubset(XMLDTDDescription, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- setJoinCDATALines(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setJoinCommentLines(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setJoinContentLines(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setKind(int, int) - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- setLabel(String) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setLegacy(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Set true if the legacy formatter must be used and false otherwise.- setLinkedEditingEnabled(boolean) - Method in class org.eclipse.lemminx.settings.SharedSettings
- setLinkedEditingEnabled(boolean) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- setLocator(XMLLocator) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setLocator(XMLLocator) - Method in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- setLocator(XMLLocator) - Method in interface org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelValidator
- setLocator(XMLLocator) - Method in class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidator
- setLogs(LogsSettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- setMappings(List<FilePathMapping>) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathSupport
- setMatchNode(boolean) - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- setMax(long) - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- setMaxEnumerationValues(int) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Set the maximum number of distinct attribute values to be included in an enumeration.- setMaxIdValues(int) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Set the maximum number of attribute values to be saved while checking for uniqueness.- setMaxItemsComputed(int) - Method in class org.eclipse.lemminx.settings.XMLSymbolSettings
- setMaxLineWidth(int) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Sets the value of max line width.- setMessage(String) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
The actual message- setMin(long) - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- setMinEnumerationInstances(int) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Set the minimum number of appearances of an attribute for it to be considered a candidate for an enumeration type- setMinEnumerationRatio(int) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Set the ratio for an attribute will be regarded as an enumeration attribute only if the number of instances divided by the number of distinct values is >= this ratio- setMinFixed(int) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Set the minimum number of attributes that must appear, with the same value each time, for the value to be regarded as FIXED.- setMinIdValues(int) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorSettings
Set the minumum number of attribute values that must appear for the attribute to be regarded as an ID value.- setMixedContentIndentLevel(int) - Method in class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- setMultiple(Boolean) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- setMultiple(Boolean) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferences
- setName(int, int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- setNamespaces(XMLNamespacesSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Set the XML Namespaces validation settings.- setNodeValue(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- setNoGrammar(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- setNotificationService(IXMLNotificationService) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Sets the notification service- setOpenSettingsCommandSupport(boolean) - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
Sets the openSettingsCommandSupport boolean- setOpenSettingsCommandSupport(boolean) - Method in class org.eclipse.lemminx.settings.SharedSettings
Sets the openSettingsCommandSupport boolean- setPathMatcher(PathMatcher) - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- setPattern(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationFilter
- setPattern(String) - Method in class org.eclipse.lemminx.settings.PathPatternMatcher
- setPercent(int, int) - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- setPreferences(XMLPreferences) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the XML preferences- setPrefix(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- setPrefix(String) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- setPrefix(String) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferences
- setPrefixes(List<String>) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setPreserveAttributeLineBreaks(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Sets the value of preserveAttrLineBreaks- setPreservedNewlines(int) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setPreserveEmptyContent(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setPreserveSpace(List<String>) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Sets the element name list which must preserve space.- setProgressSupport(ProgressSupport) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- setProperty(String, Object) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setProperty(String, Object) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- setProperty(String, Object) - Method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPXMLGrammarPreparser
- setPublicId(int, int) - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- setQuoteStyle(QuoteStyle) - Method in class org.eclipse.lemminx.settings.XMLPreferences
Sets the quote style- setReferences(List<XMLReferences>) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferencesSettings
- setRefreshCodeLenses(boolean) - Method in class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- setResolveExternalEntities(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
Set true if external entities must be resolved and false otherwise.- setResolveExternalEntities(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Set true if external entities must be resolved and false otherwise.- setResolveExternalEntities(boolean) - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- setRootUri(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
Set the root URI- setRootUri(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLFileAssociationResolverExtension
Set the root URI- setRootURI(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- setSchema(XMLSchemaSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Set the XML Schema validation settings.- setSchematypens(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Set the location of the schematypens- setSchematypensOffset(int) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Set the start offset where schematypens is declared.- setScope(String) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setSearchInIncludedFiles(boolean) - Method in class org.eclipse.lemminx.extensions.references.search.SearchQuery
- setSecurityManager(SecurityManager) - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- setSeparator(Character) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- setServer(ServerSettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the server- setSettings(Object) - Method in class org.eclipse.lemminx.settings.InitializationOptionsSettings
- setSeverity(MessageType) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
The message severity.- setShouldLanguageServerExitOnShutdown(boolean) - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
Sets the boolean permitting language server to exit on client shutdown() request, without waiting for client to call exit()- setShowAttributeName(boolean) - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
Set whether or not a matched filter for an element attribute should show the attribute name or not, the attribute value will always be shown.- setShowReferencedGrammars(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSymbolsSettings
- setShowSchemaDocumentationType(SchemaDocumentationType) - Method in class org.eclipse.lemminx.settings.XMLPreferences
Sets the showSchemaDocumentationType- setSortText(String) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setSpaceBeforeEmptyCloseTag(boolean) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setSplit(XSISchemaLocationSplit, XMLFormattingOptions) - Static method in enum org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
- setSplitAttributes(XMLFormattingOptions.SplitAttributes) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- setSplitAttributesIndentSize(int) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
Sets the value of splitAttributesIndentSize- setStartInternalSubset(int) - Method in class org.eclipse.lemminx.dom.DOMDocumentType
- setStrictErrorChecking(boolean) - Method in class org.eclipse.lemminx.dom.DOMDocument
- setSuffix(String) - Method in class org.eclipse.lemminx.commons.snippets.Snippet
- setSymbols(XMLSymbolsSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- setSymbols(XMLSymbolSettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- setSystemId(int, int) - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- setSystemId(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
- setTabSize(int) - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- setTelemetry(XMLTelemetrySettings) - Method in class org.eclipse.lemminx.settings.XMLGeneralClientSettings
Sets the telemetry settings- setTelemetryManager(TelemetryManager) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- setText(String) - Method in class org.eclipse.lemminx.commons.ModelTextDocument
- setTextContent(String) - Method in class org.eclipse.lemminx.dom.DOMNode
- SETTINGS - org.eclipse.lemminx.services.extensions.save.ISaveContext.SaveContextType
- setTo(String) - Method in class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- setTrace(SetTraceParams) - Method in class org.eclipse.lemminx.XMLLanguageServer
- setTrimFinalNewlines(boolean) - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- setTrimTrailingWhitespace(boolean) - Method in class org.eclipse.lemminx.settings.LSPFormattingOptions
- setType(String) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Set the location of the type- setTypeOffset(int) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
Set the start offset where type is declared.- setUnrecognized(int, int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- setupCurrentEntity(String, XMLInputSource, boolean, boolean) - Method in class org.eclipse.lemminx.extensions.xerces.LSPXMLEntityManager
- setUseCache(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- setUseCache(boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
Settrueif cache must be used,falseotherwise.- setUseCache(boolean) - Method in class org.eclipse.lemminx.uriresolver.CacheResourcesManager
Settrueif cache must be used,falseotherwise.- setUseCache(Boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
Set cache to true if cache to download XML Schema, DTD must be activated and false otherwise.- setUserData(String, Object, UserDataHandler) - Method in class org.eclipse.lemminx.dom.DOMNode
- setValidation(XMLValidationRootSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.ContentModelSettings
- setValidationService(IXMLValidationService) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Sets the XML document validation service- setValue(int, int) - Method in class org.eclipse.lemminx.dom.DTDEntityDecl
- setValue(String) - Method in class org.eclipse.lemminx.dom.DOMAttr
- setValue(String, int, int) - Method in class org.eclipse.lemminx.dom.DOMAttr
- setValueSet(List<String>) - Method in class org.eclipse.lemminx.client.CodeLensKindCapabilities
The codeLens kind values the client supports.- setVersion(int) - Method in class org.eclipse.lemminx.commons.ModelTextDocument
- setWhitespace(boolean) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
Set true if this node's data is all whitespace- setWorkDir(String) - Method in class org.eclipse.lemminx.settings.ServerSettings
- setXInclude(XMLXIncludeSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
Set true if xi:include is to be validated and false otherwise.- setXml(Object) - Method in class org.eclipse.lemminx.settings.AllXMLSettings
- setXMLReader(XMLReader) - Method in class org.eclipse.lemminx.extensions.dtd.xmlmodel.XMLModelDTDValidator
- setXMLReader(XMLReader) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- setXMLReader(XMLReader) - Method in interface org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelValidator
- setXMLReader(XMLReader) - Method in class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidator
- setXmlStandalone(boolean) - Method in class org.eclipse.lemminx.dom.DOMDocument
- setXmlVersion(String) - Method in class org.eclipse.lemminx.dom.DOMDocument
- setXpath(String) - Method in class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
Set the XPath expression.- setXPath(String) - Method in class org.eclipse.lemminx.extensions.colors.settings.XMLColorExpression
- setXPath(String) - Method in class org.eclipse.lemminx.extensions.filepath.settings.FilePathExpression
- setXsiSchemaLocationSplit(String) - Method in class org.eclipse.lemminx.settings.XMLFormattingOptions
- SharedSettings - Class in org.eclipse.lemminx.settings
SharedSettings- SharedSettings() - Constructor for class org.eclipse.lemminx.settings.SharedSettings
- SharedSettings(SharedSettings) - Constructor for class org.eclipse.lemminx.settings.SharedSettings
- SHIFT_JIS - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- shouldCollapseEmptyElement(DOMElement, SharedSettings) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.ContentModelFormatterParticipant
- shouldCollapseEmptyElement(DOMElement, SharedSettings) - Method in interface org.eclipse.lemminx.services.extensions.format.IFormatterParticipant
Returns true if the given element can be collapsed according to grammar constraints.- shouldCollapseEmptyElement(DOMElement, SharedSettings) - Method in class org.eclipse.lemminx.services.format.XMLFormatterDocument
- shouldLanguageServerExitOnShutdown() - Method in class org.eclipse.lemminx.client.ExtendedClientCapabilities
Returns true if the client should exit on shutdown() request and avoid waiting for an exit() request- shouldLanguageServerExitOnShutdown() - Method in class org.eclipse.lemminx.settings.capabilities.ClientCapabilitiesWrapper
Returns true if the client should exit on shutdown() request and avoid waiting for an exit() request- SHOW_REFERENCES - Static variable in class org.eclipse.lemminx.client.ClientCommands
Show references- shutdown() - Method in class org.eclipse.lemminx.XMLLanguageServer
- SIGNATURE_HELP_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- SIMPLE - org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
- SimpleFilePathExpression - Class in org.eclipse.lemminx.extensions.filepath
Basic implementation of theIFilePathExpression.- SimpleFilePathExpression() - Constructor for class org.eclipse.lemminx.extensions.filepath.SimpleFilePathExpression
- singleQuotes - org.eclipse.lemminx.settings.QuoteStyle
- skippedEntity(String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- skippedEntity(String) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- skipWhitespace() - Method in class org.eclipse.lemminx.dom.parser.MultiLineStream
Advances until it reaches a whitespace character- SLASH - Static variable in class org.eclipse.lemminx.utils.platform.Platform
- snippet - Variable in class org.eclipse.lemminx.customservice.AutoCloseTagResponse
- Snippet - Class in org.eclipse.lemminx.commons.snippets
Snippet description (like vscode snippet).- Snippet() - Constructor for class org.eclipse.lemminx.commons.snippets.Snippet
- SnippetContextUtils - Class in org.eclipse.lemminx.services.snippets
Snippet context utilities.- SnippetRegistry - Class in org.eclipse.lemminx.commons.snippets
A registry for snippets which uses the same format than vscode snippet.- SnippetRegistry() - Constructor for class org.eclipse.lemminx.commons.snippets.SnippetRegistry
- SnippetRegistry(String, boolean) - Constructor for class org.eclipse.lemminx.commons.snippets.SnippetRegistry
Snippet registry for a given language id.- SnippetsBuilder - Class in org.eclipse.lemminx.commons
Snippet syntax utilities.- SpaceRequiredAfterSYSTEM - org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
- SpaceRequiredBeforeEncodingInXMLDecl - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- SpaceRequiredBeforeStandalone - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- SpaceRequiredInPI - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- splitNewLine - org.eclipse.lemminx.settings.XMLFormattingOptions.SplitAttributes
- splitText(int) - Method in class org.eclipse.lemminx.dom.DOMText
- src_annotation - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_annotationCodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
Code action to fix invalid src-annotation elements- src_annotationCodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.src_annotationCodeAction
- src_ct_1 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_element_2_1 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_element_3 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- src_element_3 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_import_1_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_import_1_2CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
Code action to fix cvc-attribute-3 error.- src_import_1_2CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.src_import_1_2CodeAction
- src_import_3_1 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_import_3_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_resolve - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- src_resolve_4_2 - org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
- STANDALONE_NAME - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- STANDALONE_VALUES - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- STANDARD - org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand.GrammarBindingType
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.catalog.XMLCatalogPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.colors.XMLColorsPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.dtd.DTDPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.entities.EntitiesPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.prolog.PrologPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.references.XMLReferencesPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.relaxng.RelaxNGPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xinclude.XIncludePlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xmlmodel.XMLModelPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xsd.XSDPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xsi.XSISchemaPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xsl.XSLPlugin
- start(InitializeParams, XMLExtensionsRegistry) - Method in interface org.eclipse.lemminx.services.extensions.IXMLExtension
Start method to register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.- startAttlist(String, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- startCDATA() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startCDATA(Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- startCDATA(Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- StartCDATATag - org.eclipse.lemminx.dom.parser.ScannerState
- startComment(DOMComment) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- StartCommentTag - org.eclipse.lemminx.dom.parser.TokenType
- startContentModel(String, Augmentations) - Method in class org.eclipse.lemminx.extensions.dtd.contentmodel.CMDTDDocument
- startDoctype() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startDoctypeInternalSubset() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startDocument() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- startDocument() - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPSAXParser
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- startDTDAttlistDecl() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startDTDElementDecl() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startElement(String, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startElement(String, String, boolean) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- startElement(String, String, String, Attributes) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- startElement(String, String, String, Attributes) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.ExternalXMLDTDValidator
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- startElement(QName, XMLAttributes, Augmentations) - Method in class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidator
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- startPrefixMapping(String, String) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.MultipleContentHandler
- startPrefixMapping(String, String) - Method in class org.eclipse.lemminx.services.extensions.diagnostics.LSPContentHandler
- startPrologOrPI(String) - Method in class org.eclipse.lemminx.utils.XMLBuilder
- StartPrologOrPI - org.eclipse.lemminx.dom.parser.TokenType
- startsWithNewLine() - Method in class org.eclipse.lemminx.dom.DOMCharacterData
If data ends with a new line character.- StartTag - org.eclipse.lemminx.dom.parser.TokenType
- StartTagClose - org.eclipse.lemminx.dom.parser.TokenType
- StartTagOpen - org.eclipse.lemminx.dom.parser.TokenType
- StartTagSelfClose - org.eclipse.lemminx.dom.parser.TokenType
- startUnindentedDoctypeInternalSubset() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.catalog.XMLCatalogPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.colors.XMLColorsPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.contentmodel.ContentModelPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.dtd.DTDPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.entities.EntitiesPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.filepath.FilePathPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.generators.FileContentGeneratorPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.prolog.PrologPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.references.XMLReferencesPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.relaxng.RelaxNGPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xinclude.XIncludePlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xmlmodel.XMLModelPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xsd.XSDPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xsi.XSISchemaPlugin
- stop(XMLExtensionsRegistry) - Method in class org.eclipse.lemminx.extensions.xsl.XSLPlugin
- stop(XMLExtensionsRegistry) - Method in interface org.eclipse.lemminx.services.extensions.IXMLExtension
Stop method to un-register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.- StringUtils - Class in org.eclipse.lemminx.utils
String utilities.- substringData(int, int) - Method in class org.eclipse.lemminx.dom.DOMCharacterData
- SurroundWithCommand - Class in org.eclipse.lemminx.extensions.contentmodel.commands
XML Command "xml.refactor.surround.with" to support surround: Surround with Tags (Wrap) Surround with Comments Surround with CDATA- SurroundWithCommand(IXMLDocumentProvider, ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand
- SurroundWithCommand.SurroundWithKind - Enum in org.eclipse.lemminx.extensions.contentmodel.commands
- SurroundWithCommand.SurroundWithResponse - Class in org.eclipse.lemminx.extensions.contentmodel.commands
- SurroundWithResponse() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithResponse
- SurroundWithResponse(TextEdit, TextEdit) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithResponse
- SymbolInformationResult - Class in org.eclipse.lemminx.services
Result for symbols information computation for the textDocument/documentSymbol request- SymbolInformationResult(AtomicLong) - Constructor for class org.eclipse.lemminx.services.SymbolInformationResult
- SYMBOLS - org.eclipse.lemminx.client.LimitFeature
- SYNC_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- syncDynamicCapabilitiesWithPreferences() - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
Registers(indicates the servers ability to support the service) all capabilities that have the ability to be turned on/off on the client side through preferences.- SYSTEM - org.eclipse.lemminx.dom.DOMDocumentType.DocumentTypeKind
T
- tabstops(int) - Static method in class org.eclipse.lemminx.commons.SnippetsBuilder
- tabstops(int, StringBuilder) - Static method in class org.eclipse.lemminx.commons.SnippetsBuilder
- tags - org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
- TARGET_NAMESPACE_ATTR - Static variable in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- TargetNamespace_1 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- TargetNamespace_1CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
CodeAction to replace an incorrect namespace in an .xml document.
- TargetNamespace_1CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.TargetNamespace_1CodeAction
- TargetNamespace_2 - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- TargetNamespace_2CodeAction - Class in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions
-
Code action to add the missing xmlns declaration to the root element in an .xml document.
- TargetNamespace_2CodeAction() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.TargetNamespace_2CodeAction
- TargetRange - Interface in org.eclipse.lemminx.dom
-
Target range API.
- TelemetryCache - Class in org.eclipse.lemminx.telemetry
-
Store telemetry data for transmission at a later time
- TelemetryCache() - Constructor for class org.eclipse.lemminx.telemetry.TelemetryCache
- TelemetryEvent - Class in org.eclipse.lemminx.telemetry
-
Telemetry event
- TelemetryManager - Class in org.eclipse.lemminx.telemetry
-
Telemetry manager.
- TelemetryManager(LanguageClient) - Constructor for class org.eclipse.lemminx.telemetry.TelemetryManager
- TEXT - org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
- TEXT_DOCUMENT_CODE_ACTION - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_CODE_LENS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_COLOR - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_COMPLETION - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_DEFINITION - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_DOCUMENT_SYMBOL - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_FOLDING_RANGE - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_FORMATTING - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_HIGHLIGHT - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_HOVER - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_LINK - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_LINKED_EDITING_RANGE - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_ON_TYPE_FORMATTING - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_RANGE_FORMATTING - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_REFERENCES - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_RENAME - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_SELECTION_RANGE - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_SIGNATURE_HELP - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_SYNC - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- TEXT_DOCUMENT_TYPEDEFINITION - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- text_not_allowed - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- textDecl(String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- textDecl(String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- TextDocument - Class in org.eclipse.lemminx.commons
-
Text document extends LSP4j
TextDocumentItemto provide methods to retrieve position. - TextDocument(String, String) - Constructor for class org.eclipse.lemminx.commons.TextDocument
- TextDocument(TextDocumentItem) - Constructor for class org.eclipse.lemminx.commons.TextDocument
- TextDocuments<T extends TextDocument> - Class in org.eclipse.lemminx.commons
-
A manager for simple text documents
- TextDocuments() - Constructor for class org.eclipse.lemminx.commons.TextDocuments
- TextDocumentVersionChecker - Class in org.eclipse.lemminx.commons
-
A
CancelCheckerimplementation to throw aCancellationExceptionwhen version ofTextDocumentchanged. - TextDocumentVersionChecker(TextDocument, int) - Constructor for class org.eclipse.lemminx.commons.TextDocumentVersionChecker
- TextEditUtils - Class in org.eclipse.lemminx.utils
-
Utilities for
TextEdit. - TextEditUtils() - Constructor for class org.eclipse.lemminx.utils.TextEditUtils
- TextResourceError - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- TO - org.eclipse.lemminx.extensions.references.search.SearchNode.Direction
- TO_2_FROM - org.eclipse.lemminx.extensions.references.search.SearchQuery.QueryDirection
- to_implement - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- toFile(String) - Static method in class org.eclipse.lemminx.utils.FilesUtils
-
Convert the given file Uri to a File.
- toggleCapability(boolean, String, String, Object) - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- toHexa(Color, Range) - Static method in class org.eclipse.lemminx.extensions.colors.utils.ColorUtils
-
Returns the Hexa color presentation of the given
colorandreplacerange. - TokenType - Enum in org.eclipse.lemminx.dom.parser
-
XML Token type.
- toLocation(LocationLink) - Static method in class org.eclipse.lemminx.utils.XMLPositionUtility
- toLSPRange(XMLLocator, String, Object[], String, DiagnosticSeverity, boolean, DOMDocument) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractLSPErrorReporter
-
Returns the range of the given error information, or {
AbstractLSPErrorReporter.NO_RANGEif diagnostic must not be created and null otherwise. - toLSPRange(XMLLocator, String, Object[], String, DiagnosticSeverity, boolean, DOMDocument) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
-
Create the LSP range from the SAX error.
- toLSPRange(XMLLocator, String, Object[], String, DiagnosticSeverity, boolean, DOMDocument, String, boolean) - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPErrorReporterForXML
- toLSPRange(XMLLocator, String, Object[], String, DiagnosticSeverity, boolean, DOMDocument, String, boolean) - Method in class org.eclipse.lemminx.extensions.xerces.AbstractReferencedGrammarLSPErrorReporter
- toLSPRange(XMLLocator, String, Object[], String, DiagnosticSeverity, boolean, DOMDocument, String, boolean) - Method in class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.LSPErrorReporterForXSD
- toLSPRange(XMLLocator, DTDErrorCode, Object[], DOMDocument) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
-
Create the LSP range from the SAX error.
- toLSPRange(XMLLocator, XMLSchemaErrorCode, Object[], DOMDocument) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
-
Create the LSP range from the SAX error.
- toLSPRange(XMLLocator, XMLSyntaxErrorCode, Object[], DOMDocument) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
-
Create the LSP range from the SAX error.
- toLSPRange(XMLLocator, RelaxNGErrorCode, Object[], DOMDocument) - Static method in enum org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- toLSPRange(XMLLocator, XIncludeErrorCode, Object[], DOMDocument) - Static method in enum org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
-
Create the LSP range from the SAX error.
- toLSPRange(XMLLocator, XSDErrorCode, Object[], DOMDocument) - Static method in enum org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
-
Create the LSP range from the SAX error.
- toModel(Object, Class<T>) - Static method in class org.eclipse.lemminx.utils.JSONUtility
- toRGB(Color, Range) - Static method in class org.eclipse.lemminx.extensions.colors.utils.ColorUtils
-
Returns the RGB color presentation of the given
colorandreplacerange. - toString() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGAttributeDeclaration
- toString() - Method in class com.thaiopensource.relaxng.pattern.CMRelaxNGElementDeclaration
- toString() - Method in class org.eclipse.lemminx.client.CodeLensKindCapabilities
- toString() - Method in class org.eclipse.lemminx.client.ExtendedCodeLensCapabilities
- toString() - Method in class org.eclipse.lemminx.commons.TreeLineTracker
- toString() - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- toString() - Method in class org.eclipse.lemminx.dom.DOMNode
- toString() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- toString() - Method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
- toString() - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- toString() - Method in class org.eclipse.lemminx.extensions.references.search.SearchNode
- toString() - Method in class org.eclipse.lemminx.extensions.xsd.contentmodel.CMXSDElementDeclaration
- toString() - Method in class org.eclipse.lemminx.utils.XMLBuilder
- TreeLineTracker - Class in org.eclipse.lemminx.commons
-
Abstract implementation of
ILineTracker. - TreeLineTracker() - Constructor for class org.eclipse.lemminx.commons.TreeLineTracker
-
Creates a new line tracker.
- TreeLineTracker(ListLineTracker) - Constructor for class org.eclipse.lemminx.commons.TreeLineTracker
-
Package visible constructor for creating a tree tracker from a list tracker.
- triggerValidationIfNeeded() - Method in class org.eclipse.lemminx.XMLTextDocumentService.SaveContext
- trimFinalNewlines() - Method in class org.eclipse.lemminx.utils.XMLBuilder
-
Trims the trailing newlines for the current XML StringBuilder
- trimNewLines(String) - Static method in class org.eclipse.lemminx.utils.StringUtils
- trimNewLines(String, StringBuilder) - Static method in class org.eclipse.lemminx.utils.StringUtils
- TRUE - Static variable in class org.eclipse.lemminx.utils.StringUtils
- TRUE_FALSE_ARRAY - Static variable in class org.eclipse.lemminx.utils.StringUtils
- TYPE_ATTR - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- TYPE_DOC - Static variable in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- typeDefinition(TypeDefinitionParams) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- TYPEDEFINITION_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
U
- UNADAPTABLE - org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant.SymbolStrategy
- UndefinedReference - org.eclipse.lemminx.extensions.references.participants.XMLReferencesErrorCode
- UnexpandedEntityReferenceIllegal - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- unexpected_element_required_element_missing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- unexpected_element_required_elements_missing - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- Unknown - org.eclipse.lemminx.dom.parser.TokenType
- UNKNOWN - org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
- unknown_element - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- UnknownBindingTypeException(String) - Constructor for exception org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand.UnknownBindingTypeException
- unlockPool() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPool
- unlockPool() - Method in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPXMLGrammarPoolWrapper
- unrecognized - Variable in class org.eclipse.lemminx.dom.DTDDeclNode
-
This class is the base for all declaration nodes for DTD's.
- unrecognized_datatype - org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
- unregisterAllHandlers(Handler[]) - Static method in class org.eclipse.lemminx.logs.LogHelper
- unregisterCapability(String, String) - Method in class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- unregisterCodeActionParticipant(ICodeActionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterCodeLensParticipant(ICodeLensParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterCommand(String) - Method in interface org.eclipse.lemminx.services.extensions.commands.IXMLCommandService
-
Unregisters the command from the language server
- unregisterCommand(String) - Method in class org.eclipse.lemminx.XMLWorkspaceService
- unregisterCompletionParticipant(ICompletionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterDefinitionParticipant(IDefinitionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterDiagnosticsParticipant(IDiagnosticsParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterDocumentColorParticipant(IDocumentColorParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterDocumentLifecycleParticipant(IDocumentLifecycleParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Unregister a new document lifecycle participant.
- unregisterDocumentLinkParticipant(IDocumentLinkParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterFormatterParticipant(IFormatterParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterHandler(Handler) - Static method in class org.eclipse.lemminx.logs.LogHelper
- unregisterHighlightingParticipant(IHighlightingParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterHoverParticipant(IHoverParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterLinkedEditingRangesParticipants(ILinkedEditingRangesParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterModelProvider(ContentModelProvider) - Method in class org.eclipse.lemminx.extensions.contentmodel.model.ContentModelManager
- unregisterReferenceParticipant(IReferenceParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterRenameParticipant(IRenameParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterResolver(URIResolverExtension) - Method in class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
-
Unregister an URI resolver.
- unregisterSymbolsProviderParticipant(ISymbolsProviderParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterTypeDefinitionParticipant(ITypeDefinitionParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- unregisterWorkspaceServiceParticipant(IWorkspaceServiceParticipant) - Method in class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
Unregister a new workspace service participant.
- UNSUPPORTED_PROTOCOL - org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
- update(long) - Method in class org.eclipse.lemminx.extensions.generators.Cardinality
- update(List<TextDocumentContentChangeEvent>) - Method in class org.eclipse.lemminx.commons.TextDocument
-
Update text of the document by using the changes and according the incremental support.
- UPDATE_CONFIGURATION - Static variable in class org.eclipse.lemminx.client.ClientCommands
-
Update configuration
- UPDATE_END_TAG_NAME_FIELD - Static variable in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
- updateClientCapabilities(ClientCapabilities, ExtendedClientCapabilities) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- updateCodeLensSettings(XMLCodeLensSettings) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- updateCompletionSettings(XMLCompletionSettings) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- updateEndTagName(DOMNode, int, ISharedSettingsRequest, String, CompletionItem) - Static method in class org.eclipse.lemminx.services.extensions.completion.AbstractElementCompletionItem
- updateLastParameterEnd(int) - Method in class org.eclipse.lemminx.dom.DTDDeclNode
- updatePreferences(XMLPreferences) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- updateSettings(Object) - Method in class org.eclipse.lemminx.XMLLanguageServer
-
Update XML settings configured from the client.
- updateSettings(Object) - Method in class org.eclipse.lemminx.XMLTextDocumentService
-
Update settings of the language service.
- updateSymbolSettings(XMLSymbolSettings) - Method in class org.eclipse.lemminx.XMLTextDocumentService
- URICatalogEntry - Class in org.eclipse.lemminx.extensions.catalog
-
Represents a catalog entry that uses the "uri" attribute to reference an external document
- URICatalogEntry(String, DOMElement) - Constructor for class org.eclipse.lemminx.extensions.catalog.URICatalogEntry
- URIResolverExtension - Interface in org.eclipse.lemminx.uriresolver
-
URI resolver API
- URIResolverExtensionManager - Class in org.eclipse.lemminx.uriresolver
-
URI resolver manager.
- URIResolverExtensionManager() - Constructor for class org.eclipse.lemminx.uriresolver.URIResolverExtensionManager
- URIUtils - Class in org.eclipse.lemminx.utils
-
URIUtils
- URL_VALUE_REGEX - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- UTF_8 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
V
- validate(Schema, XMLReader, XMLErrorReporter) - Static method in class org.eclipse.lemminx.extensions.relaxng.jing.SchemaProvider
- validate(DOMDocument) - Method in interface org.eclipse.lemminx.services.IXMLValidationService
-
Performs XML document validation
- validate(DOMDocument, Map<String, Object>) - Method in interface org.eclipse.lemminx.services.IXMLValidationService
-
Performs XML document validation
- validate(DOMDocument, Map<String, Object>) - Method in class org.eclipse.lemminx.XMLLanguageServer
- validateWithDelay(ModelTextDocument<T>) - Method in class org.eclipse.lemminx.commons.ModelValidatorDelayer
-
Validate the given model
documentidentified by the givenuriwith a delay. - VALIDATION_MANAGER - Static variable in class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.LSPSAXParser
- VALIDATION_MANAGER - Static variable in class org.eclipse.lemminx.extensions.relaxng.grammar.rng.RNGSAXParser
- valueContainsOffset(int) - Method in class org.eclipse.lemminx.dom.DOMAttr
- valueOf(String) - Static method in enum org.eclipse.lemminx.client.LimitFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.client.PathFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.commons.config.ConfigurationItemEditType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.commons.config.ConfigurationItemValueKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.dom.DOMDocumentType.DocumentTypeKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.dom.parser.ScannerState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.dom.parser.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.catalog.XMLCatalogErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand.GrammarBindingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.settings.NamespacesEnabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.contentmodel.settings.SchemaEnabled
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.references.participants.XMLReferencesErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.references.search.SearchNode.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.references.search.SearchNode.ValidationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.references.search.SearchQuery.QueryDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils.BindingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant.SymbolStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.services.extensions.save.ISaveContext.SaveContextType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.services.format.FormatElementCategory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.settings.EnforceQuoteStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.settings.QuoteStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.settings.SchemaDocumentationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.settings.XMLFormattingOptions.EmptyElements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.settings.XMLFormattingOptions.SplitAttributes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException.CacheResourceDownloadedError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.lemminx.client.LimitFeature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.client.PathFeature
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.commons.config.ConfigurationItemEditType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.commons.config.ConfigurationItemValueKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.dom.DOMDocumentType.DocumentTypeKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.dom.parser.ScannerState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.dom.parser.TokenType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.catalog.XMLCatalogErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand.GrammarBindingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.commands.SurroundWithCommand.SurroundWithKind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.DTDErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.ExternalResourceErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSchemaErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.settings.NamespacesEnabled
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.contentmodel.settings.SchemaEnabled
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.EntityOriginType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.entities.EntitiesDocumentationUtils.PredefinedEntity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.generators.AttributeDeclaration.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.references.participants.XMLReferencesErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.references.search.SearchNode.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.references.search.SearchNode.ValidationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.references.search.SearchQuery.QueryDirection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.relaxng.utils.RelaxNGUtils.BindingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.xsd.participants.XSDErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.xsd.utils.XSDUtils.BindingType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.extensions.xsi.settings.XSISchemaLocationSplit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.services.extensions.ISymbolsProviderParticipant.SymbolStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.services.extensions.save.ISaveContext.SaveContextType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.services.format.FormatElementCategory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.settings.capabilities.CompletionResolveSupportProperty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.settings.EnforceQuoteStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.settings.QuoteStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.settings.SchemaDocumentationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.settings.XMLFormattingOptions.EmptyElements
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.settings.XMLFormattingOptions.SplitAttributes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.uriresolver.CacheResourceDownloadedException.CacheResourceDownloadedError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.uriresolver.CacheResourceDownloadingException.CacheResourceDownloadingError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.uriresolver.InvalidURIException.InvalidURIError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Version - Class in org.eclipse.lemminx.utils.platform
-
LemMinX version information The information is read from git
- Version() - Constructor for class org.eclipse.lemminx.utils.platform.Version
- VERSION_1 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- VERSION_1_1 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- VERSION_NAME - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- VERSION_VALUES - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- VersionInfoRequired - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- VersionNotSupported - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
W
- W3C_XML_SCHEMA_SCHEMATYPENS - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- warning(String, String, XMLParseException) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.RelaxNGErrorHandler
- Whitespace - org.eclipse.lemminx.dom.parser.TokenType
- WINDOWS_1251 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- WINDOWS_1252 - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
- withCommands(List<Command>) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- withData(Object) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- WithinCDATA - org.eclipse.lemminx.dom.parser.ScannerState
- WithinComment - org.eclipse.lemminx.dom.parser.ScannerState
- WithinContent - org.eclipse.lemminx.dom.parser.ScannerState
- WithinEndTag - org.eclipse.lemminx.dom.parser.ScannerState
- WithinPI - org.eclipse.lemminx.dom.parser.ScannerState
- WithinProlog - org.eclipse.lemminx.dom.parser.ScannerState
- WithinTag - org.eclipse.lemminx.dom.parser.ScannerState
- withMessage(String) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- withSeverity(MessageType) - Method in class org.eclipse.lemminx.customservice.ActionableNotification
- WORKSPACE_CHANGE_FOLDERS - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_CHANGE_FOLDERS_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_EXECUTE_COMMAND - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_EXECUTE_COMMAND_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_SYMBOL - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_SYMBOL_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_WATCHED_FILES - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
- WORKSPACE_WATCHED_FILES_ID - Static variable in class org.eclipse.lemminx.settings.capabilities.ServerCapabilitiesConstants
X
- XINCLUDE_ELT - Static variable in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- XIncludeDocumentLinkParticipant - Class in org.eclipse.lemminx.extensions.xinclude
-
Document links that are specific to xi:include
- XIncludeDocumentLinkParticipant() - Constructor for class org.eclipse.lemminx.extensions.xinclude.XIncludeDocumentLinkParticipant
- XIncludeErrorCode - Enum in org.eclipse.lemminx.extensions.xinclude
-
XInclude error code.
- XIncludePlugin - Class in org.eclipse.lemminx.extensions.xinclude
-
XInclude Plugin.
- XIncludePlugin() - Constructor for class org.eclipse.lemminx.extensions.xinclude.XIncludePlugin
- XIncludeUtils - Class in org.eclipse.lemminx.extensions.xinclude
-
XInclude utilities.
- XIncludeUtils() - Constructor for class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- XML_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- XML_MODEL - org.eclipse.lemminx.extensions.contentmodel.commands.AssociateGrammarCommand.GrammarBindingType
- XML_MODEL_DOMAIN - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.msg.XMLModelMessageFormatter
-
The domain of messages concerning the XML 1.0 specification.
- XML_MODEL_PI - Static variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelConstants
- XML2DTDGenerator - Class in org.eclipse.lemminx.extensions.generators.xml2dtd
-
File Generator implementation to generate DTD from a given XML source.
- XML2DTDGenerator() - Constructor for class org.eclipse.lemminx.extensions.generators.xml2dtd.XML2DTDGenerator
- XML2RelaxNGGenerator - Class in org.eclipse.lemminx.extensions.generators.xml2relaxng
-
File Generator implementation to generate RelaxNG from a given XML source.
- XML2RelaxNGGenerator() - Constructor for class org.eclipse.lemminx.extensions.generators.xml2relaxng.XML2RelaxNGGenerator
- XML2XMLSchemaGenerator - Class in org.eclipse.lemminx.extensions.generators.xml2xsd
-
File Generator implementation to generate XML Schema (XSD) from a given XML source.
- XML2XMLSchemaGenerator() - Constructor for class org.eclipse.lemminx.extensions.generators.xml2xsd.XML2XMLSchemaGenerator
- XMLBuilder - Class in org.eclipse.lemminx.utils
-
XML content builder utilities.
- XMLBuilder(SharedSettings, String, String) - Constructor for class org.eclipse.lemminx.utils.XMLBuilder
- XMLBuilder(SharedSettings, String, String, Collection<IFormatterParticipant>) - Constructor for class org.eclipse.lemminx.utils.XMLBuilder
- XMLCacheResolverExtension - Class in org.eclipse.lemminx.extensions.contentmodel.uriresolver
-
URI resolver which, on the first access, downloads the XML Schema or DTD from "http(s)" or "ftp" URIs to the file system.
- XMLCacheResolverExtension() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCacheResolverExtension
- XMLCapabilityManager - Class in org.eclipse.lemminx.settings.capabilities
-
Manager for capability related tasks A capability is a service (Formatting, Highlighting, ...) that the server is able to provide.
- XMLCapabilityManager(LanguageClient, XMLTextDocumentService) - Constructor for class org.eclipse.lemminx.settings.capabilities.XMLCapabilityManager
- XMLCatalogCodeLensParticipant - Class in org.eclipse.lemminx.extensions.catalog.participants
-
This code lens participant creates the "(un)register catalog" code lens in catalog files.
- XMLCatalogCodeLensParticipant(ContentModelManager) - Constructor for class org.eclipse.lemminx.extensions.catalog.participants.XMLCatalogCodeLensParticipant
- XMLCatalogDiagnosticsParticipant - Class in org.eclipse.lemminx.extensions.catalog.participants
-
Validate XML catalog.
- XMLCatalogDiagnosticsParticipant() - Constructor for class org.eclipse.lemminx.extensions.catalog.participants.XMLCatalogDiagnosticsParticipant
- XMLCatalogDocumentLinkParticipant - Class in org.eclipse.lemminx.extensions.catalog.participants
-
Document links that are specific to catalogs
- XMLCatalogDocumentLinkParticipant() - Constructor for class org.eclipse.lemminx.extensions.catalog.participants.XMLCatalogDocumentLinkParticipant
- XMLCatalogErrorCode - Enum in org.eclipse.lemminx.extensions.catalog
-
XML Catalog error code.
- XMLCatalogPlugin - Class in org.eclipse.lemminx.extensions.catalog
-
XMl Catalog plugin.
- XMLCatalogPlugin() - Constructor for class org.eclipse.lemminx.extensions.catalog.XMLCatalogPlugin
- XMLCatalogResolverExtension - Class in org.eclipse.lemminx.extensions.contentmodel.uriresolver
-
XML catalog URI resolver.
- XMLCatalogResolverExtension() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLCatalogResolverExtension
- XMLCatalogURIResolverExtension - Class in org.eclipse.lemminx.extensions.catalog
-
Resolve the XML Schema of XML/Catalog
- XMLCatalogURIResolverExtension(XMLExtensionsRegistry) - Constructor for class org.eclipse.lemminx.extensions.catalog.XMLCatalogURIResolverExtension
- XMLChar - Class in org.eclipse.lemminx.extensions.generators
-
This class is a copy/paste from some methods of Xerces org.apache.xerces.util.XMLChar.
- XMLChar() - Constructor for class org.eclipse.lemminx.extensions.generators.XMLChar
- XMLCodeActions - Class in org.eclipse.lemminx.services
-
Code action support.
- XMLCodeActions(XMLExtensionsRegistry) - Constructor for class org.eclipse.lemminx.services.XMLCodeActions
- XMLCodeActionSettings - Class in org.eclipse.lemminx.settings
-
A wrapper around LSP
CodeActionCapabilities. - XMLCodeActionSettings() - Constructor for class org.eclipse.lemminx.settings.XMLCodeActionSettings
- XMLCodeLensSettings - Class in org.eclipse.lemminx.settings
-
XML CodeLens settings
- XMLCodeLensSettings() - Constructor for class org.eclipse.lemminx.settings.XMLCodeLensSettings
- XMLColorExpression - Class in org.eclipse.lemminx.extensions.colors.settings
-
XML colors expression
{ "xpath": "@color" } - XMLColorExpression() - Constructor for class org.eclipse.lemminx.extensions.colors.settings.XMLColorExpression
- XMLColors - Class in org.eclipse.lemminx.extensions.colors.settings
-
XML colors which stores list of
XMLColorExpressionapplied for a give pattern. - XMLColors() - Constructor for class org.eclipse.lemminx.extensions.colors.settings.XMLColors
- XMLColorsPlugin - Class in org.eclipse.lemminx.extensions.colors
-
XML colors plugin.
- XMLColorsPlugin() - Constructor for class org.eclipse.lemminx.extensions.colors.XMLColorsPlugin
- XMLColorsSettings - Class in org.eclipse.lemminx.extensions.colors.settings
-
XML colors settings:
"xml.colors": [ // XML colors applied for text node for android colors.xml files { "pattern": "/res/values/colors.xml", "expressions": [ { "xpath": "resources/color/text()" } ] }, // XML colors applied for @color attribute for another files { "pattern": "/my-colors.xml", "expressions": [ { "xpath": "@color" } ] } ] - XMLColorsSettings() - Constructor for class org.eclipse.lemminx.extensions.colors.settings.XMLColorsSettings
- XMLCompletions - Class in org.eclipse.lemminx.services
-
XML completions support.
- XMLCompletions(XMLExtensionsRegistry) - Constructor for class org.eclipse.lemminx.services.XMLCompletions
- XMLCompletionSettings - Class in org.eclipse.lemminx.settings
-
A wrapper around LSP
CompletionCapabilities. - XMLCompletionSettings() - Constructor for class org.eclipse.lemminx.settings.XMLCompletionSettings
- XMLCompletionSettings(boolean, boolean) - Constructor for class org.eclipse.lemminx.settings.XMLCompletionSettings
- xmlDecl(String, String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
- xmlDecl(String, String, String, Augmentations) - Method in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- XMLDeclarationSnippetContext - Class in org.eclipse.lemminx.services.snippets
-
Snippet context used to filter the XML declaration snippets.
- XMLDeclarationSnippetContext() - Constructor for class org.eclipse.lemminx.services.snippets.XMLDeclarationSnippetContext
- XMLDeclUnterminated - org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxErrorCode
- XMLDocumentColorParticipant - Class in org.eclipse.lemminx.extensions.colors.participants
-
XML document color particpant based on the
XMLColorsSettings. - XMLDocumentColorParticipant(XMLColorsPlugin) - Constructor for class org.eclipse.lemminx.extensions.colors.participants.XMLDocumentColorParticipant
- XMLDownloadExternalResourcesSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML download external resources settings.
- XMLDownloadExternalResourcesSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLDownloadExternalResourcesSettings
- XMLExcludedSymbolFile - Class in org.eclipse.lemminx.settings
-
XMLExcludedSymbolFiles
- XMLExcludedSymbolFile(String) - Constructor for class org.eclipse.lemminx.settings.XMLExcludedSymbolFile
- XMLExtensionsRegistry - Class in org.eclipse.lemminx.services.extensions
-
XML extensions registry.
- XMLExtensionsRegistry() - Constructor for class org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
- XMLFileAssociation - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML file association between a XML file pattern (glob) and an XML Schema file (systemId).
- XMLFileAssociation() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLFileAssociation
- XMLFileAssociationResolverExtension - Class in org.eclipse.lemminx.extensions.contentmodel.uriresolver
-
XML file association URI resolver.
- XMLFileAssociationResolverExtension() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.uriresolver.XMLFileAssociationResolverExtension
- XMLFoldingSettings - Class in org.eclipse.lemminx.settings
-
A wrapper around LSP
FoldingRangeCapabilities. - XMLFoldingSettings() - Constructor for class org.eclipse.lemminx.settings.XMLFoldingSettings
- XMLFoldingSettings(boolean) - Constructor for class org.eclipse.lemminx.settings.XMLFoldingSettings
- XMLFormatterDocument - Class in org.eclipse.lemminx.services.format
-
XML formatter which generates several text edit to remove, add, update spaces / indent.
- XMLFormatterDocument(DOMDocument, Range, SharedSettings, Collection<IFormatterParticipant>) - Constructor for class org.eclipse.lemminx.services.format.XMLFormatterDocument
-
XML formatter document.
- XMLFormatterDocumentOld - Class in org.eclipse.lemminx.services.format
-
Default XML formatter which generates one text edit by rewriting the DOM node which must be formatted.
- XMLFormatterDocumentOld(TextDocument, Range, SharedSettings, Collection<IFormatterParticipant>) - Constructor for class org.eclipse.lemminx.services.format.XMLFormatterDocumentOld
-
XML formatter document.
- XMLFormattingConstraints - Class in org.eclipse.lemminx.services.format
-
XML formatting constraints.
- XMLFormattingConstraints() - Constructor for class org.eclipse.lemminx.services.format.XMLFormattingConstraints
- XMLFormattingOptions - Class in org.eclipse.lemminx.settings
-
This class is the root of all formatting settings.
- XMLFormattingOptions() - Constructor for class org.eclipse.lemminx.settings.XMLFormattingOptions
- XMLFormattingOptions(boolean) - Constructor for class org.eclipse.lemminx.settings.XMLFormattingOptions
-
Create an XMLFormattingOptions instance with the option to initialize default values for all supported settings.
- XMLFormattingOptions(int, boolean) - Constructor for class org.eclipse.lemminx.settings.XMLFormattingOptions
- XMLFormattingOptions(int, boolean, boolean) - Constructor for class org.eclipse.lemminx.settings.XMLFormattingOptions
- XMLFormattingOptions(FormattingOptions) - Constructor for class org.eclipse.lemminx.settings.XMLFormattingOptions
- XMLFormattingOptions(FormattingOptions, boolean) - Constructor for class org.eclipse.lemminx.settings.XMLFormattingOptions
- XMLFormattingOptions.EmptyElements - Enum in org.eclipse.lemminx.settings
-
Options for formatting empty elements.
- XMLFormattingOptions.SplitAttributes - Enum in org.eclipse.lemminx.settings
- XMLGeneralClientSettings - Class in org.eclipse.lemminx.settings
-
Class to hold all settings from the client side.
- XMLGeneralClientSettings() - Constructor for class org.eclipse.lemminx.settings.XMLGeneralClientSettings
- XMLGenerator - Class in org.eclipse.lemminx.extensions.contentmodel.utils
-
XML generator used to generate an XML fragment with formatting from a given element declaration (XML Schema element declaration, DTD element, etc).
- XMLGenerator(SharedSettings, boolean, String, String, boolean, int, DOMNode) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
- XMLGenerator(SharedSettings, String, String, boolean, int) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.utils.XMLGenerator
-
XML generator constructor.
- XMLGRAMMAR_POOL - Static variable in class org.eclipse.lemminx.extensions.relaxng.xml.validator.ExternalRelaxNGValidator
-
Property identifier: grammar pool.
- XMLHoverSettings - Class in org.eclipse.lemminx.settings
-
A wrapper around LSP
HoverCapabilities. - XMLHoverSettings() - Constructor for class org.eclipse.lemminx.settings.XMLHoverSettings
- XMLLanguageClientAPI - Interface in org.eclipse.lemminx.customservice
-
XML language client API.
- XMLLanguageServer - Class in org.eclipse.lemminx
-
XML language server.
- XMLLanguageServer() - Constructor for class org.eclipse.lemminx.XMLLanguageServer
- XMLLanguageServerAPI - Interface in org.eclipse.lemminx.customservice
-
XML custom services.
- XMLLanguageService - Class in org.eclipse.lemminx.services
-
XML Language service.
- XMLLanguageService() - Constructor for class org.eclipse.lemminx.services.XMLLanguageService
- XMLModel - Class in org.eclipse.lemminx.dom
-
XML model processing instruction.
- XMLModel(DOMProcessingInstruction) - Constructor for class org.eclipse.lemminx.dom.XMLModel
- XMLModelAwareParserConfiguration - Class in org.eclipse.lemminx.extensions.xerces.xmlmodel
-
This class is the configuration used to parse XML 1.0 and XML 1.1 documents and provides support for xml-model association.
- XMLModelAwareParserConfiguration() - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
-
Default constructor.
- XMLModelAwareParserConfiguration(SymbolTable) - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table.
- XMLModelAwareParserConfiguration(SymbolTable, XMLGrammarPool) - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table and grammar pool.
- XMLModelAwareParserConfiguration(SymbolTable, XMLGrammarPool, LSPErrorReporterForXML) - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
-
Constructs a parser configuration using the specified symbol table, grammar pool, and parent settings.
- XMLModelConstants - Class in org.eclipse.lemminx.extensions.xerces.xmlmodel
-
XML model constants.
- XMLModelDeclaration - Class in org.eclipse.lemminx.extensions.xerces.xmlmodel
-
XML model declaration.
- XMLModelDeclaration() - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelDeclaration
- XMLModelDTDValidator - Class in org.eclipse.lemminx.extensions.dtd.xmlmodel
-
XML model validator which process validation with DTD:
- XMLModelDTDValidator(String) - Constructor for class org.eclipse.lemminx.extensions.dtd.xmlmodel.XMLModelDTDValidator
- XMLModelDTDValidatorFactory - Class in org.eclipse.lemminx.extensions.dtd.xmlmodel
-
XMLModelValidatorFactoryfor DTD. - XMLModelDTDValidatorFactory() - Constructor for class org.eclipse.lemminx.extensions.dtd.xmlmodel.XMLModelDTDValidatorFactory
- xmlModelEnabled - Variable in class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelAwareParserConfiguration
- XMLModelHandler - Class in org.eclipse.lemminx.extensions.xerces.xmlmodel
-
Xerces component which associates a XML with several grammar (XML Schema, DTD, ..) by using <?xml-model ?> processing instruction.
- XMLModelHandler() - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.XMLModelHandler
- XMLModelMessageFormatter - Class in org.eclipse.lemminx.extensions.xerces.xmlmodel.msg
-
XMLModelMessageFormatter provides error messages for the xml-model Recommendation.
- XMLModelMessageFormatter() - Constructor for class org.eclipse.lemminx.extensions.xerces.xmlmodel.msg.XMLModelMessageFormatter
- XMLModelPlugin - Class in org.eclipse.lemminx.extensions.xmlmodel
-
Plugin for managing xml-model association
- XMLModelPlugin() - Constructor for class org.eclipse.lemminx.extensions.xmlmodel.XMLModelPlugin
- XMLModelRelaxNGValidator - Class in org.eclipse.lemminx.extensions.relaxng.xmlmodel
-
XML model validator which process validation with RelaxNG:
- XMLModelRelaxNGValidator(String) - Constructor for class org.eclipse.lemminx.extensions.relaxng.xmlmodel.XMLModelRelaxNGValidator
- XMLModelRelaxNGValidatorFactory - Class in org.eclipse.lemminx.extensions.relaxng.xmlmodel
-
XMLModelValidatorFactoryfor RelaxNG XML and compact syntax. - XMLModelRelaxNGValidatorFactory() - Constructor for class org.eclipse.lemminx.extensions.relaxng.xmlmodel.XMLModelRelaxNGValidatorFactory
- XMLModelSchemaValidator - Class in org.eclipse.lemminx.extensions.xsd.xmlmodel
-
XML model validator which process validation with XML Schema:
- XMLModelSchemaValidator(String) - Constructor for class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidator
- XMLModelSchemaValidatorFactory - Class in org.eclipse.lemminx.extensions.xsd.xmlmodel
-
XMLModelValidatorFactoryfor XSD. - XMLModelSchemaValidatorFactory() - Constructor for class org.eclipse.lemminx.extensions.xsd.xmlmodel.XMLModelSchemaValidatorFactory
- XMLModelUtils - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
XML model utilities.
- XMLModelUtils() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.XMLModelUtils
- XMLModelValidator - Interface in org.eclipse.lemminx.extensions.xerces.xmlmodel
-
XML model validator API.
- XMLModelValidatorFactory - Interface in org.eclipse.lemminx.extensions.xerces.xmlmodel
-
XMLValidatorfactory API. - XMLNamespacesSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML Namespaces settings.
- XMLNamespacesSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLNamespacesSettings
- XMLNS_ATTR - Static variable in class org.eclipse.lemminx.dom.DOMAttr
- XMLNS_NO_DEFAULT_ATTR - Static variable in class org.eclipse.lemminx.dom.DOMAttr
- XMLParseError - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- XMLPositionUtility - Class in org.eclipse.lemminx.utils
-
XML position utility.
- XMLPositionUtility.EntityReferenceRange - Class in org.eclipse.lemminx.utils
- XMLPreferences - Class in org.eclipse.lemminx.settings
-
XML Preferences
- XMLPreferences() - Constructor for class org.eclipse.lemminx.settings.XMLPreferences
- XMLPrepareRename - Class in org.eclipse.lemminx.services
-
XML prepare rename support.
- XMLPrepareRename(XMLExtensionsRegistry) - Constructor for class org.eclipse.lemminx.services.XMLPrepareRename
- XMLReferenceExpression - Class in org.eclipse.lemminx.extensions.references.settings
-
XML reference expression
{ "prefix": "#", "from": "@corresp", "to": "@xml:id" } - XMLReferenceExpression() - Constructor for class org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
- XMLReferences - Class in org.eclipse.lemminx.extensions.references.settings
-
XML references which stores list of
XMLReferenceExpressionapplied for a give pattern. - XMLReferences() - Constructor for class org.eclipse.lemminx.extensions.references.settings.XMLReferences
- XMLReferencesCodeLensParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references codelens support.
- XMLReferencesCodeLensParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesCodeLensParticipant
- XMLReferencesCompletionParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references completion participant
- XMLReferencesCompletionParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesCompletionParticipant
- XMLReferencesDefinitionParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references definition participant.
- XMLReferencesDefinitionParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesDefinitionParticipant
- XMLReferencesDiagnosticParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references diagnostics which reports undefined references.
- XMLReferencesDiagnosticParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesDiagnosticParticipant
- XMLReferencesErrorCode - Enum in org.eclipse.lemminx.extensions.references.participants
-
XML references error code.
- XMLReferencesHighlightingParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references highlight participant
- XMLReferencesHighlightingParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesHighlightingParticipant
- XMLReferencesLinkedEditingRangesParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references linked editing ranges.
- XMLReferencesLinkedEditingRangesParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesLinkedEditingRangesParticipant
- XMLReferencesPlugin - Class in org.eclipse.lemminx.extensions.references
-
XML references plugin.
- XMLReferencesPlugin() - Constructor for class org.eclipse.lemminx.extensions.references.XMLReferencesPlugin
- XMLReferencesReferenceParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references reference support.
- XMLReferencesReferenceParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesReferenceParticipant
- XMLReferencesRenameParticipant - Class in org.eclipse.lemminx.extensions.references.participants
-
XML references rename support.
- XMLReferencesRenameParticipant(XMLReferencesPlugin) - Constructor for class org.eclipse.lemminx.extensions.references.participants.XMLReferencesRenameParticipant
- XMLReferencesSettings - Class in org.eclipse.lemminx.extensions.references.settings
-
XML references settings:
"xml.references": [ // references for tei.xml files { "pattern": "*.xml", "expressions": [ { "prefix": "#", "from": "@resp", "to": "persName/@xml:id" }, { "prefix": "#", "from": "@corresp", "to": "@xml:id" } ] }, // references for docbook.xml files { "pattern": "*.xml", "expressions": [ { "from": "xref/@linkend", "to": "@id" } ] } ] - XMLReferencesSettings() - Constructor for class org.eclipse.lemminx.extensions.references.settings.XMLReferencesSettings
- XMLResourceError - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- XMLScanner - Class in org.eclipse.lemminx.dom.parser
-
XML scanner implementation.
- XMLScanner(String, int, ScannerState, boolean) - Constructor for class org.eclipse.lemminx.dom.parser.XMLScanner
- XMLSchemaErrorCode - Enum in org.eclipse.lemminx.extensions.contentmodel.participants
-
XML Schema error code.
- XMLSchemaGeneratorSettings - Class in org.eclipse.lemminx.extensions.generators.xml2xsd
-
XML Schema generator settings
- XMLSchemaGeneratorSettings() - Constructor for class org.eclipse.lemminx.extensions.generators.xml2xsd.XMLSchemaGeneratorSettings
- XMLSchemaSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML Schema settings.
- XMLSchemaSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSchemaSettings
- XMLServerLauncher - Class in org.eclipse.lemminx
- XMLServerLauncher() - Constructor for class org.eclipse.lemminx.XMLServerLauncher
- XMLServerSocketLauncher - Class in org.eclipse.lemminx
- XMLServerSocketLauncher() - Constructor for class org.eclipse.lemminx.XMLServerSocketLauncher
- XMLSnippetRegistryLoader - Class in org.eclipse.lemminx.services.snippets
-
Load default XML snippets.
- XMLSnippetRegistryLoader() - Constructor for class org.eclipse.lemminx.services.snippets.XMLSnippetRegistryLoader
- XMLSymbolExpressionFilter - Class in org.eclipse.lemminx.settings
-
XML Symbol expression filter.
- XMLSymbolExpressionFilter() - Constructor for class org.eclipse.lemminx.settings.XMLSymbolExpressionFilter
- XMLSymbolFilter - Class in org.eclipse.lemminx.settings
-
XML symbol filter used to show/hide DOM attributes, text nodes specified with XPath expressions:
- XMLSymbolFilter() - Constructor for class org.eclipse.lemminx.settings.XMLSymbolFilter
- XMLSymbolSettings - Class in org.eclipse.lemminx.settings
-
XMLSymbolPreferences for Document Symbols
- XMLSymbolSettings() - Constructor for class org.eclipse.lemminx.settings.XMLSymbolSettings
- XMLSymbolsSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML symbol settings for content model.
- XMLSymbolsSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLSymbolsSettings
- XMLSyntaxErrorCode - Enum in org.eclipse.lemminx.extensions.contentmodel.participants
-
XML error code.
- XMLSyntaxRelatedInfoFinder - Class in org.eclipse.lemminx.extensions.contentmodel.participants
-
Find related information for an XML syntax error
- XMLSyntaxRelatedInfoFinder() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.XMLSyntaxRelatedInfoFinder
- XMLTelemetrySettings - Class in org.eclipse.lemminx.settings
-
Settings for telemetry
- XMLTelemetrySettings() - Constructor for class org.eclipse.lemminx.settings.XMLTelemetrySettings
- XMLTextDocumentService - Class in org.eclipse.lemminx
-
XML text document service.
- XMLTextDocumentService(XMLLanguageServer) - Constructor for class org.eclipse.lemminx.XMLTextDocumentService
- XMLTextDocumentService.SaveContext - Class in org.eclipse.lemminx
-
Save context.
- XMLValidationAllFilesCommand - Class in org.eclipse.lemminx.extensions.contentmodel.commands
-
XML Command "xml.validation.all.files" to revalidate all opened XML files which means: clear the Xerces grammar pool (used by the Xerces validation) and the content model documents cache (used by the XML completion/hover based on the grammar) trigger the validation for the all opened XML files
- XMLValidationAllFilesCommand(ContentModelManager, IXMLDocumentProvider, IXMLValidationService) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.XMLValidationAllFilesCommand
- XMLValidationFileCommand - Class in org.eclipse.lemminx.extensions.contentmodel.commands
-
XML Command "xml.validation.current.file" to revalidate a give XML file which means: remove the referenced grammar in the XML file from the Xerces grammar pool (used by the Xerces validation) and the content model documents cache (used by the XML completion/hover based on the grammar) trigger the validation for the given XML file
- XMLValidationFileCommand(ContentModelManager, IXMLDocumentProvider, IXMLValidationService) - Constructor for class org.eclipse.lemminx.extensions.contentmodel.commands.XMLValidationFileCommand
- XMLValidationFilter - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML validation settings used for a given pattern file.
- XMLValidationFilter() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationFilter
- XMLValidationRootSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML validation settings root which defines validation rules for all files.
- XMLValidationRootSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationRootSettings
- XMLValidationSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML validation settings for a given file.
- XMLValidationSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLValidationSettings
- XMLValidator - Class in org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics
-
XML validator utilities class.
- XMLValidator() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.participants.diagnostics.XMLValidator
- XMLWorkspaceService - Class in org.eclipse.lemminx
-
XML workspace service.
- XMLWorkspaceService(XMLLanguageServer) - Constructor for class org.eclipse.lemminx.XMLWorkspaceService
- XMLWorkspaceSettings - Class in org.eclipse.lemminx.settings
-
A wrapper around LSP
WorkspaceClientCapabilities. - XMLWorkspaceSettings() - Constructor for class org.eclipse.lemminx.settings.XMLWorkspaceSettings
- XMLXIncludeSettings - Class in org.eclipse.lemminx.extensions.contentmodel.settings
-
XML xi:include settings.
- XMLXIncludeSettings() - Constructor for class org.eclipse.lemminx.extensions.contentmodel.settings.XMLXIncludeSettings
- XPathAttributeMatcher - Class in org.eclipse.lemminx.xpath.matcher
- XPathAttributeMatcher(String, String, XPathMatcher) - Constructor for class org.eclipse.lemminx.xpath.matcher.XPathAttributeMatcher
- XPathAttributeNameMatcher - Class in org.eclipse.lemminx.xpath.matcher
- XPathAttributeNameMatcher(String, String, XPathMatcher) - Constructor for class org.eclipse.lemminx.xpath.matcher.XPathAttributeNameMatcher
- XPathElementMatcher - Class in org.eclipse.lemminx.xpath.matcher
- XPathElementMatcher(String, String, XPathMatcher) - Constructor for class org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
- XPathMatcher - Class in org.eclipse.lemminx.xpath.matcher
-
XPath matcher is used to match if a DOM Node match a XPath expression.
- XPathMatcher(String) - Constructor for class org.eclipse.lemminx.xpath.matcher.XPathMatcher
-
Constructor of XPath Matcher with a XPath expression.
- XPathTextMatcher - Class in org.eclipse.lemminx.xpath.matcher
-
XPath text matcher matches
Text. - XPathTextMatcher(XPathMatcher) - Constructor for class org.eclipse.lemminx.xpath.matcher.XPathTextMatcher
- XPOINTER_ATTR - Static variable in class org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
- XpointerMissing - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- XPointerResolutionUnsuccessful - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- XPointerStreamability - org.eclipse.lemminx.extensions.xinclude.XIncludeErrorCode
- XS_IMPORT_TAG - Static variable in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- XS_SCHEMA_TAG - Static variable in class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- XSD_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- XSDCodeLensParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XSD CodeLens to show references count between XSD types references.
- XSDCodeLensParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDCodeLensParticipant
- XSDCompletionParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XSD completion for xs:/@type -> xs:complexType/@name xs:/@base -> xs:complexType/@name
- XSDCompletionParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDCompletionParticipant
- XSDDefinitionParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XSD definition which manages the following definition: xs:element/@type -> xs:complexType/@name xs:extension/@base -> xs:complexType/@name xs:element/@ref -> xs:complexType/@name
- XSDDefinitionParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDDefinitionParticipant
- XSDDiagnosticsParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants.diagnostics
-
Validate XSD file with Xerces.
- XSDDiagnosticsParticipant(XSDPlugin) - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.XSDDiagnosticsParticipant
- XSDDocumentation - Class in org.eclipse.lemminx.extensions.xsd.contentmodel
-
XSD documentation Represents documentation coming from an XML schema file
- XSDDocumentation(XSObjectList, String, SchemaDocumentationType, boolean) - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.XSDDocumentation
- XSDDocumentation(XSObjectList, SchemaDocumentationType, boolean) - Constructor for class org.eclipse.lemminx.extensions.xsd.contentmodel.XSDDocumentation
- XSDDocumentLinkParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
Implements document links in .xsd files for xs:include/@schemaLocation xs:import/@schemaLocation
- XSDDocumentLinkParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDDocumentLinkParticipant
- XSDErrorCode - Enum in org.eclipse.lemminx.extensions.xsd.participants
-
XSD error code.
- XSDFilePathSupportParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XML Schema file path support for *.xsd to provide completion for attributes : include/@schemaLocation import/@schemaLocation
- XSDFilePathSupportParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDFilePathSupportParticipant
- XSDHighlightingParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XSD highlight participant
- XSDHighlightingParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDHighlightingParticipant
- XSDPlugin - Class in org.eclipse.lemminx.extensions.xsd
-
XSD plugin.
- XSDPlugin() - Constructor for class org.eclipse.lemminx.extensions.xsd.XSDPlugin
- XSDReferenceParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XSD reference
- XSDReferenceParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDReferenceParticipant
- XSDRenameParticipant - Class in org.eclipse.lemminx.extensions.xsd.participants
-
XSD rename
- XSDRenameParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.XSDRenameParticipant
- XSDURIResolverExtension - Class in org.eclipse.lemminx.extensions.xsd
-
Resolve the XSD XML Schema and DTD dependencies.
- XSDURIResolverExtension(IXMLDocumentProvider) - Constructor for class org.eclipse.lemminx.extensions.xsd.XSDURIResolverExtension
- XSDUtils - Class in org.eclipse.lemminx.extensions.xsd.utils
-
XSD utilities.
- XSDUtils() - Constructor for class org.eclipse.lemminx.extensions.xsd.utils.XSDUtils
- XSDUtils.BindingType - Enum in org.eclipse.lemminx.extensions.xsd.utils
-
Binding type of xs attribute.
- XSDValidator - Class in org.eclipse.lemminx.extensions.xsd.participants.diagnostics
-
XSD validator utilities class.
- XSDValidator() - Constructor for class org.eclipse.lemminx.extensions.xsd.participants.diagnostics.XSDValidator
- XSI_DOC - Static variable in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- XSI_WEBSITE - Static variable in class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- XSICompletionParticipant - Class in org.eclipse.lemminx.extensions.xsi.participants
-
XSICompletionParticipant
- XSICompletionParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsi.participants.XSICompletionParticipant
- XSIFormatterParticipant - Class in org.eclipse.lemminx.extensions.xsi.participants
-
Formatter participant implementation to format xsi:schemaLocation attribute value.
- XSIFormatterParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsi.participants.XSIFormatterParticipant
- XSIHoverParticipant - Class in org.eclipse.lemminx.extensions.xsi.participants
-
XSIHoverParticipant
- XSIHoverParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsi.participants.XSIHoverParticipant
- XSISchemaLocationSplit - Enum in org.eclipse.lemminx.extensions.xsi.settings
-
The xsi:schemaLocation split settings.
- XSISchemaModel - Class in org.eclipse.lemminx.extensions.xsi
-
This class holds values that represent the XSI xsd.
- XSISchemaModel() - Constructor for class org.eclipse.lemminx.extensions.xsi.XSISchemaModel
- XSISchemaPlugin - Class in org.eclipse.lemminx.extensions.xsi
-
Plugin to handle the xml prolog:
<?xml ... ?>. - XSISchemaPlugin() - Constructor for class org.eclipse.lemminx.extensions.xsi.XSISchemaPlugin
- XSL_CONTEXT - Static variable in class org.eclipse.lemminx.services.snippets.NewFileSnippetContext
- XSLFilePathSupportParticipant - Class in org.eclipse.lemminx.extensions.xsl.participants
-
XML Stylesheet file path support for *.xsl to provide completion for attributes : include/@href import/@href
- XSLFilePathSupportParticipant() - Constructor for class org.eclipse.lemminx.extensions.xsl.participants.XSLFilePathSupportParticipant
- XSLPlugin - Class in org.eclipse.lemminx.extensions.xsl
-
XSL plugin.
- XSLPlugin() - Constructor for class org.eclipse.lemminx.extensions.xsl.XSLPlugin
- XSLURIResolverExtension - Class in org.eclipse.lemminx.extensions.xsl
-
Resolve the XSL XML Schema to use according the xsl:stylesheet/@version
- XSLURIResolverExtension(IXMLDocumentProvider) - Constructor for class org.eclipse.lemminx.extensions.xsl.XSLURIResolverExtension
Y
- YES - Static variable in class org.eclipse.lemminx.extensions.prolog.PrologModel
_
- _AST - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _AVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _CAR - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _CCB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _CMA - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _CRB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _CSB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _CVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _DDT - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _DOT - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _DQO - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _DVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _EQS - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _EVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _EXL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _FSL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _IVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _LAN - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _LFD - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _lVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _LVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _MIN - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _mVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _MVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _NVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _NWL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _OCB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _ORB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _OSB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _OVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _PCT - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _PLS - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _PVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _QMA - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _RAN - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _SIQ - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _SQO - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _SVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _TAB - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _TVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _UDS - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _WSP - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _XVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
- _YVL - Static variable in class org.eclipse.lemminx.dom.parser.Constants
All Classes All Packages