| Home >> All >> org >> apache >> xpath >> [ operations Javadoc ] |
org.apache.xpath.operations: Javadoc index of package org.apache.xpath.operations.
Package Samples:
org.apache.xpath.operations
Classes:
VariableSafeAbsRef: This is a "smart" variable reference that is used in situations where an absolute path is optimized into a variable reference, but may be used in some situations where the document context may have changed. For instance, in select="document(doc/@href)//name[//salary > 7250]", the root in the predicate will be different for each node in the set. While this is easy to detect statically in this case, in other cases static detection would be very hard or impossible. So, this class does a dynamic check to make sure the document context of the referenced variable is the same as the current document ...
Quo: The 'quo' operation expression executer. (no longer supported by XPath).
Bool: The 'boolean()' operation expression executer.
Minus: The binary '-' operation expression executer.
Number: The 'number()' operation expression executer.
String: The 'string()' operation expression executer.
Neg: The unary '-' operation expression executer.
Variable: The variable reference expression executer.
And: The 'and' operation expression executer.
Div: The 'div' operation expression executer.
Mod: The 'mod' operation expression executer.
NotEquals: The '!=' operation expression executer.
Lte: The '<=' operation expression executer.
Gte: The '>=' operation expression executer.
Or: The 'or' operation expression executer.
Mult: The '*' operation expression executer.
Equals: The '=' operation expression executer.
Plus: The '+' operation expression executer.
Lt: The '<' operation expression executer.
Gt: The '>' operation expression executer.
Operation: The baseclass for a binary operation.
UnaryOperation: The unary operation base class.
| Home | Contact Us | Privacy Policy | Terms of Service |