org.apache.xalan.xsltc.runtime
Interface Operators

All Known Implementing Classes:
BasisLibrary

public interface Operators

Author:
Jacek Ambroziak, Santiago Pericas-Geertsen

Field Summary
static int EQ
           
static int GE
           
static int GT
           
static int LE
           
static int LT
           
static java.lang.String[] names
           
static int NE
           
 

Field Detail

EQ

static final int EQ
See Also:
Constant Field Values

NE

static final int NE
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

GE

static final int GE
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

names

static final java.lang.String[] names


Copyright ? 2004 Apache XML Project. All Rights Reserved.