: Interface XMLEndElementProc
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 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.
Method Detail
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD