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