Class CatalogFilePathSupportParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.catalog.participants.CatalogFilePathSupportParticipant
-
- All Implemented Interfaces:
IFilePathSupportParticipant
public class CatalogFilePathSupportParticipant extends Object implements IFilePathSupportParticipant
Catalog file path support for catalog.xml to provide completion for @uri attribute.
-
-
Constructor Summary
Constructors Constructor Description CatalogFilePathSupportParticipant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IFilePathExpression>collectFilePathExpressions(DOMDocument document)Returns the file path expressions used to mark DOM nodes as file type for the given DOM document and null or empty otherwise.
-
-
-
Method Detail
-
collectFilePathExpressions
public List<IFilePathExpression> collectFilePathExpressions(DOMDocument document)
Description copied from interface:IFilePathSupportParticipantReturns the file path expressions used to mark DOM nodes as file type for the given DOM document and null or empty otherwise.- Specified by:
collectFilePathExpressionsin interfaceIFilePathSupportParticipant- Parameters:
document- the DOM document.- Returns:
- the file path expressions used to mark DOM nodes as file type for the given DOM document and null or empty otherwise.
-
-