com.gigaspaces.query.xml
Class XPathResultSetImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathResultSetImpl
public XPathResultSetImpl(String xml,
XPathQuery query)
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
Copyright © GigaSpaces.