de.fraunhofer.ipsi.xquery.tree
Interface VisitorXQueryTypes
- All Known Implementing Classes:
- VisitorXQueryPrettyPrint, VisitorXQuerySequenceTypeMatching
public interface VisitorXQueryTypes
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