de.fraunhofer.ipsi.xquery.tree
Class VisitorXQuerySequenceTypeMatching

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

public class VisitorXQuerySequenceTypeMatching
extends java.lang.Object
implements VisitorXQueryTypes, NamespaceConstants

Core Interpreter SequenceTypeMatching.

Since:
CVS $Date: 2005/07/22 10:05:49 $
Version:
CVS $Revision: 1.4 $
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
VisitorXQuerySequenceTypeMatching(StaticContext context)
          Constructor.
 
Method Summary
 void process(XQueryAtomicType op)
           
 void process(XQueryAttributeTest op)
           
 void process(XQueryDocumentTest op)
           
 void process(XQueryElementTest op)
           
 void process(XQueryProcessingInstructionTest op)
           
 void process(XQuerySequenceType op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisitorXQuerySequenceTypeMatching

public VisitorXQuerySequenceTypeMatching(StaticContext context)
Constructor.

Method Detail

process

public void process(XQueryAtomicType op)
             throws XQueryException
Specified by:
process in interface VisitorXQueryTypes
Throws:
XQueryException

process

public void process(XQueryAttributeTest op)
             throws XQueryException
Specified by:
process in interface VisitorXQueryTypes
Throws:
XQueryException

process

public void process(XQueryDocumentTest op)
             throws XQueryException
Specified by:
process in interface VisitorXQueryTypes
Throws:
XQueryException

process

public void process(XQueryElementTest op)
             throws XQueryException
Specified by:
process in interface VisitorXQueryTypes
Throws:
XQueryException

process

public void process(XQueryProcessingInstructionTest op)
Specified by:
process in interface VisitorXQueryTypes

process

public void process(XQuerySequenceType op)
Specified by:
process in interface VisitorXQueryTypes