quicktime.std.qtcomponents
Interface XMLStartDocProc
- public interface XMLStartDocProc
The XMLStartDocProc corresponds to the QuickTime StartDocumentHandler callback
Method Summary |
void |
execute()
The method that is called by the XMLParser for parsing the StartDocument event. |
execute
public void execute()
throws QTException
- The method that is called by the XMLParser for parsing the StartDocument event.
If any error occurs that should be provided back to quicktime this method should
throw an exception with the appropriate error number.