⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmlparser.html

📁 这个是java的quicktime for java 的详细使用文档
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<A NAME="addAttributeValueKind(int, int, float)"><!-- --></A><H3>addAttributeValueKind</H3><PRE>public void <B>addAttributeValueKind</B>(int&nbsp;elementID,                                  int&nbsp;attributeID,                                  float&nbsp;attributePercentValue)                           throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindPercent value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero unique tokenized element identifier<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - float expressing percentage<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID<DD><CODE>on</CODE> - zero attributeID</DL></DD></DL><HR><A NAME="addAttributeValueKind(int, int, boolean)"><!-- --></A><H3>addAttributeValueKind</H3><PRE>public void <B>addAttributeValueKind</B>(int&nbsp;elementID,                                  int&nbsp;attributeID,                                  boolean&nbsp;attributeBooleanValue)                           throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindBoolean value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero unique tokenized element identifier<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - boolean<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID<DD><CODE>on</CODE> - zero attributeID</DL></DD></DL><HR><A NAME="addAttributeValueKind(int, int, byte)"><!-- --></A><H3>addAttributeValueKind</H3><PRE>public void <B>addAttributeValueKind</B>(int&nbsp;elementID,                                  int&nbsp;attributeID,                                  byte&nbsp;attributeOnOffValue)                           throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindOnOff value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero unique tokenized element identifier<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - byte 0 or 1<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID<DD><CODE>on</CODE> - zero attributeID</DL></DD></DL><HR><A NAME="addAttributeValueKind(int, int, quicktime.qd.QDColor)"><!-- --></A><H3>addAttributeValueKind</H3><PRE>public void <B>addAttributeValueKind</B>(int&nbsp;elementID,                                  int&nbsp;attributeID,                                  <A HREF="../../../quicktime/qd/QDColor.html">QDColor</A>&nbsp;attributeColorValue)                           throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindColor value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero unique tokenized element identifier<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeColorValue</CODE> - qd.QDColor<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID<DD><CODE>on</CODE> - zero attributeID</DL></DD></DL><HR><A NAME="addAttributeValueKind(int, int, java.lang.String[], boolean)"><!-- --></A><H3>addAttributeValueKind</H3><PRE>public void <B>addAttributeValueKind</B>(int&nbsp;elementID,                                  int&nbsp;attributeID,                                  java.lang.String[]&nbsp;attributeList,                                  boolean&nbsp;caseSensitive)                           throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser of an enumerated attribute, of type attributeValueKindEnum or attributeValueKindCaseSensEnum, for the specified element</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeList</CODE> - String[] of attributes<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, int, byte[])"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                int&nbsp;attributeValueKind,                                byte[]&nbsp;attributeValueKindInfo)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser of an attribute, which may have a particular type of value, for the specified element</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValueKind</CODE> - &nbsp;<DD><CODE>attributeValueKindInfo</CODE> - &nbsp;<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, java.lang.String)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                java.lang.String&nbsp;attributeValue)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser of an attribute, of type attributeValueKindCharString, for the specified element</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - String<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, int)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                int&nbsp;attributeIntegerValue)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindInteger value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - int<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, float)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                float&nbsp;attributePercentValue)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindPercent value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - float<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, boolean)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                boolean&nbsp;attributeBooleanValue)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindBoolean value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - boolean<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, byte)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                byte&nbsp;attributeOnOffValue)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindOnOff value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeValue</CODE> - byte 0 or 1<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, quicktime.qd.QDColor)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                <A HREF="../../../quicktime/qd/QDColor.html">QDColor</A>&nbsp;attributeColorValue)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser that the particular attribute of an element may have an additional attributeValueKindColor value,  as specified by attributeValueKind and attributeValueKindInfo</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeColorValue</CODE> - qd.QDColor<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addAttributeAndValue(int, int, java.lang.String, int, java.lang.String[], boolean)"><!-- --></A><H3>addAttributeAndValue</H3><PRE>public int <B>addAttributeAndValue</B>(int&nbsp;elementID,                                int&nbsp;nameSpaceID,                                java.lang.String&nbsp;attributeName,                                int&nbsp;attributeID,                                java.lang.String[]&nbsp;attributeList,                                boolean&nbsp;caseSensitive)                         throws <A HREF="../../../quicktime/std/StdQTException.html">StdQTException</A></PRE><DL><DD>tell the parser of an enumerated attribute, of type attributeValueKindEnum or attributeValueKindCaseSensEnum, for the specified element</DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>elementID</CODE> - non zero tokenized element identifier<DD><CODE>nameSpaceID</CODE> - tokenized identifier, can be nameSpaceIDNone<DD><CODE>attributeName</CODE> - name<DD><CODE>attributeID</CODE> - non zero unique tokenized attribute identifier<DD><CODE>attributeList</CODE> - String[] of attributes<DT><B>Returns:</B><DD>attribute identifier token  if attributeID non zero else generated unique non zero attribute identifier<DT><B>Throws:</B><DD><CODE>on</CODE> - zero elementID</DL></DD></DL><HR><A NAME="addNameSpace(int, java.lang.String)"><!-- --></A><H3>addNameSpace</H3><PRE>public void <B>addNameSpace</B>(int&nbsp;nameSpaceID,

⌨️ 快捷键说明

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