| Modifier and Type | Method and Description |
|---|---|
List<IFilePathExpression> |
CatalogFilePathSupportParticipant.collectFilePathExpressions(DOMDocument document) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleFilePathExpression
Basic implementation of the
IFilePathExpression. |
| Modifier and Type | Method and 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 of
FilePathExpression for the given document and an
empty list otherwise. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilePathExpression
File path expression
{
"xpath": "@paths",
"separator": " "
}
|
| Modifier and Type | Method and Description |
|---|---|
List<IFilePathExpression> |
RNGFilePathSupportParticipant.collectFilePathExpressions(DOMDocument document) |
| Modifier and Type | Method and Description |
|---|---|
List<IFilePathExpression> |
XSDFilePathSupportParticipant.collectFilePathExpressions(DOMDocument document) |
| Modifier and Type | Method and Description |
|---|---|
List<IFilePathExpression> |
XSLFilePathSupportParticipant.collectFilePathExpressions(DOMDocument document) |
Copyright © 2024. All rights reserved.