Uses of Class
biz.c24.io.api.data.XQueryStatement

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.
 



C24 Technologies © 2002-2012: All Rights Reserved.