Uses of Interface
org.eclipse.lemminx.extensions.filepath.IFilePathSupportParticipant
-
-
Uses of IFilePathSupportParticipant in org.eclipse.lemminx.extensions.catalog.participants
Classes in org.eclipse.lemminx.extensions.catalog.participants that implement IFilePathSupportParticipant Modifier and Type Class Description classCatalogFilePathSupportParticipantCatalog file path support for catalog.xml to provide completion for @uri attribute. -
Uses of IFilePathSupportParticipant in org.eclipse.lemminx.extensions.filepath
Methods in org.eclipse.lemminx.extensions.filepath that return types with arguments of type IFilePathSupportParticipant Modifier and Type Method Description List<IFilePathSupportParticipant>FilePathPlugin. getFilePathSupportParticipants() -
Uses of IFilePathSupportParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement IFilePathSupportParticipant Modifier and Type Class Description classRNGFilePathSupportParticipantRelaxNG file path support for *.rng to provide completion for attributes : include/@href externalRef/@href -
Uses of IFilePathSupportParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement IFilePathSupportParticipant Modifier and Type Class Description classXSDFilePathSupportParticipantXML Schema file path support for *.xsd to provide completion for attributes : include/@schemaLocation import/@schemaLocation -
Uses of IFilePathSupportParticipant in org.eclipse.lemminx.extensions.xsl.participants
Classes in org.eclipse.lemminx.extensions.xsl.participants that implement IFilePathSupportParticipant Modifier and Type Class Description classXSLFilePathSupportParticipantXML Stylesheet file path support for *.xsl to provide completion for attributes : include/@href import/@href
-