📄 xmlparser.html
字号:
<DD>Parses a given file.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>file</CODE> - the path to a file with the content<DD><CODE>tagmap</CODE> - a user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, org.xml.sax.InputSource)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax">InputSource</A> is)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - the inputsource with the content</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, org.xml.sax.InputSource, java.lang.String)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax">InputSource</A> is, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> tagmap)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The inputsource with the content<DD><CODE>tagmap</CODE> - a user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, org.xml.sax.InputSource, java.util.HashMap)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/org/xml/sax/InputSource.html?is-external=true" title="class or interface in org.xml.sax">InputSource</A> is, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> tagmap)</PRE><DL><DD>Parses a given file and writes the content to a document, using a certain tagmap.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The inputsource with the content<DD><CODE>tagmap</CODE> - a user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.lang.String)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> file)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>file</CODE> - The path to a file with the content</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.lang.String, java.lang.String)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> file, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> tagmap)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>file</CODE> - The path to a file with the content<DD><CODE>tagmap</CODE> - A user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.lang.String, java.util.HashMap)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> file, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> tagmap)</PRE><DL><DD>Parses a given file and writes the content to a document, using a certain tagmap.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>file</CODE> - The path to a file with the content<DD><CODE>tagmap</CODE> - A user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.io.InputStream)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A> is)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The inputsource with the content</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.io.InputStream, java.lang.String)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A> is, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> tagmap)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The inputstream with the content<DD><CODE>tagmap</CODE> - A user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.io.InputStream, java.util.HashMap)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A> is, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> tagmap)</PRE><DL><DD>Parses a given file and writes the content to a document, using a certain tagmap.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The InputStream with the content<DD><CODE>tagmap</CODE> - A user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.io.Reader)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</A> is)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The reader that reads the content</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.io.Reader, java.lang.String)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</A> is, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> tagmap)</PRE><DL><DD>Parses a given file that validates with the iText DTD and writes the content to a document.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The reader that reads the content<DD><CODE>tagmap</CODE> - A user defined tagmap</DL></DD></DL><HR><A NAME="parse(com.lowagie.text.DocListener, java.io.Reader, java.util.HashMap)"><!-- --></A><H3>parse</H3><PRE>public static void <B>parse</B>(<A HREF="../../../../com/lowagie/text/DocListener.html" title="interface in com.lowagie.text">DocListener</A> document, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</A> is, <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> tagmap)</PRE><DL><DD>Parses a given file and writes the content to a document, using a certain tagmap.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>document</CODE> - The document that will listen to the parser<DD><CODE>is</CODE> - The reader that reads the content<DD><CODE>tagmap</CODE> - A user defined tagmap</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>Hosted by <a href="http://www.hostbasket.com/">Hostbasket</a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/lowagie/text/xml/XmlDomWriter.html" title="class in com.lowagie.text.xml"><B>PREV CLASS</B></A> <A HREF="../../../../com/lowagie/text/xml/XmlPeer.html" title="class in com.lowagie.text.xml"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?com/lowagie/text/xml/XmlParser.html" target="_top"><B>FRAMES</B></A> <A HREF="XmlParser.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -