📄 xmlparser.html
字号:
<A NAME="addAttributeValueKind(int, int, float)"><!-- --></A><H3>addAttributeValueKind</H3><PRE>public void <B>addAttributeValueKind</B>(int elementID, int attributeID, float 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 elementID, int attributeID, boolean 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 elementID, int attributeID, byte 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 elementID, int attributeID, <A HREF="../../../quicktime/qd/QDColor.html">QDColor</A> 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 elementID, int attributeID, java.lang.String[] attributeList, boolean 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, int attributeValueKind, byte[] 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> - <DD><CODE>attributeValueKindInfo</CODE> - <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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, java.lang.String 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, int 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, float 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, boolean 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, byte 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, <A HREF="../../../quicktime/qd/QDColor.html">QDColor</A> 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 elementID, int nameSpaceID, java.lang.String attributeName, int attributeID, java.lang.String[] attributeList, boolean 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 nameSpaceID,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -