Modifier and Type | Class and Description |
---|---|
class |
ContentModelCompletionParticipant
Extension to support XML completion based on content model (XML Schema
completion, etc)
|
Modifier and Type | Class and Description |
---|---|
class |
EntitiesCompletionParticipant
Entities completion used in a text node (ex : &).
|
Modifier and Type | Class and Description |
---|---|
class |
FilePathCompletionParticipant
Extension to support completion for file, folder path in:
attribute value:
|
Modifier and Type | Class and Description |
---|---|
class |
PrologCompletionParticipant
PrologCompletionParticipant
|
Modifier and Type | Class and Description |
---|---|
class |
XMLReferencesCompletionParticipant |
Modifier and Type | Class and Description |
---|---|
class |
XSDCompletionParticipant
XSD completion for
xs:/@type -> xs:complexType/@name
xs:/@base -> xs:complexType/@name
|
Modifier and Type | Class and Description |
---|---|
class |
XSICompletionParticipant
XSICompletionParticipant
|
Modifier and Type | Class and Description |
---|---|
class |
CompletionParticipantAdapter
Completion participant adapter.
|
Modifier and Type | Method and Description |
---|---|
Collection<ICompletionParticipant> |
XMLExtensionsRegistry.getCompletionParticipants() |
Modifier and Type | Method and Description |
---|---|
void |
XMLExtensionsRegistry.registerCompletionParticipant(ICompletionParticipant completionParticipant) |
void |
XMLExtensionsRegistry.unregisterCompletionParticipant(ICompletionParticipant completionParticipant) |
Copyright © 2021. All rights reserved.