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