Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.w3c.dom.QueryOperator


public interface QueryOperator
extends QueryExpression

Field Summary
static int  AND
 
static int  CHILD
 
static int  NOT
 
static int  OR
 
static int  VALUE
 
 

Method Summary
 getLeft()
 
 getRight()
 
void  setLeft( arg)
 
void  setRight( arg)
 
 

Field Detail

AND

public static final int AND

OR

public static final int OR

NOT

public static final int NOT

VALUE

public static final int VALUE

CHILD

public static final int CHILD
Method Detail

getLeft

public getLeft()

setLeft

public void setLeft( arg)

getRight

public getRight()

setRight

public void setRight( arg)

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS