: Interface XMLEndDocProc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
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.
Method Detail
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD