Package com.tailf.maapi
Class QueryResult.Entry<E extends ResultType>
Object
com.tailf.maapi.QueryResult.Entry<E>
- Enclosing class:
 - QueryResult<T extends ResultType>
 
Represent result entry in a XPath query.
 
Each XPath query result contains multiple entries.
 A entry contains a List<E> of the result type
 E (is the same type T specified
 in the last parameter of
 Maapi.queryStart(int,String,String,int,int,List,Class)).
 
 Each entry in the List<E> is the
 evaluating XPath result from the selects (List<T>)
 parameter in queryStart.
- 
Method Summary
 
- 
Method Details
- 
value
Retrieves the value from this entry 
 -