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