Package: xpattern

Function node-matches-p

Lambda List

node-matches-p (node pattern-expression)

Arguments

  • node -- any node implementing the XPath protocol
  • pattern-expression -- a string or s-expression

Return Value

a boolean

Details

Determine whether node matches the pattern expression.

The expression is compiled using the dynamic environment.

 

See also