Berkeley DB XML: XmlResults and Related Methods

XmlResultsDescription
XmlResultsQuery results.
XmlResults::addAdds an XmlValue to the end of the result set.
XmlResults::getEvaluationTypeReturns the evaluation type of the result set.
XmlResults::hasNextIs there another value in the results set.
XmlResults::hasPreviousIs there a previous value in the results set.
XmlResults::nextRetrieve the next element in the results set.
XmlResults::peekRetrieve current value with no iterator movement.
XmlResults::previousRetrieve the previous element in the result set.
XmlResults::resetThe iterator is placed at the beginning of the result set.
XmlResults::sizeReturns the number of elements in the result set.

Copyright (c) 1996,2007 Oracle. All rights reserved.