|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--quicktime.QTObject | +--quicktime.std.qtcomponents.XMLAttribute
The XMLAttribute corresponds to the QuickTime XMLAttribute
Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
Method Summary | |
boolean |
getBoolean()
returns the boolean value of the XMLAttribute for valueKind attributeValueKindBoolean |
java.lang.String |
getCharString()
returns the string of the XMLAttribute for valueKind attributeValueKindCharString |
int |
getEnum()
returns the enumerated value of the XMLAttribute for value kind attributeValueKindEnum or |
int |
getIdentifier()
returns the tokenized identifier of the XMLAttribute if the attribute name was recognized by the parser |
int |
getInteger()
returns the int value of the XMLAttribute for valueKind attributeValueKindInteger |
java.lang.String |
getName()
returns the attribute name of the XMLAttribute if not recognized by the parser |
boolean |
getOnOff()
returns the boolean value of the XMLAttribute for valueKind attributeValueKindOnOff |
int |
getPercent()
*jcs* Is this a integer percent or some weird Fixed / float rep ??? returns the percent value of the XMLAttribute for valueKind attributeValueKindPercent |
QDColor |
getRGBColor()
returns a QDColor of the XMLAttribute for value kind attributeValueKindColor |
int |
getValueKind()
returns the valueKind of the XMLAttribute should be called before a getter for a particular type |
java.lang.String |
getValueString()
returns the valueString of the XMLAttribute always available |
boolean |
identifierUnrecognized()
returns true if the attribute name of the XMLAttribute was not recognized by the parser |
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 |
public boolean identifierUnrecognized()
public int getIdentifier() throws StdQTException
if
- tokenized identifier is xmlIdentifierUnrecognizedpublic java.lang.String getName() throws StdQTException, UtilException
if
- tokenized identifier is not xmlIdentifierUnrecognizedpublic int getValueKind() throws StdQTException
public java.lang.String getValueString() throws StdQTException, UtilException
public java.lang.String getCharString() throws StdQTException
if
- value kind is not attributeValueKindCharStringpublic int getInteger() throws StdQTException
if
- value kind is not attributeValueKindIntegerpublic int getPercent() throws StdQTException
if
- value kind is not attributeValueKindPercentpublic boolean getBoolean() throws StdQTException
if
- value kind is not attributeValueKindBooleanpublic boolean getOnOff() throws StdQTException
if
- value kind is not attributeValueKindOnOffpublic QDColor getRGBColor() throws StdQTException
if
- value kind is not attributeValueKindColorpublic int getEnum() throws StdQTException
if
- value kind is not attributeValueKindEnum nor attributeValueKindCaseSensEnum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |