org.dom4j.xpath
public class XPathPattern extends Object implements Pattern
XPathPattern is an implementation of Pattern which uses an
XPath xpath.
Version: $Revision: 1.18.2.1 $
| Constructor Summary | |
|---|---|
| XPathPattern(Pattern pattern) | |
| XPathPattern(String text) | |
| Method Summary | |
|---|---|
| protected ContextSupport | getContextSupport() |
| String | getMatchesNodeName() |
| short | getMatchType() |
| double | getPriority() |
| String | getText() |
| Pattern[] | getUnionPatterns() |
| protected void | handleJaxenException(JaxenException exception) |
| boolean | matches(Node node) |
| void | setVariableContext(VariableContext variableContext) |
| String | toString() |