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