|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umd.cs.db.xsq.Output
Class Output provides method to handle the output portion of the context node in the XPath expression. It will perform mOperation on the mFuncName of the attribute mAttrName of the element mTagName.
Field Summary | |
static int |
AGGREGATE
|
static int |
AGGREGATE_UP
|
static int |
CLEAR
|
static int |
ENQUEUE
|
static int |
ENQUEUE_UP
|
static int |
ENQUEUE_UPLOAD
|
static int |
FLUSH
|
static int |
FLUSH_OUTPUT
|
static int |
OUTPUT
|
static int |
UPDATE
|
static int |
UPLOAD
|
Constructor Summary | |
Output()
|
Method Summary | |
java.lang.Object |
clone()
|
java.lang.String |
getAttrName()
Get the value of mAttrName. |
java.lang.String |
getFuncName()
Get the value of mFuncName. |
int |
getOperation()
Get the value of mOperation. |
java.lang.String |
getOperationName()
|
int |
getOutputFunction()
|
int |
getOutputFunction(java.lang.String s)
|
java.lang.String |
getTagName()
Get the value of mTagName. |
boolean |
isAggregation()
|
static boolean |
isAggregation(java.lang.String s)
|
boolean |
isEmpty()
|
boolean |
isText()
|
void |
parseOutputString(java.lang.String output)
|
void |
setAttrName(java.lang.String v)
Set the value of mAttrName. |
void |
setFuncName(java.lang.String v)
Set the value of mFuncName. |
void |
setOperation(int v)
Set the value of mOperation. |
void |
setTagName(java.lang.String v)
Set the value of mTagName. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ENQUEUE
public static final int CLEAR
public static final int UPLOAD
public static final int FLUSH
public static final int OUTPUT
public static final int UPDATE
public static final int AGGREGATE
public static final int ENQUEUE_UPLOAD
public static final int FLUSH_OUTPUT
public static final int ENQUEUE_UP
public static final int AGGREGATE_UP
Constructor Detail |
public Output()
Method Detail |
public java.lang.Object clone()
clone
in class java.lang.Object
public java.lang.String getTagName()
public void setTagName(java.lang.String v)
v
- Value to assign to mTagName.public int getOperation()
public java.lang.String getOperationName()
public void setOperation(int v)
v
- Value to assign to mOperation.public java.lang.String getFuncName()
public void setFuncName(java.lang.String v)
v
- Value to assign to mFuncName.public java.lang.String getAttrName()
public void setAttrName(java.lang.String v)
v
- Value to assign to mAttrName.public boolean isEmpty()
public boolean isText()
public static boolean isAggregation(java.lang.String s)
public boolean isAggregation()
public int getOutputFunction()
public int getOutputFunction(java.lang.String s)
public void parseOutputString(java.lang.String output)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |