Interface DAXParser
-
- All Known Implementing Classes:
DAXParser2,DAXParser3
public interface DAXParserAn interface for all the DAX Parsers- Version:
- $Revision$
- Author:
- Karan Vahi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackgetDAXCallback()Retuns the DAXCallback for the parservoidsetDAXCallback(Callback c)Set the DAXCallback for the parser to call out to.
-