|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pega.pegarules.parserule.XMLNodeList
public class XMLNodeList
adding XMLNodes and traversing through the list of XMLNodes
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
VERSION
|
Constructor Summary | |
---|---|
XMLNodeList()
|
Method Summary | |
---|---|
void |
addXMLNode(XMLNode xmlNode)
append the xmlNode to the list. |
XMLNode |
getFirstNode()
finds the first node of the list. |
XMLNode |
getLastNode()
finds the last node of the list. |
XMLNode |
getNextNode()
returns the next node in the list |
XMLNode |
getNode(int position)
finds the node at the specified position. |
int |
getSize()
gets the size of the node list or return -1 if node list is null. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
Constructor Detail |
---|
public XMLNodeList()
Method Detail |
---|
public void addXMLNode(XMLNode xmlNode)
xmlNode
- to be added.public XMLNode getNextNode()
public XMLNode getFirstNode()
public XMLNode getLastNode()
public XMLNode getNode(int position)
position
- is the position of the XMLNode in the list
public int getSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |