|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XNode
inetsoft.uql.XSequenceNode
public class XSequenceNode
A sequence node is used to group the child nodes sharing a same name. By inserting a sequence node (automatically during tree construction) to group the nodes, each node can be referenced with an unique path. The sequence node has the same name as its child nodes.
| Field Summary |
|---|
| Fields inherited from class inetsoft.uql.XNode |
|---|
value |
| Constructor Summary | |
|---|---|
XSequenceNode()
Create an empty sequence node. |
|
XSequenceNode(String name)
Create a sequence node with the specified name. |
|
| Method Summary | |
|---|---|
protected XNode |
checkDuplicate(XNode child)
Sequence node does not check for duplicate children. |
int |
getAppliedMaxRows()
Get the applied max rows. |
int |
getChildIndex(XNode child)
Find the index of the child in this node. |
void |
setAppliedMaxRows(int amax)
Set the applied max rows. |
String |
toString()
|
void |
writeXML(PrintWriter writer)
Write the node XML representation. |
| Methods inherited from class inetsoft.uql.XNode |
|---|
addChild, addChild, addChild, addr, clone, cloneValue, compareTo, eq, equals, getAttribute, getAttributeNames, getChild, getChild, getChildCount, getDefaultFormat, getName, getNode, getParent, getPath, getPath, getValue, getValue, hashCode, insertChild, isAncestor, removeAllChildren, removeChild, removeChild, removeChild, removeChild, setAttribute, setChild, setDefaultFormat, setName, setValue, sort, sort |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XSequenceNode()
public XSequenceNode(String name)
| Method Detail |
|---|
public int getChildIndex(XNode child)
getChildIndex in class XNodeprotected XNode checkDuplicate(XNode child)
checkDuplicate in class XNodepublic int getAppliedMaxRows()
public void setAppliedMaxRows(int amax)
amax - the applied max rows.public void writeXML(PrintWriter writer)
writeXML in class XNodepublic String toString()
toString in class XNode
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||