org.apache.xmlbeans.samples.xquery
public class: XQueryXPathTest [javadoc |
source]
java.lang.Object
org.apache.xmlbeans.samples.xquery.XQueryXPathTest
A class with which to test the XQueryXPath sample.
| Method from org.apache.xmlbeans.samples.xquery.XQueryXPathTest Summary: |
|---|
|
main |
| Method from org.apache.xmlbeans.samples.xquery.XQueryXPathTest Detail: |
public static void main(String[] args) throws XmlException, IOException {
XQueryXPath sample = new XQueryXPath();
boolean queriesSuccessful = sample.executeQueries(args);
assert queriesSuccessful;
}
Tests the XQueryXPath sample. |