|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.database.XmlDBMemoryAccessor
The XmlDBMemoryAccessor represents a sequential
accessor to the elements in the primitive database. It keeps the
current position in the database.
| Field Summary | |
protected XmlDBHolder |
holder
The holder of the XML elements. |
protected int |
index
The index of the current element. |
protected XmlDBRecord[] |
records
The list of XML elements. |
| Constructor Summary | |
XmlDBMemoryAccessor(XmlDBHolder holder)
Constructs a XmlDBMemoryAccessor of the specified
database. |
|
| Method Summary | |
XmlDBRecord |
getFirstElement()
Gets the first element in the database. |
XmlDBRecord |
getNextElement()
Gets the next element in the database. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected XmlDBHolder holder
protected XmlDBRecord[] records
protected int index
| Constructor Detail |
public XmlDBMemoryAccessor(XmlDBHolder holder)
XmlDBMemoryAccessor of the specified
database.holder - the holder of the XML elements.| Method Detail |
public XmlDBRecord getFirstElement()
throws java.io.IOException
public XmlDBRecord getNextElement()
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||