de.fraunhofer.ipsi.xquery.tree
Interface VisitorXQueryTypes

All Known Implementing Classes:
VisitorXQueryPrettyPrint, VisitorXQuerySequenceTypeMatching

public interface VisitorXQueryTypes


Method Summary
 void process(XQueryAtomicType node)
           
 void process(XQueryAttributeTest node)
           
 void process(XQueryDocumentTest node)
           
 void process(XQueryElementTest node)
           
 void process(XQueryProcessingInstructionTest node)
           
 void process(XQuerySequenceType node)
           
 

Method Detail

process

void process(XQueryAtomicType node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryAttributeTest node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryDocumentTest node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryElementTest node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQueryProcessingInstructionTest node)
             throws XQueryException
Throws:
XQueryException

process

void process(XQuerySequenceType node)
             throws XQueryException
Throws:
XQueryException