Class XSLFilePathSupportParticipant
- java.lang.Object
-
- org.eclipse.lemminx.extensions.xsl.participants.XSLFilePathSupportParticipant
-
- All Implemented Interfaces:
IFilePathSupportParticipant
public class XSLFilePathSupportParticipant extends Object implements IFilePathSupportParticipant
XML Stylesheet file path support for *.xsl to provide completion for attributes :- include/@href
- import/@href
-
-
Constructor Summary
Constructors Constructor Description XSLFilePathSupportParticipant()
-
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.
-
-