quicktime.std.qtcomponents
Interface XMLStartElementProc


public interface XMLStartElementProc

The XMLStartElementProc corresponds to the QuickTime StartElementHandler callback


Method Summary
 void execute(java.lang.String name, java.lang.String[] attributes)
          The method that is called by the XMLParser for parsing StartElement 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 StartElement events. If any error occurs that should be provided back to quicktime this method should throw an exception with the appropriate error number.