package org.eclipse.lemminx.xpath.matcher
-
Abstract class for XPath node matcher.
XPath node matcher tests if
Node match a fragment of XPath.
XPath attribute name matcher matches
Attr name of
Element.
XPath element matcher matches
Attr of
Element and element
name.
XPath matcher is used to match if a DOM Node match a XPath expression.
XPath text matcher matches
Text.