Package net.sf.saxon.expr.compat


package net.sf.saxon.expr.compat

This package contains classes concerned with evaluation of expressions in XPath 1.0 compatibility mode.

  • Classes
    Class
    Description
    Arithmetic Expression: an expression using one of the operators plus, minus, multiply, div, idiv, mod, in backwards compatibility mode: see ArithmeticExpression for the non-backwards compatible case.
    GeneralComparison10: a boolean expression that compares two expressions for equals, not-equals, greater-than or less-than.
    This class provides type checking capability with XPath 1.0 backwards compatibility enabled.