GigaSpaces XAP 9.7.2 API

com.gigaspaces.query.xml
Class XPathResultSetImpl

java.lang.Object
  extended by com.gigaspaces.query.xml.XPathResultSetImpl
All Implemented Interfaces:
com.gigaspaces.query.xml.XPathResultSet, Iterable<com.gigaspaces.query.xml.XPathResult>

public class XPathResultSetImpl
extends Object
implements com.gigaspaces.query.xml.XPathResultSet

Holds a result returned from a XPathQuery execution.

Since:
9.1
Author:
idan

Constructor Summary
XPathResultSetImpl(String xml, XPathQuery query)
           
 
Method Summary
 com.gigaspaces.query.xml.XPathResult get(int index)
           
 String getXml()
           
 boolean isEmpty()
           
 Iterator<com.gigaspaces.query.xml.XPathResult> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathResultSetImpl

public XPathResultSetImpl(String xml,
                          XPathQuery query)
Method Detail

iterator

public Iterator<com.gigaspaces.query.xml.XPathResult> iterator()
Specified by:
iterator in interface Iterable<com.gigaspaces.query.xml.XPathResult>

getXml

public String getXml()
Specified by:
getXml in interface com.gigaspaces.query.xml.XPathResultSet

size

public int size()
Specified by:
size in interface com.gigaspaces.query.xml.XPathResultSet

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface com.gigaspaces.query.xml.XPathResultSet

get

public com.gigaspaces.query.xml.XPathResult get(int index)
Specified by:
get in interface com.gigaspaces.query.xml.XPathResultSet

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.