mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-15 00:00:30 +08:00
update dependency after merge from master
This commit is contained in:
12
node_modules/xpath/docs/XPathEvaluator.md
generated
vendored
12
node_modules/xpath/docs/XPathEvaluator.md
generated
vendored
@ -2,15 +2,15 @@
|
||||
|
||||
The `xpath.parse()` method returns an `XPathEvaluator`, which contains the following methods.
|
||||
|
||||
Each of these methods takes an optional `options` object, which can contain any of the following properties:
|
||||
Each of these methods takes an optional `options` object, which can contain any of the following properties. See the links for each item for further details:
|
||||
|
||||
`namespaces` - a namespace resolver. See the [documentation page](namespace%20resolvers.md) for details.
|
||||
- `namespaces` - a [namespace resolver](namespace%20resolvers.md)
|
||||
|
||||
`variables` - a variable resolver. See the [documentation page](variable%20resolvers.md) for details.
|
||||
- `variables` - a [variable resolver](variable%20resolvers.md)
|
||||
|
||||
`functions` - a function resolver. See the [documentation page](function%20resolvers.md) for details.
|
||||
- `functions` - a [function resolver](function%20resolvers.md)
|
||||
|
||||
`node` - the context node for evaluating the expression
|
||||
- `node` - the context node for evaluating the expression
|
||||
|
||||
Example usage:
|
||||
|
||||
@ -56,7 +56,7 @@ This is only valid for expressions that evaluate to a node set.
|
||||
|
||||
`select1([options])`
|
||||
|
||||
Evaluates the XPath expression and the first node in the resulting node set, in document order. Returns `undefined`
|
||||
Evaluates the XPath expression and the first node in the resulting node set, in document order. Returns `undefined` if the resulting node set is empty.
|
||||
|
||||
This is only valid for expressions that evaluate to a node set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user