📄 xmlfinder.html
字号:
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/amic/xml/XmlFinder.html#removeNodes(java.lang.String)">removeNodes</A></B>(java.lang.String expression)</CODE>
<BR>
Removes from the DOM tree the nodes that match <code>expression</code>.</TD>
</TR>
</TABLE>
<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>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= 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="XmlFinder(org.amic.xml.XmlReader)"><!-- --></A><H3>
XmlFinder</H3>
<PRE>
public <B>XmlFinder</B>(<A HREF="../../../org/amic/xml/XmlReader.html">XmlReader</A> reader)</PRE>
<DL>
<DD>Creates new XmlFinder. Same as <code>XmlFinder(reader, new NodeSet())</code>.
<P>
<DT><B>See Also:</B><DD><A HREF="../../../org/amic/xml/XmlFinder.html#XmlFinder(org.amic.xml.XmlReader, org.amic.xml.NodeSet, org.amic.xml.XmlMapper)"><CODE>XmlFinder(XmlReader reader, NodeSet set, XmlMapper mapper)</CODE></A></DL>
<HR>
<A NAME="XmlFinder(org.amic.xml.XmlReader, org.amic.xml.NodeSet)"><!-- --></A><H3>
XmlFinder</H3>
<PRE>
public <B>XmlFinder</B>(<A HREF="../../../org/amic/xml/XmlReader.html">XmlReader</A> reader, <A HREF="../../../org/amic/xml/NodeSet.html">NodeSet</A> set)</PRE>
<DL>
<DD>Creates new XmlFinder. Same as <code>XmlFinder(reader, set, null)</code>.
<P>
<DT><B>See Also:</B><DD><A HREF="../../../org/amic/xml/XmlFinder.html#XmlFinder(org.amic.xml.XmlReader, org.amic.xml.NodeSet, org.amic.xml.XmlMapper)"><CODE>XmlFinder(XmlReader reader, NodeSet set, XmlMapper mapper)</CODE></A></DL>
<HR>
<A NAME="XmlFinder(org.amic.xml.XmlReader, org.amic.xml.XmlMapper)"><!-- --></A><H3>
XmlFinder</H3>
<PRE>
public <B>XmlFinder</B>(<A HREF="../../../org/amic/xml/XmlReader.html">XmlReader</A> reader, <A HREF="../../../org/amic/xml/XmlMapper.html">XmlMapper</A> mapper)</PRE>
<DL>
<DD>Creates new XmlFinder. Same as <code>XmlFinder(reader, new NodeSet(), mapper)</code>.
<P>
<DT><B>See Also:</B><DD><A HREF="../../../org/amic/xml/XmlFinder.html#XmlFinder(org.amic.xml.XmlReader, org.amic.xml.NodeSet, org.amic.xml.XmlMapper)"><CODE>XmlFinder(XmlReader reader, NodeSet set, XmlMapper mapper)</CODE></A></DL>
<HR>
<A NAME="XmlFinder(org.amic.xml.XmlReader, org.amic.xml.NodeSet, org.amic.xml.XmlMapper)"><!-- --></A><H3>
XmlFinder</H3>
<PRE>
public <B>XmlFinder</B>(<A HREF="../../../org/amic/xml/XmlReader.html">XmlReader</A> reader, <A HREF="../../../org/amic/xml/NodeSet.html">NodeSet</A> set, <A HREF="../../../org/amic/xml/XmlMapper.html">XmlMapper</A> mapper)</PRE>
<DL>
<DD>Creates new XmlFinder.
<P>
<DT><B>Parameters:</B><DD><CODE>reader</CODE> - The XmlReader from where the search will be performed.<DD><CODE>set</CODE> - The set to be filled with the results. Either NodeSet or NodeSortedSet.<DD><CODE>mapper</CODE> - The mapper to be assigned to the XmlReader results. If null then mapper assigned defaults to the given reader.</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="findNode(java.lang.String)"><!-- --></A><H3>
findNode</H3>
<PRE>
public <A HREF="../../../org/amic/xml/XmlReader.html">XmlReader</A> <B>findNode</B>(java.lang.String expression)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>The first node that match <code>expression</code>.</DL>
</DD>
</DL>
<HR>
<A NAME="findNodes(java.lang.String)"><!-- --></A><H3>
findNodes</H3>
<PRE>
public <A HREF="../../../org/amic/xml/NodeSet.html">NodeSet</A> <B>findNodes</B>(java.lang.String expression)</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>A NodeSet with all the nodes that match <code>expression</code>.</DL>
</DD>
</DL>
<HR>
<A NAME="removeNodes(java.lang.String)"><!-- --></A><H3>
removeNodes</H3>
<PRE>
public void <B>removeNodes</B>(java.lang.String expression)</PRE>
<DL>
<DD>Removes from the DOM tree the nodes that match <code>expression</code>.
<P>
<DD><DL>
</DL>
</DD>
</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=3 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> </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>
<b>Amic utility<br> classes</b></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/amic/xml/XmlDynTreeModel.html"><B>PREV CLASS</B></A>
<A HREF="../../../org/amic/xml/XmlListCellRenderer.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>
<A HREF="XmlFinder.html" TARGET="_top"><B>NO FRAMES</B></A>
<SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="../../../allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<font size=-1>Contact me at <a href='mailto:lluis@turro.org'>Lluis Turro</a></font>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -