Package org.eclipse.lemminx.extensions.filepath.settings
-
Class Summary Class Description FilePathExpression File path expression{ "xpath": "@paths", "separator": " " }FilePathMapping File path mapping which stores list ofFilePathExpressionapplied for a given input file pattern.FilePathSupport File path support settings.FilePathSupportSettings File paths settings:"xml.filePathSupport.mappings": [ // File paths applied for text node items.xml files { "pattern": "*.xml", "expressions": [ { "xpath": "path/text()" }, { "xpath": "item/@path" }, { "xpath": "item/@paths", "separator": " " } ] } ]