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