XmlResults | Description |
---|---|
XmlResults | Query results. |
XmlResults::add | Adds an XmlValue to the end of the results set. |
XmlResults::hasNext | Is there another value in the results set. |
XmlResults::hasPrevious | Is there a previous value in the results set. |
XmlResults::next | Retrieve the next element in the results set. |
XmlResults::peek | Retrieve current value with no iterator movement. |
XmlResults::previous | Retrieve the previous element in the result set. |
XmlResults::reset | The iterator is placed at the beginning of the result set. |
XmlResults::size | Returns the number of elements in the result set. |
Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.