Uses of Class
org.basex.query.xpath.values.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.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
org.basex.query.xpath.values Contains containers for XPath 1.0 data types. 
 

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

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

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.locpath
 

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

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

Methods in org.basex.query.xpath.values 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.