de.fraunhofer.ipsi.xquery.tree
Class VisitorXQueryInitStaticContext

java.lang.Object
  extended by de.fraunhofer.ipsi.xquery.tree.VisitorXQueryInitStaticContext
All Implemented Interfaces:
NamespaceConstants, VisitorXQueryModulesAndProlog

public class VisitorXQueryInitStaticContext
extends java.lang.Object
implements VisitorXQueryModulesAndProlog, NamespaceConstants

VisitorXQueryProcessProlog

Since:
CVS $Date: 2005/07/22 10:05:49 $
Version:
CVS $Revision: 1.6 $
Author:
Patrick Lehti

Field Summary
 
Fields inherited from interface de.fraunhofer.ipsi.xquery.context.NamespaceConstants
FN, FS, IPSIXQ_NS, LOCAL, XDT, XML, XMLNS, XS, XSD, XSI
 
Constructor Summary
VisitorXQueryInitStaticContext(StaticContext context)
          Constructor.
 
Method Summary
 void process(XQuery op)
          Method process
 void process(XQueryBaseURIDecl op)
          Method process
 void process(XQueryConstructionDecl op)
          Method process
 void process(XQueryCopyNamespacesDecl op)
          Method process
 void process(XQueryDefaultCollationDecl op)
          Method process
 void process(XQueryDefaultNamespaceDecl op)
          Method process
 void process(XQueryDefaultOrderingDecl op)
          Method process
 void process(XQueryEmptyOrderDecl op)
          Method process
 void process(XQueryFunctionDecl op)
          Method process
 void process(XQueryLibraryModule op)
          Method process
 void process(XQueryModuleDecl op)
          Method process
 void process(XQueryModuleImport op)
          Method process
 void process(XQueryNamespaceDecl op)
          Method process
 void process(XQueryOptionDecl op)
          Method process
 void process(XQueryProlog op)
          Method process
 void process(XQuerySchemaImport op)
          Method process
 void process(XQueryVarDecl op)
          Method process
 void process(XQueryVersionDecl op)
          Method process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitorXQueryInitStaticContext

public VisitorXQueryInitStaticContext(StaticContext context)
Constructor.

Method Detail

process

public void process(XQuery op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQuery
Throws:
XQueryException

process

public void process(XQueryLibraryModule op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryLibraryModule
Throws:
XQueryException

process

public void process(XQueryModuleDecl op)
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryModuleDecl
Throws:
XQueryException

process

public void process(XQueryVersionDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryVersionDecl
Throws:
XQueryException

process

public void process(XQueryProlog op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryProlog
Throws:
XQueryException

process

public void process(XQueryBaseURIDecl op)
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryBaseURIDecl

process

public void process(XQueryConstructionDecl op)
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryConstructionDecl

process

public void process(XQueryDefaultCollationDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryDefaultCollationDecl
Throws:
XQueryException

process

public void process(XQueryDefaultNamespaceDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryDefaultNamespaceDecl
Throws:
XQueryException

process

public void process(XQueryDefaultOrderingDecl op)
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryDefaultOrderingDecl
Throws:
XQueryException

process

public void process(XQuerySchemaImport op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQuerySchemaImport
Throws:
XQueryException

process

public void process(XQueryModuleImport op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryModuleImport
Throws:
XQueryException

process

public void process(XQueryNamespaceDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryNamespaceDecl
Throws:
XQueryException

process

public void process(XQueryFunctionDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryFunctionDecl
Throws:
XQueryException

process

public void process(XQueryVarDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
op - a XQueryVarDecl
Throws:
XQueryException

process

public void process(XQueryOptionDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
node - a XQueryOptionDecl
Throws:
XQueryException

process

public void process(XQueryCopyNamespacesDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
node - a XQueryCopyNamespacesDecl
Throws:
XQueryException

process

public void process(XQueryEmptyOrderDecl op)
             throws XQueryException
Method process

Specified by:
process in interface VisitorXQueryModulesAndProlog
Parameters:
node - a XQueryEmptyOrderDecl
Throws:
XQueryException