|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query
Query represents a compiled (parsed and primed) query.
Method Summary | |
---|---|
NodeSet |
execute()
execute actually Executes the query and returns the resulting NodeSet. |
Key[] |
getKeySet()
getKeySet returns the initial set of Keys for this Query. |
NamespaceMap |
getNamespaceMap()
getNamespaceMap returns the Map for prefixed namespace resolution in relation to this Query. |
Collection |
getQueryContext()
getQueryContext returns the Collection context for this query. |
String |
getQueryString()
getQueryString returns the String that was used to create the Query instance. |
String |
getQueryStyle()
getQueryStyle returns the QueryStyle (ex: XPath) for this Query instance. |
Method Detail |
---|
String getQueryStyle()
Collection getQueryContext()
String getQueryString()
NamespaceMap getNamespaceMap()
Key[] getKeySet()
NodeSet execute() throws QueryException
QueryException
|
Xindice API version 1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |