xmlattribute.html

来自「这个是java的quicktime for java 的详细使用文档」· HTML 代码 · 共 474 行 · 第 1/2 页

HTML
474
字号
<!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="identifierUnrecognized()"><!-- --></A><H3>identifierUnrecognized</H3><PRE>public boolean <B>identifierUnrecognized</B>()</PRE><DL><DD>returns true if the attribute name of the XMLAttribute was not recognized by the parser<DD><DL></DL></DD></DL><HR><A NAME="getIdentifier()"><!-- --></A><H3>getIdentifier</H3><PRE>public int <B>getIdentifier</B>()                  throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the tokenized identifier of the XMLAttribute if the attribute name was recognized by the parser<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - tokenized identifier is xmlIdentifierUnrecognized</DL></DD></DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public java.lang.String <B>getName</B>()                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A>,                                <A HREF="../../../quicktime/util/UtilException.html">UtilException</A></PRE><DL><DD>returns the attribute name of the XMLAttribute if not recognized by the parser<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - tokenized identifier is not xmlIdentifierUnrecognized</DL></DD></DL><HR><A NAME="getValueKind()"><!-- --></A><H3>getValueKind</H3><PRE>public int <B>getValueKind</B>()                 throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the valueKind of the XMLAttribute should be called before a getter for a particular type<DD><DL></DL></DD></DL><HR><A NAME="getValueString()"><!-- --></A><H3>getValueString</H3><PRE>public java.lang.String <B>getValueString</B>()                                throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A>,                                       <A HREF="../../../quicktime/util/UtilException.html">UtilException</A></PRE><DL><DD>returns the valueString of the XMLAttribute always available<DD><DL></DL></DD></DL><HR><A NAME="getCharString()"><!-- --></A><H3>getCharString</H3><PRE>public java.lang.String <B>getCharString</B>()                               throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the string of the XMLAttribute for valueKind attributeValueKindCharString<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindCharString</DL></DD></DL><HR><A NAME="getInteger()"><!-- --></A><H3>getInteger</H3><PRE>public int <B>getInteger</B>()               throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the int value of the XMLAttribute for valueKind attributeValueKindInteger<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindInteger</DL></DD></DL><HR><A NAME="getPercent()"><!-- --></A><H3>getPercent</H3><PRE>public int <B>getPercent</B>()               throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>*jcs* Is this a integer percent or some weird Fixed / float rep ??? returns the percent value of the XMLAttribute for valueKind attributeValueKindPercent<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindPercent</DL></DD></DL><HR><A NAME="getBoolean()"><!-- --></A><H3>getBoolean</H3><PRE>public boolean <B>getBoolean</B>()                   throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the boolean value of the XMLAttribute for valueKind attributeValueKindBoolean<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindBoolean</DL></DD></DL><HR><A NAME="getOnOff()"><!-- --></A><H3>getOnOff</H3><PRE>public boolean <B>getOnOff</B>()                 throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the boolean value of the XMLAttribute for valueKind attributeValueKindOnOff<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindOnOff</DL></DD></DL><HR><A NAME="getRGBColor()"><!-- --></A><H3>getRGBColor</H3><PRE>public <A HREF="../../../quicktime/qd/QDColor.html">QDColor</A> <B>getRGBColor</B>()                    throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns a QDColor of the XMLAttribute for value kind attributeValueKindColor<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindColor</DL></DD></DL><HR><A NAME="getEnum()"><!-- --></A><H3>getEnum</H3><PRE>public int <B>getEnum</B>()            throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>returns the enumerated value of the XMLAttribute for value kind attributeValueKindEnum or<DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE>if</CODE> - value kind is not attributeValueKindEnum nor attributeValueKindCaseSensEnum</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/XMLAttribute.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../quicktime/std/qtcomponents/TimeCodeTime.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../quicktime/std/qtcomponents/XMLContent.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="XMLAttribute.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?