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

📄 abstractxmlparser.html

📁 KXML,文档,我也不太知道,只是电脑里有上传上来分给大家
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="processNamespaces"><!-- --></A><H3>processNamespaces</H3><PRE>protected boolean <B>processNamespaces</B></PRE><DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="AbstractXmlParser()"><!-- --></A><H3>AbstractXmlParser</H3><PRE>public <B>AbstractXmlParser</B>()</PRE><DL></DL><!-- ============ 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="ignoreTree()"><!-- --></A><H3>ignoreTree</H3><PRE>public void <B>ignoreTree</B>()                throws java.io.IOException</PRE><DL><DD>Ignores a tree</DL><HR><A NAME="readTree(java.util.Vector)"><!-- --></A><H3>readTree</H3><PRE>public void <B>readTree</B>(java.util.Vector&nbsp;buf)              throws java.io.IOException</PRE><DL><DD>Reads a complete element tree to the given eventVector. The next event must be a start tag.</DL><HR><A NAME="getLineNumber()"><!-- --></A><H3>getLineNumber</H3><PRE>public int <B>getLineNumber</B>()                  throws java.io.IOException</PRE><DL><DD>Returns the current line number; -1 if unknown. Conveniencemethod for peek ().getLineNumber ().</DL><HR><A NAME="read()"><!-- --></A><H3>read</H3><PRE>public abstract <A HREF="../../../org/kxml/parser/ParseEvent.html">ParseEvent</A> <B>read</B>()                         throws java.io.IOException</PRE><DL><DD>reads the next event available from the parser. If the end ofthe parsed stream has been reached, an event of typeEND_DOCUMENT is returned.</DL><HR><A NAME="read(int, java.lang.String, java.lang.String)"><!-- --></A><H3>read</H3><PRE>public <A HREF="../../../org/kxml/parser/ParseEvent.html">ParseEvent</A> <B>read</B>(int&nbsp;type,                       java.lang.String&nbsp;namespace,                       java.lang.String&nbsp;name)                throws java.io.IOException</PRE><DL><DD>Reads an event of the given type. If the type is START_TAG orEND_TAG, namespace and name are tested, otherwiseignored. Throws a ParseException if the actual event does notmatch the given parameters.</DL><HR><A NAME="peek(int, java.lang.String, java.lang.String)"><!-- --></A><H3>peek</H3><PRE>public boolean <B>peek</B>(int&nbsp;type,                    java.lang.String&nbsp;namespace,                    java.lang.String&nbsp;name)             throws java.io.IOException</PRE><DL></DL><HR><A NAME="skip()"><!-- --></A><H3>skip</H3><PRE>public void <B>skip</B>()          throws java.io.IOException</PRE><DL><DD>Convenience Method for skip (Xml.COMMENT | Xml.DOCTYPE | Xml.PROCESSING_INSTRUCTION | Xml.WHITESPACE)</DL><HR><A NAME="peek()"><!-- --></A><H3>peek</H3><PRE>public abstract <A HREF="../../../org/kxml/parser/ParseEvent.html">ParseEvent</A> <B>peek</B>()                         throws java.io.IOException</PRE><DL><DD>reads the next event available from the parserwithout consuming it</DL><HR><A NAME="setProcessNamespaces(boolean)"><!-- --></A><H3>setProcessNamespaces</H3><PRE>public void <B>setProcessNamespaces</B>(boolean&nbsp;processNamespaces)</PRE><DL><DD>tells the parser if it shall resolve namespace prefixes tonamespaces. Default is true</DL><HR><A NAME="readText()"><!-- --></A><H3>readText</H3><PRE>public java.lang.String <B>readText</B>()                          throws java.io.IOException</PRE><DL><DD>Convenience method for reading the content of text-only elements. The method reads text until an end tag isreached. Processing instructions and comments areskipped. The end tag is NOT consumed.  The concatenated textString is returned. If the method reaches a start tag, anException is thrown.</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="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;PREV CLASS&nbsp;&nbsp;<A HREF="../../../org/kxml/parser/ParseEvent.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="AbstractXmlParser.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;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>

⌨️ 快捷键说明

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