Uses of Class
org.eclipse.lemminx.services.extensions.AbstractDefinitionParticipant
-
-
Uses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.dtd.participants
Subclasses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.dtd.participants Modifier and Type Class Description classDTDDefinitionParticipantDTD definition participant -
Uses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.entities.participants
Subclasses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.entities.participants Modifier and Type Class Description classEntitiesDefinitionParticipantEntities definition used in a text node (ex : &). -
Uses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.references.participants
Subclasses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.references.participants Modifier and Type Class Description classXMLReferencesDefinitionParticipantXML references definition participant. -
Uses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Subclasses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng Modifier and Type Class Description classRNGDefinitionParticipantXSD definition which manages the following definition: ref/@name -> define/@name -
Uses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.xsd.participants
Subclasses of AbstractDefinitionParticipant in org.eclipse.lemminx.extensions.xsd.participants 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
-