: Interface XMLPreprocessorProc
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 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.
Method Detail
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.
Parameters:name - the element nameattributes - an array of attribute-value pair strings
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD