public class Lexer extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LEX_CONTEXT_OP |
static int |
LEX_CONTEXT_VAL |
| Constructor and Description |
|---|
Lexer() |
public static final int LEX_CONTEXT_VAL
public static final int LEX_CONTEXT_OP
public static Vector<Token> lex(String expr) throws XPathSyntaxException
XPathSyntaxExceptionCopyright © 2022. All rights reserved.