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