GigaSpaces XAP 9.1 API

com.gigaspaces.query.xml
Class XPathQuery

java.lang.Object
  extended by com.gigaspaces.query.xml.XPathQuery
All Implemented Interfaces:
ISpaceQuery<XPathResultSetImpl>

public class XPathQuery
extends Object
implements ISpaceQuery<XPathResultSetImpl>

Used for querying XML documents stored in space using an XPath query.

Since:
9.1
Author:
idan

Constructor Summary
XPathQuery(String typeName, String expression)
           
XPathQuery(String typeName, String expression, String label)
           
 
Method Summary
 String getExpression()
           
 String getLabel()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathQuery

public XPathQuery(String typeName,
                  String expression)

XPathQuery

public XPathQuery(String typeName,
                  String expression,
                  String label)
Method Detail

getExpression

public String getExpression()

getTypeName

public String getTypeName()

getLabel

public String getLabel()

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.