net.sf.xaj
Interface XmlDb.XQuerySearchResults

All Superinterfaces:
java.util.Collection<XmlResource>, java.lang.Iterable<XmlResource>, java.util.List<XmlResource>, java.io.Serializable
All Known Implementing Classes:
StaxXQuerySearchResults
Enclosing interface:
XmlDb

public static interface XmlDb.XQuerySearchResults
extends java.util.List<XmlResource>, java.io.Serializable

Search results object.

Note that it is required by this API to call List.clear() on this object when done using it, in order to free any native resources associated with this object.


Method Summary
 XmlDb.SearchResultsMetadata getMetadata()
          Get the result metadata.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getMetadata

XmlDb.SearchResultsMetadata getMetadata()
Get the result metadata.

Returns:
metadata