public class XMLNodeList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Constructor and Description |
---|
XMLNodeList() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
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 listpublic int getSize()
Copyright © 2015 Pegasystems Inc. All Rights Reserved.