public interface IFilePathSupportParticipant
This API provides the capability to contribute to mark some DOM nodes as file type to have file path completion inside the DOM node.
| Modifier and Type | Method and 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.
|
List<IFilePathExpression> collectFilePathExpressions(DOMDocument document)
document - the DOM document.Copyright © 2024. All rights reserved.