public class XMLTreeNumberOfRecordsAnswer
extends java.lang.Object
| Constructor and Description |
|---|
XMLTreeNumberOfRecordsAnswer() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getFirstRecord(XMLNode node) |
static int |
getLastRecord(XMLNode node) |
static XMLNode |
getNode(int numberOfRecords,
int firstRecord,
int lastRecord) |
static int |
getNumberOfRecords(XMLNode node) |
public static XMLNode getNode(int numberOfRecords, int firstRecord, int lastRecord)
numberOfRecords - firstRecord - lastRecord - public static int getNumberOfRecords(XMLNode node)
node - public static int getFirstRecord(XMLNode node)
node - public static int getLastRecord(XMLNode node)
node -