: Class XMLDoc
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
Class XMLDoc
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.qtcomponents.XMLDoc
All Implemented Interfaces: InterfaceLib, PrimitivesLib, QuickTimeLib, SharedLibrary, com.apple.jdirect.SharedLibrary
public final class XMLDocextends QTObjectimplements PrimitivesLib, QuickTimeLib
XMLDoc class corresponds to the QuickTime XMLDoc
Fields inherited from interface quicktime.jdirect.PrimitivesLib
JDirect_MacOSX, libraryInstance
Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
Method Summary
void
dispose()
Disposes of a XMLDoc parse tree
XMLElement
getRootElement()
get the root element of the xml parse tree
Methods inherited from class quicktime.QTObject
disposeQTObject, equals, ID, toString
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
Method Detail
dispose
public void dispose()
throws StdQTException
Disposes of a XMLDoc parse tree
getRootElement
public XMLElement getRootElement()
throws StdQTException,
QTException
get the root element of the xml parse tree
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD