Uses of Interface
org.eclipse.lemminx.services.extensions.IDefinitionParticipant
-
-
Uses of IDefinitionParticipant in org.eclipse.lemminx.extensions.dtd.participants
Classes in org.eclipse.lemminx.extensions.dtd.participants that implement IDefinitionParticipant Modifier and Type Class Description classDTDDefinitionParticipantDTD definition participant -
Uses of IDefinitionParticipant in org.eclipse.lemminx.extensions.entities.participants
Classes in org.eclipse.lemminx.extensions.entities.participants that implement IDefinitionParticipant Modifier and Type Class Description classEntitiesDefinitionParticipantEntities definition used in a text node (ex : &). -
Uses of IDefinitionParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement IDefinitionParticipant Modifier and Type Class Description classXMLReferencesDefinitionParticipantXML references definition participant. -
Uses of IDefinitionParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement IDefinitionParticipant Modifier and Type Class Description classRNGDefinitionParticipantXSD definition which manages the following definition: ref/@name -> define/@name -
Uses of IDefinitionParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement IDefinitionParticipant Modifier and Type Class Description classXSDDefinitionParticipantXSD definition which manages the following definition: xs:element/@type -> xs:complexType/@name xs:extension/@base -> xs:complexType/@name xs:element/@ref -> xs:complexType/@name -
Uses of IDefinitionParticipant in org.eclipse.lemminx.services.extensions
Classes in org.eclipse.lemminx.services.extensions that implement IDefinitionParticipant Modifier and Type Class Description classAbstractDefinitionParticipantAbstract class for definition.Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IDefinitionParticipant Modifier and Type Method Description Collection<IDefinitionParticipant>XMLExtensionsRegistry. getDefinitionParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type IDefinitionParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerDefinitionParticipant(IDefinitionParticipant definitionParticipant)voidXMLExtensionsRegistry. unregisterDefinitionParticipant(IDefinitionParticipant definitionParticipant)
-