org.exist.xmldb
Class RemoteCompiledExpression

java.lang.Object
  extended byorg.exist.xmldb.RemoteCompiledExpression

public class RemoteCompiledExpression
extends java.lang.Object

This is just a placeholder for an expression that has been compiled on the server. It only stores the xquery string.

Author:
wolf

Constructor Summary
RemoteCompiledExpression(java.lang.String xquery)
           
 
Method Summary
 java.lang.String getQuery()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCompiledExpression

public RemoteCompiledExpression(java.lang.String xquery)
Method Detail

reset

public void reset()

getQuery

public java.lang.String getQuery()


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