Uses of Interface
org.eclipse.lemminx.extensions.filepath.IFilePathExpression
-
-
Uses of IFilePathExpression in org.eclipse.lemminx.extensions.catalog.participants
Methods in org.eclipse.lemminx.extensions.catalog.participants that return types with arguments of type IFilePathExpression Modifier and Type Method Description List<IFilePathExpression>CatalogFilePathSupportParticipant. collectFilePathExpressions(DOMDocument document) -
Uses of IFilePathExpression in org.eclipse.lemminx.extensions.filepath
Classes in org.eclipse.lemminx.extensions.filepath that implement IFilePathExpression Modifier and Type Class Description classSimpleFilePathExpressionBasic implementation of theIFilePathExpression.Methods in org.eclipse.lemminx.extensions.filepath that return types with arguments of type IFilePathExpression Modifier and Type Method Description List<IFilePathExpression>IFilePathSupportParticipant. 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>FilePathPlugin. findFilePathExpressions(DOMDocument xmlDocument)Return the list ofFilePathExpressionfor the given document and an empty list otherwise. -
Uses of IFilePathExpression in org.eclipse.lemminx.extensions.filepath.settings
Classes in org.eclipse.lemminx.extensions.filepath.settings that implement IFilePathExpression Modifier and Type Class Description classFilePathExpressionFile path expression{ "xpath": "@paths", "separator": " " } -
Uses of IFilePathExpression in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Methods in org.eclipse.lemminx.extensions.relaxng.grammar.rng that return types with arguments of type IFilePathExpression Modifier and Type Method Description List<IFilePathExpression>RNGFilePathSupportParticipant. collectFilePathExpressions(DOMDocument document) -
Uses of IFilePathExpression in org.eclipse.lemminx.extensions.xsd.participants
Methods in org.eclipse.lemminx.extensions.xsd.participants that return types with arguments of type IFilePathExpression Modifier and Type Method Description List<IFilePathExpression>XSDFilePathSupportParticipant. collectFilePathExpressions(DOMDocument document) -
Uses of IFilePathExpression in org.eclipse.lemminx.extensions.xsl.participants
Methods in org.eclipse.lemminx.extensions.xsl.participants that return types with arguments of type IFilePathExpression Modifier and Type Method Description List<IFilePathExpression>XSLFilePathSupportParticipant. collectFilePathExpressions(DOMDocument document)
-