| Package | Description |
|---|---|
| net.sourceforge.htmlunit.xpath.compiler |
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
|
| net.sourceforge.htmlunit.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
| Modifier and Type | Method and Description |
|---|---|
protected StepPattern |
Compiler.stepPattern(int opPos,
int stepCount,
StepPattern ancestorPattern)
Compile a step pattern unit expression, used for both location paths and match patterns.
|
protected StepPattern |
Compiler.stepPattern(int opPos,
int stepCount,
StepPattern ancestorPattern)
Compile a step pattern unit expression, used for both location paths and match patterns.
|
| Modifier and Type | Method and Description |
|---|---|
protected StepPattern |
Compiler.stepPattern(int opPos,
int stepCount,
StepPattern ancestorPattern)
Compile a step pattern unit expression, used for both location paths and match patterns.
|
protected StepPattern |
Compiler.stepPattern(int opPos,
int stepCount,
StepPattern ancestorPattern)
Compile a step pattern unit expression, used for both location paths and match patterns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextMatchStepPattern
Special context node pattern matcher.
|
class |
FunctionPattern
Match pattern step that contains a function.
|
| Modifier and Type | Method and Description |
|---|---|
StepPattern |
StepPattern.getRelativePathPattern()
Get the reference to nodetest and predicate for parent or ancestor.
|
StepPattern |
StepPattern.getRelativePathPattern()
Get the reference to nodetest and predicate for parent or ancestor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnionPattern.setPatterns(StepPattern[] patterns)
Set the contained step patterns to be tested.
|
void |
UnionPattern.setPatterns(StepPattern[] patterns)
Set the contained step patterns to be tested.
|
void |
StepPattern.setRelativePathPattern(StepPattern expr)
Set the reference to nodetest and predicate for parent or ancestor.
|
void |
StepPattern.setRelativePathPattern(StepPattern expr)
Set the reference to nodetest and predicate for parent or ancestor.
|
Copyright © 2022. All rights reserved.