A B C D E F G I J K L M N O P Q R S T U V X

A

AbbreviatedAxisSpecifier() - Method in class de.fzi.XPath.Parser.XPathParser
 
ADD_OP - Static variable in class de.fzi.XPath.Expr
+ (addition) operator code.
addArgument(Expr) - Method in class de.fzi.XPath.FunctionCall
Appends argument.
addExpr(Expr) - Method in class de.fzi.XPath.UnionExpr
Adds expression to union.
addExpr(Expr) - Method in class de.fzi.XPath.OrExpr
Adds expression to or-expression.
addExpr(Expr) - Method in class de.fzi.XPath.AndExpr
Adds expression to and-expression.
addExpr(Expr, int) - Method in class de.fzi.XPath.OrderedExpr
Adds expression.
addExpr(Expr, int) - Method in class de.fzi.XPath.UnionExpr
Adds expression to union.
addExpr(Expr, int) - Method in class de.fzi.XPath.OrExpr
Adds expression to disjunction.
addExpr(Expr, int) - Method in class de.fzi.XPath.AndExpr
Adds expression to and-expression.
AdditiveExpr - class de.fzi.XPath.AdditiveExpr.
Class AdditiveExpr represents an additive expression - an expression, whose operators are only addition and substrcation.
AdditiveExpr() - Constructor for class de.fzi.XPath.AdditiveExpr
 
AdditiveExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
addLocationPath(LocationPath) - Method in class de.fzi.XPath.LocationPath
 
addPredicate(Expr) - Method in class de.fzi.XPath.Step
Adds predicate to this step.
addPredicate(Expr) - Method in class de.fzi.XPath.FilterExpr
Adds predicate expression.
addStep(Step) - Method in class de.fzi.XPath.LocationPath
 
adjustBeginLineColumn(int, int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
Method to adjust line and column numbers for the start of a token.
ANCESTOR - Static variable in class de.fzi.XPath.Axis
"ancestor" axis.
ANCESTOR_OR_SELF - Static variable in class de.fzi.XPath.Axis
"ancestor-or-self" axis.
AND - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
AND_OP - Static variable in class de.fzi.XPath.Expr
and operator code.
AndExpr - class de.fzi.XPath.AndExpr.
AndExpr class represents conjunction over several expresion.
AndExpr() - Constructor for class de.fzi.XPath.AndExpr
 
AndExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
ANY - Static variable in class de.fzi.XPath.NameTest
Any principal node.
Argument() - Method in class de.fzi.XPath.Parser.XPathParser
 
ASCII_UCodeESC_CharStream - class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
ASCII_UCodeESC_CharStream(InputStream, int, int) - Constructor for class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(InputStream, int, int, int) - Constructor for class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int) - Constructor for class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ASCII_UCodeESC_CharStream(Reader, int, int, int) - Constructor for class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ATTRIBUTE - Static variable in class de.fzi.XPath.Axis
"attribute" axis.
Axis - class de.fzi.XPath.Axis.
Class Axis holds axis codes and provides two static functions, getAxis and getAxisName which convert axis name to integer code and vice versa.
Axis() - Constructor for class de.fzi.XPath.Axis
 
AxisName - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 

B

