Uses of Interface
org.eclipse.lemminx.services.extensions.IReferenceParticipant
-
-
Uses of IReferenceParticipant in org.eclipse.lemminx.extensions.dtd.participants
Classes in org.eclipse.lemminx.extensions.dtd.participants that implement IReferenceParticipant Modifier and Type Class Description classDTDReferenceParticipantDTD reference -
Uses of IReferenceParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement IReferenceParticipant Modifier and Type Class Description classXMLReferencesReferenceParticipantXML references reference support. -
Uses of IReferenceParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement IReferenceParticipant Modifier and Type Class Description classRNGReferenceParticipantRelaxNG rng reference -
Uses of IReferenceParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement IReferenceParticipant Modifier and Type Class Description classXSDReferenceParticipantXSD reference -
Uses of IReferenceParticipant in org.eclipse.lemminx.services.extensions
Classes in org.eclipse.lemminx.services.extensions that implement IReferenceParticipant Modifier and Type Class Description classAbstractReferenceParticipantAbstract class for reference participant.Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type IReferenceParticipant Modifier and Type Method Description Collection<IReferenceParticipant>XMLExtensionsRegistry. getReferenceParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type IReferenceParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. registerReferenceParticipant(IReferenceParticipant referenceParticipant)voidXMLExtensionsRegistry. unregisterReferenceParticipant(IReferenceParticipant referenceParticipant)
-