| Class | Description |
|---|---|
| FilePathExpression |
File path expression
{
"xpath": "@paths",
"separator": " "
}
|
| FilePathMapping |
File path mapping which stores list of
FilePathExpression applied
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": " "
}
]
}
]
|
Copyright © 2024. All rights reserved.