backup(int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
BaseChar - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
beginColumn - Variable in class de.fzi.XPath.Parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class de.fzi.XPath.Parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
bufpos - Variable in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 

C

CHILD - Static variable in class de.fzi.XPath.Axis
"child" axis.
CombiningChar - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
COMMENT - Static variable in class de.fzi.XPath.NodeType
Comment node type.
COMMENT - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
currentToken - Variable in class de.fzi.XPath.Parser.ParseException
This is the last token that has been consumed successfully.

D

de.fzi.XPath - package de.fzi.XPath
 
de.fzi.XPath.Parser - package de.fzi.XPath.Parser
 
DEFAULT - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
DESCENDANT - Static variable in class de.fzi.XPath.Axis
"descendant" axis.
DESCENDANT_OR_SELF - Static variable in class de.fzi.XPath.Axis
"descendant-or-self" axis.
Digit - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
disable_tracing() - Method in class de.fzi.XPath.Parser.XPathParser
 
DIV - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
DIV_OP - Static variable in class de.fzi.XPath.Expr
div (division) operator code.
Done() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 

E

enable_tracing() - Method in class de.fzi.XPath.Parser.XPathParser
 
endColumn - Variable in class de.fzi.XPath.Parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class de.fzi.XPath.Parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
EQ - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
EQ_OP - Static variable in class de.fzi.XPath.Expr
= (equal) operator code.
EqualityExpr - class de.fzi.XPath.EqualityExpr.
Class EqualityExpr represents equation (=) or non-equation (!=) of other expressions.
EqualityExpr() - Constructor for class de.fzi.XPath.EqualityExpr
 
EqualityExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
expectedTokenSequences - Variable in class de.fzi.XPath.Parser.ParseException
Each entry in this array is an array of integers.
Expr - class de.fzi.XPath.Expr.
Class Expr correspons to XPath expression in general.
Expr() - Constructor for class de.fzi.XPath.Expr
 
Expr() - Method in class de.fzi.XPath.Parser.XPathParser
 
Extender - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 

F

FilterExpr - class de.fzi.XPath.FilterExpr.
Class FilterExpr represents a filtering expression.
FilterExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
FilterExpr(Expr) - Constructor for class de.fzi.XPath.FilterExpr
Constructs new expression.
FOLLOWING - Static variable in class de.fzi.XPath.Axis
"following" axis.
FOLLOWING_SIBLING - Static variable in class de.fzi.XPath.Axis
"following-sibling" axis.
FunctionCall - class de.fzi.XPath.FunctionCall.
FunctionCall class represents function call.
FunctionCall() - Method in class de.fzi.XPath.Parser.XPathParser
 
FunctionCall(String) - Constructor for class de.fzi.XPath.FunctionCall
Constructs FunctionCall for given name.
FunctionName() - Method in class de.fzi.XPath.Parser.XPathParser
 

G

generateParseException() - Method in class de.fzi.XPath.Parser.XPathParser
 
getArgument(int) - Method in class de.fzi.XPath.FunctionCall
Returns argument at given position.
getArgumentCount() - Method in class de.fzi.XPath.FunctionCall
Returns argument count
getAxis() - Method in class de.fzi.XPath.Step
Returns axis code of this location step.
getAxis(String) - Static method in class de.fzi.XPath.Axis
 
getAxisName(int) - Static method in class de.fzi.XPath.Axis
 
getBeginColumn() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
getBeginLine() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
getColumn() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
Deprecated.  
getEndColumn() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
getEndLine() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
getExpr(int) - Method in class de.fzi.XPath.NaryExpr
Returns subexpression with given position.
getExprsCount() - Method in class de.fzi.XPath.NaryExpr
Returns subexpression count.
GetImage() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
getLine() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
Deprecated.  
getLocationPath() - Method in class de.fzi.XPath.FilterExpr
Returns location path of this expression.
getMessage() - Method in class de.fzi.XPath.Parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class de.fzi.XPath.Parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getName() - Method in class de.fzi.XPath.Variable
Returns the name of this variable.
getNameTestType() - Method in class de.fzi.XPath.NameTest
Return name test type of this instance.
getNegative() - Method in class de.fzi.XPath.Expr
Returns true if this expression is negative.
getNextToken() - Method in class de.fzi.XPath.Parser.XPathParserTokenManager
 
getNextToken() - Method in class de.fzi.XPath.Parser.XPathParser
 
getNodeTest() - Method in class de.fzi.XPath.Step
Returns axis code of this location step.
getNodeType() - Method in class de.fzi.XPath.NodeType
Returns node type code for this NodeType instance.
getNodeType(String) - Static method in class de.fzi.XPath.NodeType
Returns node type code for given name.
getNodeTypeName() - Method in class de.fzi.XPath.NodeType
Returns node type name for this NodeType instance.
getNodeTypeName(int) - Static method in class de.fzi.XPath.NodeType
Returns node type name for given node type code.
getOperator() - Method in class de.fzi.XPath.Expr
Returns operator code of this expression.
getOperatorAsString() - Method in class de.fzi.XPath.Expr
Returns operator of this expression in string representation.
getOperatorName(int) - Static method in class de.fzi.XPath.Expr
Returns string representation of given Operator.
getPositive() - Method in class de.fzi.XPath.Expr
Returns true if this expression is positive.
getPredicate(int) - Method in class de.fzi.XPath.Step
Returns predicate at given position.
getPredicate(int) - Method in class de.fzi.XPath.FilterExpr
Returns predicate expression at given position.
getPredicatesCount() - Method in class de.fzi.XPath.Step
Returns count of predicates in this location step.
getPredicatesCount() - Method in class de.fzi.XPath.FilterExpr
Returns count of predicates.
getStep(int) - Method in class de.fzi.XPath.LocationPath
 
getStepsCount() - Method in class de.fzi.XPath.LocationPath
 
GetSuffix(int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
getToken(int) - Method in class de.fzi.XPath.Parser.XPathParser
 
getValue() - Method in class de.fzi.XPath.Literal
 
getValue() - Method in class de.fzi.XPath.Number
Returns number's value.
GT - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
GT_OP - Static variable in class de.fzi.XPath.Expr
> (greater-than) operator code.
GTE - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
GTE_OP - Static variable in class de.fzi.XPath.Expr
>= (greater-than or equal) operator code.

I

ID - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
Ideographic - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
IdKeyPattern() - Method in class de.fzi.XPath.Parser.XPathParser
 
image - Variable in class de.fzi.XPath.Parser.Token
The string image of the token.
INVALID - Static variable in class de.fzi.XPath.NodeType
Invalid node type.
INVALID - Static variable in class de.fzi.XPath.NameTest
Invalid name test
INVALID - Static variable in class de.fzi.XPath.Axis
Invalid axis.
isAbsolute() - Method in class de.fzi.XPath.LocationPath
 
isRelative() - Method in class de.fzi.XPath.LocationPath
 

J

jj_nt - Variable in class de.fzi.XPath.Parser.XPathParser
 
jjstrLiteralImages - Static variable in class de.fzi.XPath.Parser.XPathParserTokenManager
 

K

KEY - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
kind - Variable in class de.fzi.XPath.Parser.Token
An integer that describes the kind of this token.

L

Letter - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
lexStateNames - Static variable in class de.fzi.XPath.Parser.XPathParserTokenManager
 
Literal - class de.fzi.XPath.Literal.
A Class class.
Literal - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
Literal(String) - Constructor for class de.fzi.XPath.Literal
Constructor
LocationPath - class de.fzi.XPath.LocationPath.
A Class class.
LocationPath() - Constructor for class de.fzi.XPath.LocationPath
 
LocationPath() - Method in class de.fzi.XPath.Parser.XPathParser
 
LocationPath(boolean) - Constructor for class de.fzi.XPath.LocationPath
 
LocationPathPattern() - Method in class de.fzi.XPath.Parser.XPathParser
 
lookingAhead - Variable in class de.fzi.XPath.Parser.XPathParser
 
LT - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
LT_OP - Static variable in class de.fzi.XPath.Expr
< (less-than) operator code.
LTE - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
LTE_OP - Static variable in class de.fzi.XPath.Expr
<= (less-than or equal) operator code.

M

MINUS - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
MOD - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
MOD_OP - Static variable in class de.fzi.XPath.Expr
mod (modula) operator code.
MUL_OP - Static variable in class de.fzi.XPath.Expr
* (multiplication) operator code.
MultiplicativeExpr - class de.fzi.XPath.MultiplicativeExpr.
Class MultiplicativeExpr represents an expression with *, div and mod operators.
MultiplicativeExpr() - Constructor for class de.fzi.XPath.MultiplicativeExpr
 
MultiplicativeExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 

N

NAME - Static variable in class de.fzi.XPath.NameTest
Principal node with given name.
NAMESPACE - Static variable in class de.fzi.XPath.Axis
"namespace" axis.
NameTest - class de.fzi.XPath.NameTest.
NameTest class.
NameTest() - Method in class de.fzi.XPath.Parser.XPathParser
 
NameTest(String) - Constructor for class de.fzi.XPath.NameTest
Instantiates NameTest for given name.
NameTest(String, String) - Constructor for class de.fzi.XPath.NameTest
Instantiates NameTest for given name.
NaryExpr - class de.fzi.XPath.NaryExpr.
NaryExpr represents an expression which is a superexpression over other expressions involving operators of sam precedence.
NaryExpr() - Constructor for class de.fzi.XPath.NaryExpr
Constructor
NCName - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
NCName_Without_NodeType() - Method in class de.fzi.XPath.Parser.XPathParser
 
NCName() - Method in class de.fzi.XPath.Parser.XPathParser
 
NEQ - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
NEQ_OP - Static variable in class de.fzi.XPath.Expr
!= (not equal) operator code.
newToken(int) - Static method in class de.fzi.XPath.Parser.Token
Returns a new Token object, by default.
next - Variable in class de.fzi.XPath.Parser.Token
A reference to the next regular (non-special) token from the input stream.
NODE - Static variable in class de.fzi.XPath.NodeType
Any node type.
NODE - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
NodeTest - class de.fzi.XPath.NodeTest.
NodeTest class.
NodeTest() - Constructor for class de.fzi.XPath.NodeTest
 
NodeTest() - Method in class de.fzi.XPath.Parser.XPathParser
 
NodeType - class de.fzi.XPath.NodeType.
NodeType class.
NodeType() - Method in class de.fzi.XPath.Parser.XPathParser
 
NodeType(String) - Constructor for class de.fzi.XPath.NodeType
Constructs NodeType for given name.
NodeType(String, String) - Constructor for class de.fzi.XPath.NodeType
Constructs NodeType for given name and value (a case of processing-instruction).
NOP_OP - Static variable in class de.fzi.XPath.Expr
No operator code.
Number - class de.fzi.XPath.Number.
Number class.
Number - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
Number(double) - Constructor for class de.fzi.XPath.Number
Intantiates a number with given value.
Number(String) - Constructor for class de.fzi.XPath.Number
Intantiates a number with given string value.

O

OR - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
OR_OP - Static variable in class de.fzi.XPath.Expr
or operator code.
OrderedExpr - class de.fzi.XPath.OrderedExpr.
OrderedExpr is a NaryExpr in which the order of operands is significant.
OrderedExpr() - Constructor for class de.fzi.XPath.OrderedExpr
 
OrExpr - class de.fzi.XPath.OrExpr.
Class OrExpr represents a disjunction of other expressions.
OrExpr() - Constructor for class de.fzi.XPath.OrExpr
 
OrExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 

P

PARENT - Static variable in class de.fzi.XPath.Axis
"parent" axis.
ParseException - exception de.fzi.XPath.Parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class de.fzi.XPath.Parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class de.fzi.XPath.Parser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class de.fzi.XPath.Parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseQName(String) - Static method in class de.fzi.XPath.NameTest
Creates a NameTest from given QName.
PathExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
Pattern() - Method in class de.fzi.XPath.Parser.XPathParser
 
PI - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
PLUS - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
PRECEDING - Static variable in class de.fzi.XPath.Axis
"preceding" axis.
PRECEDING_SIBLING - Static variable in class de.fzi.XPath.Axis
"preceding-sibling" axis.
Predicate() - Method in class de.fzi.XPath.Parser.XPathParser
 
PREFIX_ANY - Static variable in class de.fzi.XPath.NameTest
Any principal node in given namespace.
PREFIX_NAME - Static variable in class de.fzi.XPath.NameTest
Principal node with given name in given namespace.
PrimaryExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
PROCESSING_INSTRUCTION - Static variable in class de.fzi.XPath.NodeType
PI node type.

Q

QName_Without_NodeType() - Method in class de.fzi.XPath.Parser.XPathParser
 
QName() - Method in class de.fzi.XPath.Parser.XPathParser
 

R

readChar() - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ReInit(ASCII_UCodeESC_CharStream) - Method in class de.fzi.XPath.Parser.XPathParserTokenManager
 
ReInit(ASCII_UCodeESC_CharStream, int) - Method in class de.fzi.XPath.Parser.XPathParserTokenManager
 
ReInit(InputStream) - Method in class de.fzi.XPath.Parser.XPathParser
 
ReInit(InputStream, int, int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ReInit(InputStream, int, int, int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ReInit(Reader) - Method in class de.fzi.XPath.Parser.XPathParser
 
ReInit(Reader, int, int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ReInit(Reader, int, int, int) - Method in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
ReInit(XPathParserTokenManager) - Method in class de.fzi.XPath.Parser.XPathParser
 
RelationalExpr - class de.fzi.XPath.RelationalExpr.
Class RelationalExpr represents a relation of expressions (like less-than, greater and so on).
RelationalExpr() - Constructor for class de.fzi.XPath.RelationalExpr
 
RelationalExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
RelativeLocationPath() - Method in class de.fzi.XPath.Parser.XPathParser
 
RelativePathPattern() - Method in class de.fzi.XPath.Parser.XPathParser
 

S

S - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
SELF - Static variable in class de.fzi.XPath.Axis
"self" axis.
setLocationPath(LocationPath) - Method in class de.fzi.XPath.FilterExpr
Sets location path following that follows after this filter expression.
setOperator(int) - Method in class de.fzi.XPath.Expr
Sets operator code of this expression.
setPositive(boolean) - Method in class de.fzi.XPath.Expr
Sets the sign of the expression.
setRelative(boolean) - Method in class de.fzi.XPath.LocationPath
 
SLASH - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
SLASHSLASH - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
specialToken - Variable in class de.fzi.XPath.Parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class de.fzi.XPath.Parser.ASCII_UCodeESC_CharStream
 
Step - class de.fzi.XPath.Step.
Class Step represents single location step.
Step() - Method in class de.fzi.XPath.Parser.XPathParser
 
Step(int, NodeTest) - Constructor for class de.fzi.XPath.Step
Constructor.
StepPattern() - Method in class de.fzi.XPath.Parser.XPathParser
 
SUB_OP - Static variable in class de.fzi.XPath.Expr
- (substraction) operator code.
SwitchTo(int) - Method in class de.fzi.XPath.Parser.XPathParserTokenManager
 

T

TEXT - Static variable in class de.fzi.XPath.NodeType
Text node type.
TEXT - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
token - Variable in class de.fzi.XPath.Parser.XPathParser
 
Token - class de.fzi.XPath.Parser.Token.
Describes the input token stream.
token_source - Variable in class de.fzi.XPath.Parser.XPathParser
 
Token() - Constructor for class de.fzi.XPath.Parser.Token
 
tokenImage - Variable in class de.fzi.XPath.Parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
TokenMgrError - error de.fzi.XPath.Parser.TokenMgrError.
 
TokenMgrError() - Constructor for class de.fzi.XPath.Parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class de.fzi.XPath.Parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class de.fzi.XPath.Parser.TokenMgrError
 
toString() - Method in class de.fzi.XPath.Expr
Returns string representation of expression.
toString() - Method in class de.fzi.XPath.Literal
 
toString() - Method in class de.fzi.XPath.LocationPath
 
toString() - Method in class de.fzi.XPath.Variable
Returns string representation of this variable.
toString() - Method in class de.fzi.XPath.Step
Returns string representation of this location step.
toString() - Method in class de.fzi.XPath.NaryExpr
Returns string representation of n-ary expression.
toString() - Method in class de.fzi.XPath.Number
Returns number as string.
toString() - Method in class de.fzi.XPath.NodeType
Returns string representation of this NodeType instance.
toString() - Method in class de.fzi.XPath.NameTest
Return String representation of this instance.
toString() - Method in class de.fzi.XPath.FunctionCall
Returns function call as string.
toString() - Method in class de.fzi.XPath.FilterExpr
Returns string representation of filter expression.
toString() - Method in class de.fzi.XPath.Parser.Token
Returns the image.

U

U_OP - Static variable in class de.fzi.XPath.Expr
| (union) operator code.
UnaryExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 
UnicodeDigit - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
UNION - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
UnionExpr - class de.fzi.XPath.UnionExpr.
Class UnionExpr represents a union of other expressions.
UnionExpr() - Constructor for class de.fzi.XPath.UnionExpr
 
UnionExpr() - Method in class de.fzi.XPath.Parser.XPathParser
 

V

Variable - class de.fzi.XPath.Variable.
This class represents a variable.
VARIABLE - Static variable in interface de.fzi.XPath.Parser.XPathParserConstants
 
Variable(String) - Constructor for class de.fzi.XPath.Variable
Intantiates a variable with given name.
VariableReference() - Method in class de.fzi.XPath.Parser.XPathParser
 

X

XPath() - Method in class de.fzi.XPath.Parser.XPathParser
 
XPathParser - class de.fzi.XPath.Parser.XPathParser.
 
XPathParser(InputStream) - Constructor for class de.fzi.XPath.Parser.XPathParser
 
XPathParser(Reader) - Constructor for class de.fzi.XPath.Parser.XPathParser
 
XPathParser(XPathParserTokenManager) - Constructor for class de.fzi.XPath.Parser.XPathParser
 
XPathParserConstants - interface de.fzi.XPath.Parser.XPathParserConstants.
 
XPathParserTokenManager - class de.fzi.XPath.Parser.XPathParserTokenManager.
 
XPathParserTokenManager(ASCII_UCodeESC_CharStream) - Constructor for class de.fzi.XPath.Parser.XPathParserTokenManager
 
XPathParserTokenManager(ASCII_UCodeESC_CharStream, int) - Constructor for class de.fzi.XPath.Parser.XPathParserTokenManager
 

A B C D E F G I J K L M N O P Q R S T U V X