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

📄 xpathutil.html

📁 测试工具jmeter可用来进行性能测试
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!-- ========= CONSTRUCTOR DETAIL ======== -->


<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="makeDocumentBuilder(boolean, boolean, boolean)"><!-- --></A><H3>
makeDocumentBuilder</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/DocumentBuilder.html" title="class or interface in javax.xml.parsers">DocumentBuilder</A> <B>makeDocumentBuilder</B>(boolean&nbsp;validate,
                                                  boolean&nbsp;whitespace,
                                                  boolean&nbsp;namespace)
                                           throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A></PRE>
<DL>
<DD>Create a DocumentBuilder using the makeDocumentFactory func.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>validate</CODE> - should the parser validate documents?<DD><CODE>whitespace</CODE> - should the parser eliminate whitespace in element content?<DD><CODE>namespace</CODE> - should the parser be namespace aware?
<DT><B>Returns:</B><DD>document builder
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeDocument(java.io.InputStream, boolean, boolean, boolean, boolean)"><!-- --></A><H3>
makeDocument</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Document.html" title="class or interface in org.w3c.dom">Document</A> <B>makeDocument</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;stream,
                                    boolean&nbsp;validate,
                                    boolean&nbsp;whitespace,
                                    boolean&nbsp;namespace,
                                    boolean&nbsp;tolerant)
                             throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A>,
                                    <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A>,
                                    <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
                                    <A HREF="../../../../org/apache/jmeter/util/TidyException.html" title="class in org.apache.jmeter.util">TidyException</A></PRE>
<DL>
<DD>Utility function to get new Document
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stream</CODE> - Document Input stream<DD><CODE>validate</CODE> - Validate Document (not Tidy)<DD><CODE>whitespace</CODE> - Element Whitespace (not Tidy)<DD><CODE>namespace</CODE> - Is Namespace aware.<DD><CODE>tolerant</CODE> - Is tolerant - i.e. use the Tidy parser
<DT><B>Returns:</B><DD>document
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A></CODE>
<DD><CODE><A HREF="../../../../org/apache/jmeter/util/TidyException.html" title="class in org.apache.jmeter.util">TidyException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeDocument(java.io.InputStream, boolean, boolean, boolean, boolean, boolean, boolean, boolean)"><!-- --></A><H3>
makeDocument</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Document.html" title="class or interface in org.w3c.dom">Document</A> <B>makeDocument</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;stream,
                                    boolean&nbsp;validate,
                                    boolean&nbsp;whitespace,
                                    boolean&nbsp;namespace,
                                    boolean&nbsp;tolerant,
                                    boolean&nbsp;quiet,
                                    boolean&nbsp;showWarnings,
                                    boolean&nbsp;report_errors)
                             throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A>,
                                    <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A>,
                                    <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
                                    <A HREF="../../../../org/apache/jmeter/util/TidyException.html" title="class in org.apache.jmeter.util">TidyException</A></PRE>
<DL>
<DD>Utility function to get new Document
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stream</CODE> - - Document Input stream<DD><CODE>validate</CODE> - - Validate Document (not Tidy)<DD><CODE>whitespace</CODE> - - Element Whitespace (not Tidy)<DD><CODE>namespace</CODE> - - Is Namespace aware. (not Tidy)<DD><CODE>tolerant</CODE> - - Is tolerant - i.e. use the Tidy parser<DD><CODE>quiet</CODE> - - set Tidy quiet<DD><CODE>showWarnings</CODE> - - set Tidy warnings<DD><CODE>report_errors</CODE> - - throw TidyException if Tidy detects an error
<DT><B>Returns:</B><DD>document
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="../../../../org/apache/jmeter/util/TidyException.html" title="class in org.apache.jmeter.util">TidyException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeDocument(java.io.InputStream, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean)"><!-- --></A><H3>
makeDocument</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Document.html" title="class or interface in org.w3c.dom">Document</A> <B>makeDocument</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/InputStream.html" title="class or interface in java.io">InputStream</A>&nbsp;stream,
                                    boolean&nbsp;validate,
                                    boolean&nbsp;whitespace,
                                    boolean&nbsp;namespace,
                                    boolean&nbsp;tolerant,
                                    boolean&nbsp;quiet,
                                    boolean&nbsp;showWarnings,
                                    boolean&nbsp;report_errors,
                                    boolean&nbsp;isXml)
                             throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A>,
                                    <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A>,
                                    <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A>,
                                    <A HREF="../../../../org/apache/jmeter/util/TidyException.html" title="class in org.apache.jmeter.util">TidyException</A></PRE>
<DL>
<DD>Utility function to get new Document
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stream</CODE> - - Document Input stream<DD><CODE>validate</CODE> - - Validate Document (not Tidy)<DD><CODE>whitespace</CODE> - - Element Whitespace (not Tidy)<DD><CODE>namespace</CODE> - - Is Namespace aware. (not Tidy)<DD><CODE>tolerant</CODE> - - Is tolerant - i.e. use the Tidy parser<DD><CODE>quiet</CODE> - - set Tidy quiet<DD><CODE>showWarnings</CODE> - - set Tidy warnings<DD><CODE>report_errors</CODE> - - throw TidyException if Tidy detects an error<DD><CODE>isXml</CODE> - - is document already XML (Tidy only)
<DT><B>Returns:</B><DD>document
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/ParserConfigurationException.html" title="class or interface in javax.xml.parsers">ParserConfigurationException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/org/xml/sax/SAXException.html" title="class or interface in org.xml.sax">SAXException</A></CODE>
<DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="../../../../org/apache/jmeter/util/TidyException.html" title="class in org.apache.jmeter.util">TidyException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="makeTidyParser(boolean, boolean, boolean, java.io.StringWriter)"><!-- --></A><H3>
makeTidyParser</H3>
<PRE>
public static org.w3c.tidy.Tidy <B>makeTidyParser</B>(boolean&nbsp;quiet,
                                               boolean&nbsp;showWarnings,
                                               boolean&nbsp;isXml,
                                               <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/StringWriter.html" title="class or interface in java.io">StringWriter</A>&nbsp;stringWriter)</PRE>
<DL>
<DD>Create a Tidy parser with the specified settings.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>quiet</CODE> - - set the Tidy quiet flag?<DD><CODE>showWarnings</CODE> - - show Tidy warnings?<DD><CODE>isXml</CODE> - - treat the content as XML?<DD><CODE>stringWriter</CODE> - - if non-null, use this for Tidy errorOutput
<DT><B>Returns:</B><DD>the Tidy parser</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=3 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>&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>
<b>Apache JMeter</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/jmeter/util/StringUtilities.html" title="class in org.apache.jmeter.util"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="XPathUtil.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<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:&nbsp;NESTED&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>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &#xA9; 1998-2008 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>

⌨️ 快捷键说明

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