Uses of Package
org.xlattice.corexml.expr

Packages that use org.xlattice.corexml.expr
org.xlattice.corexml This package provides the XML capability essential to XLattice. 
org.xlattice.corexml.expr Code to support the evaluation of various types of expressions, most importantly XPath. 
 

Classes in org.xlattice.corexml.expr used by org.xlattice.corexml
NodeSet
          A container for unique Nodes.
 

Classes in org.xlattice.corexml.expr used by org.xlattice.corexml.expr
AxisName
          A token representing an XPath 1.0 axis name.
BinaryExpr
          Class repesenting an XPath 1.0 binary expression.
Bool
          Token representing an XPath boolean expression.
Expr
          Superclass for XPath 1.5 expressions.
FixedNameToken
          A token with an index into a table of fixed (well-known) names.
Literal
          A literal, a token representing a singly or doubly quoted string.
LocationPath
          XPath 1.0 location path expression.
NCName
          Token representing a non-colonized XML name used as a prefix.
NodeSet
          A container for unique Nodes.
NodeTest
           
NodeType
          Token representing an XML node type.
Numeric
          A numeric token, a Double, one of XPath's fundamental data types.
Operator
          Token representing an XPath operator.
QName
          Token representing an XML name which may be qualified.
SpaceFactory
          Makes a String of spaces of the requested length.
Step
          A step, part of a relative or absolute XPath Location Path.
Symbol
          These are a subset of what rule [28] calls ExprToken but with the addition of left and right curly brackets (braces), the colon, the dollar sign, and possibly other symbols.
Token
          A marker interface, indicating that an object is a token which can appear in expressions.
TokenFactory
          Given a character string, constructs and returns a Token of the appropriate type.
UnaryExpr
          An XPath 1.0 unary expression.