Uses of Class
org.basex.query.xpath.item.Comp

Packages that use Comp
org.basex.query.xpath.expr Contains XPath 1.0 expressions. 
org.basex.query.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.item Contains containers for XPath 1.0 data types. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Uses of Comp in org.basex.query.xpath.expr
 

Fields in org.basex.query.xpath.expr declared as Comp
 Comp Cmp.type
          Expression Type.
 

Methods in org.basex.query.xpath.expr with parameters of type Comp
static Expr Pos.create(double val, Comp type)
          Creates a position predicate, a false predicate for impossible comparisons or a null reference.
 

Constructors in org.basex.query.xpath.expr with parameters of type Comp
Equality(Expr e1, Expr e2, Comp t)
          Constructor.
Relational(Expr e1, Expr e2, Comp t)
          Constructor.
 

Uses of Comp in org.basex.query.xpath.internal
 

Constructors in org.basex.query.xpath.internal with parameters of type Comp
AllOf(LocPath p, Item[] v, Comp c)
          Constructor.
OneOf(LocPath p, Item[] v, Comp c)
          Constructor.
 

Uses of Comp in org.basex.query.xpath.item
 

Methods in org.basex.query.xpath.item that return Comp
static Comp Comp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Comp[] Comp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Comp in org.basex.query.xpath.locpath
 

Methods in org.basex.query.xpath.locpath with parameters of type Comp
 IndexToken LocPath.indexable(XPContext ctx, Expr exp, Comp cmp)
          Checks if the path is indexable.