org.exist.xquery.test
Class XMLNodeAsXQueryParameterTest

java.lang.Object
  extended byTestCase
      extended byorg.exist.xquery.test.XMLNodeAsXQueryParameterTest

public class XMLNodeAsXQueryParameterTest
extends TestCase

Class to test eXist's capability to handle XML Nodes as XQuery parameter.

Version:
1.0
Author:
Tobias Wunden
See Also:
Serialized Form

Constructor Summary
XMLNodeAsXQueryParameterTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testXMLNodeAsXQueryParameter()
          This test passes a W3C dom node as an xquery parameter to eXist and tries to read it back in: Register a database instance Write a document to the database using the XQueryService Read the document from the database using XmlDB Check for the document content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLNodeAsXQueryParameterTest

public XMLNodeAsXQueryParameterTest()
Method Detail

main

public static void main(java.lang.String[] args)

testXMLNodeAsXQueryParameter

public final void testXMLNodeAsXQueryParameter()
This test passes a W3C dom node as an xquery parameter to eXist and tries to read it back in:



<oXygen/> XML Editor provides support for editing and debugging XQuery expressions against the eXist XML Database.