|
Qizx fe-4.4p2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ItemSequence | |
---|---|
com.qizx.api | API of the embeddable version of the Qizx XML Query engine. |
com.qizx.apps.restapi | HTTP client for the Qizx REST API. |
Uses of ItemSequence in com.qizx.api |
---|
Methods in com.qizx.api that return ItemSequence | |
---|---|
ItemSequence |
ItemFactory.copySequence(ItemSequence sequence)
Creates a copy of the specified Sequence. |
ItemSequence |
ItemFactory.createSequence(Object object,
SequenceType type)
Creates a sequence from a Java object. |
ItemSequence |
Expression.evaluate()
Evaluation of the expression, returns a sequence of Items. |
ItemSequence |
Expression.profile()
Evaluation of the expression, returns a sequence of Items. |
Methods in com.qizx.api with parameters of type ItemSequence | |
---|---|
void |
Expression.bindImplicitCollection(ItemSequence nodes)
Defines the Implicit Collection as a set of Nodes defined by a sequence (see above for a definition of Implicit Collection). |
void |
Expression.bindVariable(QName varName,
ItemSequence value)
Binds a variable to a sequence. |
ItemSequence |
ItemFactory.copySequence(ItemSequence sequence)
Creates a copy of the specified Sequence. |
void |
TraceObserver.trace(EvaluationStackTrace location,
ItemSequence value,
String label)
Displays a single trace. |
Uses of ItemSequence in com.qizx.apps.restapi |
---|
Methods in com.qizx.apps.restapi that return ItemSequence | |
---|---|
ItemSequence |
RestAPIConnection.eval(String query,
String format)
Sends an evaluates an XQuery script, returns the response as a sequence of XQuery Items. |
ItemSequence |
RestAPIConnection.eval(String query,
String format,
String encoding,
int maxTime,
String counting,
String mode,
int itemCount,
int firstItem)
Sends an evaluates an XQuery script, returns the response as a page of XQuery Items. |
ItemSequence |
RestAPIConnection.evalAsItems(String query,
String mode,
int itemCount,
int firstItem)
Sends an evaluates an XQuery script, returns the response as a page of XQuery Items. |
|
© 2010 Axyana Software | |||||||||
PREV NEXT | FRAMES NO FRAMES |