edu.umd.cs.db.xsq
Class Consts

java.lang.Object
  |
  +--edu.umd.cs.db.xsq.Consts

public class Consts
extends java.lang.Object

Class description goes here


Field Summary
static int ALL
           
static java.lang.String ANY_ATTR_NAME
           
static java.lang.String ATTR_CATCHALL
           
static int AVG
           
static int BEGIN
           
static java.lang.String BEGIN_STATE
           
static int CATCHALL
           
static int CONTAINS
           
static int COUNT
           
static int END
           
static java.lang.String END_STATE
           
static int EQ
           
static int ERASE
           
static int EXISTS
           
static int FALSE
           
static int GET
           
static int GT
           
static java.lang.String HPDTFigureName
           
static int IMMEDIATE
           
static java.lang.String INIT_QUERY
           
static int LET
           
static int LT
           
static int MAX
           
static int MAX_BPDT_NUMBER
           
static int MAX_ITEM_IN_QUEUE
           
static int MAX_NUM_ATTR
           
static int MAX_OVERLAPPED_BPDT
           
static int MAX_PDT_DEPTH
           
static int MAX_PDT_STATES
           
static int MAX_TAG_LENGTH
           
static int MAX_XPATH_LEN
           
static int MAX_XPATH_NODES
           
static int MIN
           
static int NA
           
static int NET
           
static int NONE
           
static int OUTFALSE
           
static int OUTTRUE
           
static java.lang.String ROOT_TAG
           
static int SUM
           
static java.lang.String TestFileName
           
static int TEXT
           
static java.lang.String TEXT_ATTR_NAME
           
static int TRUE
           
static int VALUE
           
 
Constructor Summary
Consts()
           
 
Method Summary
static void setRootTag(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_XPATH_LEN

public static final int MAX_XPATH_LEN
See Also:
Constant Field Values

MAX_XPATH_NODES

public static final int MAX_XPATH_NODES
See Also:
Constant Field Values

MAX_PDT_DEPTH

public static final int MAX_PDT_DEPTH
See Also:
Constant Field Values

MAX_NUM_ATTR

public static final int MAX_NUM_ATTR
See Also:
Constant Field Values

MAX_TAG_LENGTH

public static final int MAX_TAG_LENGTH
See Also:
Constant Field Values

MAX_PDT_STATES

public static final int MAX_PDT_STATES
See Also:
Constant Field Values

MAX_BPDT_NUMBER

public static final int MAX_BPDT_NUMBER
See Also:
Constant Field Values

MAX_OVERLAPPED_BPDT

public static final int MAX_OVERLAPPED_BPDT
See Also:
Constant Field Values

MAX_ITEM_IN_QUEUE

public static final int MAX_ITEM_IN_QUEUE
See Also:
Constant Field Values

TEXT_ATTR_NAME

public static final java.lang.String TEXT_ATTR_NAME
See Also:
Constant Field Values

ANY_ATTR_NAME

public static final java.lang.String ANY_ATTR_NAME
See Also:
Constant Field Values

ATTR_CATCHALL

public static final java.lang.String ATTR_CATCHALL
See Also:
Constant Field Values

BEGIN_STATE

public static final java.lang.String BEGIN_STATE
See Also:
Constant Field Values

END_STATE

public static final java.lang.String END_STATE
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

GET

public static final int GET
See Also:
Constant Field Values

LET

public static final int LET
See Also:
Constant Field Values

NET

public static final int NET
See Also:
Constant Field Values

CONTAINS

public static final int CONTAINS
See Also:
Constant Field Values

EXISTS

public static final int EXISTS
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

NA

public static final int NA
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values

BEGIN

public static final int BEGIN
See Also:
Constant Field Values

TEXT

public static final int TEXT
See Also:
Constant Field Values

END

public static final int END
See Also:
Constant Field Values

CATCHALL

public static final int CATCHALL
See Also:
Constant Field Values

IMMEDIATE

public static final int IMMEDIATE
See Also:
Constant Field Values

ERASE

public static final int ERASE
See Also:
Constant Field Values

OUTTRUE

public static final int OUTTRUE
See Also:
Constant Field Values

OUTFALSE

public static final int OUTFALSE
See Also:
Constant Field Values

NONE

public static final int NONE
See Also:
Constant Field Values

VALUE

public static final int VALUE
See Also:
Constant Field Values

AVG

public static final int AVG
See Also:
Constant Field Values

MAX

public static final int MAX
See Also:
Constant Field Values

MIN

public static final int MIN
See Also:
Constant Field Values

SUM

public static final int SUM
See Also:
Constant Field Values

COUNT

public static final int COUNT
See Also:
Constant Field Values

ROOT_TAG

public static java.lang.String ROOT_TAG

INIT_QUERY

public static final java.lang.String INIT_QUERY
See Also:
Constant Field Values

TestFileName

public static final java.lang.String TestFileName
See Also:
Constant Field Values

HPDTFigureName

public static final java.lang.String HPDTFigureName
See Also:
Constant Field Values
Constructor Detail

Consts

public Consts()
Method Detail

setRootTag

public static void setRootTag(java.lang.String s)