|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XQueryStatement | |
---|---|
biz.c24.io.api.data | Data Model super and utility classes. |
biz.c24.io.api.data.saxon | XPath integration with Saxonica. |
Uses of XQueryStatement in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that return XQueryStatement | |
---|---|
XQueryStatement |
XQueryRule.getQuery()
Returns the XQuery statement which is evaluated to decide if the rule passes or fails. |
Methods in biz.c24.io.api.data with parameters of type XQueryStatement | |
---|---|
IOXPath |
ValidationManager.getCachedXQuery(XQueryStatement statement)
Returns an instance for the supplied statement creating one on the fly and caching it if required. |
void |
XQueryRule.setQuery(XQueryStatement query)
Sets the XQuery statement which is evaluated to decide if the rule passes or fails. |
Uses of XQueryStatement in biz.c24.io.api.data.saxon |
---|
Constructors in biz.c24.io.api.data.saxon with parameters of type XQueryStatement | |
---|---|
SaxonXQuery(XQueryStatement statement)
Creates a new instance with the specified xquery query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |