xmlbasicserialization.html

来自「数据挖掘的最常用工具。由于开源」· HTML 代码 · 共 772 行 · 第 1/3 页

HTML
772
字号
<DD>adds the given Collection to a DOM structure.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this object, e.g. the class this object is a member of<DD><CODE>o</CODE> - the Object to describe in XML<DD><CODE>name</CODE> - the name of the object<DT><B>Returns:</B><DD>the node that was created<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if the DOM creation fails<DT><B>See Also:</B><DD><CODE>Collection</CODE></DL></DD></DL><HR><A NAME="readCollection(org.w3c.dom.Element)"><!-- --></A><H3>readCollection</H3><PRE>public java.lang.Object <B>readCollection</B>(org.w3c.dom.Element&nbsp;node)                                throws java.lang.Exception</PRE><DL><DD>builds the Collection from the given DOM node.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - the associated XML node<DT><B>Returns:</B><DD>the instance created from the XML description<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if instantiation fails<DT><B>See Also:</B><DD><CODE>Collection</CODE></DL></DD></DL><HR><A NAME="writeMap(org.w3c.dom.Element, java.lang.Object, java.lang.String)"><!-- --></A><H3>writeMap</H3><PRE>public org.w3c.dom.Element <B>writeMap</B>(org.w3c.dom.Element&nbsp;parent,                                    java.lang.Object&nbsp;o,                                    java.lang.String&nbsp;name)                             throws java.lang.Exception</PRE><DL><DD>adds the given Map to a DOM structure.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this object, e.g. the class this object is a member of<DD><CODE>o</CODE> - the Object to describe in XML<DD><CODE>name</CODE> - the name of the object<DT><B>Returns:</B><DD>the node that was created<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if the DOM creation fails<DT><B>See Also:</B><DD><CODE>Map</CODE></DL></DD></DL><HR><A NAME="readMap(org.w3c.dom.Element)"><!-- --></A><H3>readMap</H3><PRE>public java.lang.Object <B>readMap</B>(org.w3c.dom.Element&nbsp;node)                         throws java.lang.Exception</PRE><DL><DD>builds the Map from the given DOM node.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - the associated XML node<DT><B>Returns:</B><DD>the instance created from the XML description<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if instantiation fails<DT><B>See Also:</B><DD><CODE>Map</CODE></DL></DD></DL><HR><A NAME="writeMatrix(org.w3c.dom.Element, java.lang.Object, java.lang.String)"><!-- --></A><H3>writeMatrix</H3><PRE>public org.w3c.dom.Element <B>writeMatrix</B>(org.w3c.dom.Element&nbsp;parent,                                       java.lang.Object&nbsp;o,                                       java.lang.String&nbsp;name)                                throws java.lang.Exception</PRE><DL><DD>adds the given Matrix to a DOM structure.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this object, e.g. the class this object is a member of<DD><CODE>o</CODE> - the Object to describe in XML<DD><CODE>name</CODE> - the name of the object<DT><B>Returns:</B><DD>the node that was created<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if the DOM creation fails<DT><B>See Also:</B><DD><A HREF="../../../weka/core/matrix/Matrix.html" title="class in weka.core.matrix"><CODE>Matrix</CODE></A></DL></DD></DL><HR><A NAME="readMatrix(org.w3c.dom.Element)"><!-- --></A><H3>readMatrix</H3><PRE>public java.lang.Object <B>readMatrix</B>(org.w3c.dom.Element&nbsp;node)                            throws java.lang.Exception</PRE><DL><DD>builds the Matrix from the given DOM node.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - the associated XML node<DT><B>Returns:</B><DD>the instance created from the XML description<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if instantiation fails<DT><B>See Also:</B><DD><A HREF="../../../weka/core/matrix/Matrix.html" title="class in weka.core.matrix"><CODE>Matrix</CODE></A></DL></DD></DL><HR><A NAME="writeMatrixOld(org.w3c.dom.Element, java.lang.Object, java.lang.String)"><!-- --></A><H3>writeMatrixOld</H3><PRE>public org.w3c.dom.Element <B>writeMatrixOld</B>(org.w3c.dom.Element&nbsp;parent,                                          java.lang.Object&nbsp;o,                                          java.lang.String&nbsp;name)                                   throws java.lang.Exception</PRE><DL><DD>adds the given Matrix (old) to a DOM structure.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this object, e.g. the class this object is a member of<DD><CODE>o</CODE> - the Object to describe in XML<DD><CODE>name</CODE> - the name of the object<DT><B>Returns:</B><DD>the node that was created<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if the DOM creation fails<DT><B>See Also:</B><DD><A HREF="../../../weka/core/Matrix.html" title="class in weka.core"><CODE>Matrix</CODE></A></DL></DD></DL><HR><A NAME="readMatrixOld(org.w3c.dom.Element)"><!-- --></A><H3>readMatrixOld</H3><PRE>public java.lang.Object <B>readMatrixOld</B>(org.w3c.dom.Element&nbsp;node)                               throws java.lang.Exception</PRE><DL><DD>builds the Matrix (old) from the given DOM node.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - the associated XML node<DT><B>Returns:</B><DD>the instance created from the XML description<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if instantiation fails<DT><B>See Also:</B><DD><A HREF="../../../weka/core/Matrix.html" title="class in weka.core"><CODE>Matrix</CODE></A></DL></DD></DL><HR><A NAME="writeCostMatrixOld(org.w3c.dom.Element, java.lang.Object, java.lang.String)"><!-- --></A><H3>writeCostMatrixOld</H3><PRE>public org.w3c.dom.Element <B>writeCostMatrixOld</B>(org.w3c.dom.Element&nbsp;parent,                                              java.lang.Object&nbsp;o,                                              java.lang.String&nbsp;name)                                       throws java.lang.Exception</PRE><DL><DD>adds the given CostMatrix (old) to a DOM structure.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - the parent of this object, e.g. the class this object is a member of<DD><CODE>o</CODE> - the Object to describe in XML<DD><CODE>name</CODE> - the name of the object<DT><B>Returns:</B><DD>the node that was created<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if the DOM creation fails<DT><B>See Also:</B><DD><A HREF="../../../weka/classifiers/CostMatrix.html" title="class in weka.classifiers"><CODE>CostMatrix</CODE></A></DL></DD></DL><HR><A NAME="readCostMatrixOld(org.w3c.dom.Element)"><!-- --></A><H3>readCostMatrixOld</H3><PRE>public java.lang.Object <B>readCostMatrixOld</B>(org.w3c.dom.Element&nbsp;node)                                   throws java.lang.Exception</PRE><DL><DD>builds the Matrix (old) from the given DOM node.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>node</CODE> - the associated XML node<DT><B>Returns:</B><DD>the instance created from the XML description<DT><B>Throws:</B><DD><CODE>java.lang.Exception</CODE> - if instantiation fails<DT><B>See Also:</B><DD><A HREF="../../../weka/classifiers/CostMatrix.html" title="class in weka.classifiers"><CODE>CostMatrix</CODE></A></DL></DD></DL><HR><A NAME="getRevision()"><!-- --></A><H3>getRevision</H3><PRE>public java.lang.String <B>getRevision</B>()</PRE><DL><DD>Returns the revision string.<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../weka/core/RevisionHandler.html#getRevision()">getRevision</A></CODE> in interface <CODE><A HREF="../../../weka/core/RevisionHandler.html" title="interface in weka.core">RevisionHandler</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../weka/core/xml/XMLSerialization.html#getRevision()">getRevision</A></CODE> in class <CODE><A HREF="../../../weka/core/xml/XMLSerialization.html" title="class in weka.core.xml">XMLSerialization</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the revision</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>&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> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank"><FONT CLASS="NavBarFont1"><B>Weka's home</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;<A HREF="../../../weka/core/xml/SerialUIDChanger.html" title="class in weka.core.xml"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../weka/core/xml/XMLDocument.html" title="class in weka.core.xml"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../index.html?weka/core/xml/XMLBasicSerialization.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="XMLBasicSerialization.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;<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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>

⌨️ 快捷键说明

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