quicktime.std.qtcomponents
Class XMLContent
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.std.qtcomponents.XMLContent
- All Implemented Interfaces:
- quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- public final class XMLContent
- extends QTObject
- implements quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib
The XMLContent implements java wrapper of pointer to QuickTime XMLContent
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
getKind
public int getKind()
throws StdQTException
- get type of content
- Returns:
- StdQTConstants5.xmlContentTypeInvalid, StdQTConstants5.xmlContentTypeElement or StdQTConstants5.xmlContentTypeCharData
getElement
public XMLElement getElement()
throws QTException
- get element kind content
- Returns:
- XMLElement if element kind is StdQTConstants5.xmlContentTypeElement
- Throws:
on
- element kind not StdQTConstants5.xmlContentTypeElement
getString
public java.lang.String getString()
throws StdQTException,
UtilException
- get string kind content
- Returns:
- String if element kind is StdQTConstants5.xmlContentTypeCharData
- Throws:
on
- element kind not StdQTConstants5.xmlContentTypeCharData