📄 xmlparser.html
字号:
<DL>
<DD>Client send to server to transact register request.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="signin_b"><!-- --></A><H3>
signin_b</H3>
<PRE>
public boolean <B>signin_b</B></PRE>
<DL>
<DD>Client send to server to transact signin request.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="requsers_b"><!-- --></A><H3>
requsers_b</H3>
<PRE>
public boolean <B>requsers_b</B></PRE>
<DL>
<DD>Client send to server to transact search one or all users request.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ackusers_b"><!-- --></A><H3>
ackusers_b</H3>
<PRE>
public boolean <B>ackusers_b</B></PRE>
<DL>
<DD>Server send to client searching user result.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ackusernum_b"><!-- --></A><H3>
ackusernum_b</H3>
<PRE>
public boolean <B>ackusernum_b</B></PRE>
<DL>
<DD>Server send to client how many users have been found.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="reqsignature_b"><!-- --></A><H3>
reqsignature_b</H3>
<PRE>
public boolean <B>reqsignature_b</B></PRE>
<DL>
<DD>Client send to server to transact look for signature request.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="acksignature_b"><!-- --></A><H3>
acksignature_b</H3>
<PRE>
public boolean <B>acksignature_b</B></PRE>
<DL>
<DD>Server send to client the signature.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="modsignature_b"><!-- --></A><H3>
modsignature_b</H3>
<PRE>
public boolean <B>modsignature_b</B></PRE>
<DL>
<DD>Client send to server to transact modify signature request.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="modpassword_b"><!-- --></A><H3>
modpassword_b</H3>
<PRE>
public boolean <B>modpassword_b</B></PRE>
<DL>
<DD>Client send to server to transact modify password request.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="name_s"><!-- --></A><H3>
name_s</H3>
<PRE>
public java.lang.String <B>name_s</B></PRE>
<DL>
<DD>Client send to server register or signin username.Combined with register_b and signin_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="password_s"><!-- --></A><H3>
password_s</H3>
<PRE>
public java.lang.String <B>password_s</B></PRE>
<DL>
<DD>Client send to server register or signin password.Combined with register_b and signin_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="info_s"><!-- --></A><H3>
info_s</H3>
<PRE>
public java.lang.String <B>info_s</B></PRE>
<DL>
<DD>Client send to server register or signin signature.Combined with register_b and signin_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="state_i"><!-- --></A><H3>
state_i</H3>
<PRE>
public int <B>state_i</B></PRE>
<DL>
<DD>Client send to server register or signin state.Combined with register_b and signin_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ips_s"><!-- --></A><H3>
ips_s</H3>
<PRE>
public java.lang.String <B>ips_s</B></PRE>
<DL>
<DD>Client send to server register or signin IP address.Combined with register_b and signin_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ok_i"><!-- --></A><H3>
ok_i</H3>
<PRE>
public int <B>ok_i</B></PRE>
<DL>
<DD>Server send to client the success information. <ul> <li>1:register ok; <li>2:signin ok; <li>3:modify password ok; </ul> Combined with ok_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ok_info"><!-- --></A><H3>
ok_info</H3>
<PRE>
public java.lang.String <B>ok_info</B></PRE>
<DL>
<DD>Some success information. Combined with ok_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="err_i"><!-- --></A><H3>
err_i</H3>
<PRE>
public int <B>err_i</B></PRE>
<DL>
<DD>Server send to client the error information. <ul> <li>1:register error; <li>2:signin error; <li>3:search user error; <li>4:modify password error; </ul> Combined with error_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="err_info"><!-- --></A><H3>
err_info</H3>
<PRE>
public java.lang.String <B>err_info</B></PRE>
<DL>
<DD>Some success information. Combined with error_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="requsers_s"><!-- --></A><H3>
requsers_s</H3>
<PRE>
public java.lang.String <B>requsers_s</B></PRE>
<DL>
<DD>Client send to server to search one or all users. Combined with requsers_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="friendname_s"><!-- --></A><H3>
friendname_s</H3>
<PRE>
public java.lang.String <B>friendname_s</B></PRE>
<DL>
<DD>Server send to Client the search user's name. Combined with ackusers_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="friendinfo_s"><!-- --></A><H3>
friendinfo_s</H3>
<PRE>
public java.lang.String <B>friendinfo_s</B></PRE>
<DL>
<DD>Server send to Client the search user's signature. Combined with ackusers_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="friendstate_i"><!-- --></A><H3>
friendstate_i</H3>
<PRE>
public int <B>friendstate_i</B></PRE>
<DL>
<DD>Server send to Client the search user's state. Combined with ackusers_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="friendips_s"><!-- --></A><H3>
friendips_s</H3>
<PRE>
public java.lang.String <B>friendips_s</B></PRE>
<DL>
<DD>Server send to Client the search user's IP address. Combined with ackusers_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="ackinfo_s"><!-- --></A><H3>
ackinfo_s</H3>
<PRE>
public java.lang.String <B>ackinfo_s</B></PRE>
<DL>
<DD>Server send to Client the search user result information. Combined with ackusernum_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="acknum_i"><!-- --></A><H3>
acknum_i</H3>
<PRE>
public int <B>acknum_i</B></PRE>
<DL>
<DD>Server send to Client the how many users are founded. Combined with ackusernum_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="acksig_s"><!-- --></A><H3>
acksig_s</H3>
<PRE>
public java.lang.String <B>acksig_s</B></PRE>
<DL>
<DD>Server send to Client the look for signature result. Combined with acksignature_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="modsig_s"><!-- --></A><H3>
modsig_s</H3>
<PRE>
public java.lang.String <B>modsig_s</B></PRE>
<DL>
<DD>Client send to Server to the new signature . Combined with modsignature_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="reqsig_name_s"><!-- --></A><H3>
reqsig_name_s</H3>
<PRE>
public java.lang.String <B>reqsig_name_s</B></PRE>
<DL>
<DD>Client send to Server to look for whose signature . Combined with reqsignature_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="modsig_name_s"><!-- --></A><H3>
modsig_name_s</H3>
<PRE>
public java.lang.String <B>modsig_name_s</B></PRE>
<DL>
<DD>Client send to Server to modify whose signature . Combined with modsignature_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="modpassword_name_s"><!-- --></A><H3>
modpassword_name_s</H3>
<PRE>
public java.lang.String <B>modpassword_name_s</B></PRE>
<DL>
<DD>Client send to Server to modify whose password . Combined with modpassword_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="oldpassword_s"><!-- --></A><H3>
oldpassword_s</H3>
<PRE>
public java.lang.String <B>oldpassword_s</B></PRE>
<DL>
<DD>Client send to Server the old password . Combined with modpassword_b.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="newpassword_s"><!-- --></A><H3>
newpassword_s</H3>
<PRE>
public java.lang.String <B>newpassword_s</B></PRE>
<DL>
<DD>Client send to Server the new password . Combined with modpassword_b.
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="XMLParser()"><!-- --></A><H3>
XMLParser</H3>
<PRE>
public <B>XMLParser</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="parser()"><!-- --></A><H3>
parser</H3>
<PRE>
public void <B>parser</B>()</PRE>
<DL>
<DD><DL>
</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="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="class-use/XMLParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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-files/index-1.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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="MsgDialog.html" title="class in <Unnamed>"><B>PREV CLASS</B></A>
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?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 + -