Files
dolibarr/doc/dev/dolibarr-phpdoc/HTMLframesConverter/phpedit/default/MakeXML.html
2004-06-21 22:14:57 +00:00

680 lines
31 KiB
HTML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Docs For Class MakeXML</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<script src="../media/lib/classTree.js"></script>
<link id="webfx-tab-style-sheet" type="text/css" rel="stylesheet" href="../media/lib/tab.webfx.css" />
<script type="text/javascript" src="../media/lib/tabpane.js"></script>
<script language="javascript" type="text/javascript" src="../media/lib/ua.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../media/images/plus.gif";
imgMinus.src = "../media/images/minus.gif";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
<!-- template designed by Julien Damon based on PHPEdit's generated templates, and tweaked by Greg Beaver -->
<body bgcolor="#ffffff" ><!-- Start of Class Data -->
<h2>
Class MakeXML
</h2> (line <span class="linenumber">1717</span>)
<div class="tab-pane" id="tabPane1">
<script type="text/javascript">
tp1 = new WebFXTabPane( document.getElementById( "tabPane1" ));
</script>
<div class="tab-page" id="Description">
<h2 class="tab">Description</h2>
<pre>
<a href="../default/Jabber.html">Jabber</a>
|
--MakeXML</pre>
<p>
<b><i>Located in File: <a href="_jabber_class_jabber_php.html">/jabber/class.jabber.php</a></i></b><br>
</p>
<!-- ========== Info from phpDoc block ========= -->
<h5>*************************************************************************</h5>
<div class="desc"><p>*************************************************************************</p></div>
<ul>
</ul>
<br /><hr />
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "Description" ) );</script>
<div class="tab-page" id="tabPage1">
<h2 class="tab">Class Variables</h2>
<!-- ============ VARIABLE DETAIL =========== -->
<strong>Summary:</strong><br />
<div class="var-title">
<span class="var-type">mixed</span>
<a href="#var$nodes" title="details" class="property"><strong>$nodes</strong></a>
</div>
<hr />
<a name="var$nodes" id="var$nodes"><!-- --></A>
<div style="background='#ffffff'">
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /> <strong class="property">$nodes</strong> (line <span class="linenumber">1719</span>)
</h4>
<h4>Data type : mixed</h4>
<!-- ========== Info from phpDoc block ========= -->
<ul>
</ul>
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage1" ) );</script>
</div>
<div class="tab-page" id="tabPage2">
<h2 class="tab">Method Detail</h2>
<!-- ============ METHOD DETAIL =========== -->
<strong>Summary:</strong><br />
<div class="method-summary">
<div class="method-definition">
<span class="method-result">MakeXML</span>
<a href="#methodMakeXML" title="details" class="method-name">MakeXML</a>
()
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#methodAddPacketDetails" title="details" class="method-name">AddPacketDetails</a>
(<span class="var-type">mixed</span>&nbsp;<span class="var-name">$string</span>, [<span class="var-type">mixed</span>&nbsp;<span class="var-name">$value</span> = <span class="var-default">NULL</span>])
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#methodBuildPacket" title="details" class="method-name">BuildPacket</a>
([<span class="var-type">mixed</span>&nbsp;<span class="var-name">$array</span> = <span class="var-default">NULL</span>])
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#method_preg_grep_keys" title="details" class="method-name">_preg_grep_keys</a>
(<span class="var-type">mixed</span>&nbsp;<span class="var-name">$pattern</span>, <span class="var-type">mixed</span>&nbsp;<span class="var-name">$array</span>)
</div>
</div>
<hr />
<A NAME='method_detail'></A>
<a name="methodMakeXML" id="methodMakeXML"><!-- --></a>
<div style="background='#eeeeee'"><h4>
<img src="../media/images/Constructor.gif" border="0" /> <strong class="method">Constructor MakeXML</strong> (line <span class="linenumber">1722</span>)
</h4>
<h4><i>MakeXML</i> <strong>MakeXML(
)</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h4>Info</h4>
<ul>
</ul>
</div>
<a name="methodAddPacketDetails" id="methodAddPacketDetails"><!-- --></a>
<div style="background='#ffffff'"><h4>
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method AddPacketDetails</strong> (line <span class="linenumber">1729</span>)
</h4>
<h4><i>void</i> <strong>AddPacketDetails(
mixed
$string, [mixed
$value = NULL])</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h4>Info</h4>
<ul>
</ul>
</div>
<a name="methodBuildPacket" id="methodBuildPacket"><!-- --></a>
<div style="background='#eeeeee'"><h4>
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method BuildPacket</strong> (line <span class="linenumber">1754</span>)
</h4>
<h4><i>void</i> <strong>BuildPacket(
[mixed
$array = NULL])</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h4>Info</h4>
<ul>
</ul>
</div>
<a name="method_preg_grep_keys" id="method_preg_grep_keys"><!-- --></a>
<div style="background='#ffffff'"><h4>
<img src="../media/images/PublicMethod.gif" border="0" /> <strong class="method">Method _preg_grep_keys</strong> (line <span class="linenumber">1812</span>)
</h4>
<h4><i>void</i> <strong>_preg_grep_keys(
mixed
$pattern, mixed
$array)</strong></h4>
<!-- ========== Info from phpDoc block ========= -->
<h4>Info</h4>
<ul>
</ul>
</div>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "tabPage2" ) );</script></div>
<div class="tab-page" id="iVars">
<h2 class="tab">Inherited Variables</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "iVars" ) );</script>
<!-- =========== VAR INHERITED SUMMARY =========== -->
<A NAME='var_inherited_summary'><!-- --></A>
<h3>Inherited Class Variable Summary</h3>
<!-- =========== Summary =========== -->
<h4>Inherited From Class <a href="../default/Jabber.html">Jabber</a></h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$connected">Jabber::$connected</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$connection">Jabber::$connection</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$CONNECTOR">Jabber::$CONNECTOR</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$delay_disconnect">Jabber::$delay_disconnect</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$enable_logging">Jabber::$enable_logging</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$error_codes">Jabber::$error_codes</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$iq_sleep_timer">Jabber::$iq_sleep_timer</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$iq_version_name">Jabber::$iq_version_name</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$iq_version_os">Jabber::$iq_version_os</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$iq_version_version">Jabber::$iq_version_version</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$jid">Jabber::$jid</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$keep_alive_id">Jabber::$keep_alive_id</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$last_ping_time">Jabber::$last_ping_time</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$log_array">Jabber::$log_array</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$log_filehandler">Jabber::$log_filehandler</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$log_filename">Jabber::$log_filename</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$packet_queue">Jabber::$packet_queue</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$password">Jabber::$password</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$port">Jabber::$port</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$resource">Jabber::$resource</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$returned_keep_alive">Jabber::$returned_keep_alive</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$roster">Jabber::$roster</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$server">Jabber::$server</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$stream_id">Jabber::$stream_id</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$subscription_queue">Jabber::$subscription_queue</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$txnid">Jabber::$txnid</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicProperty.gif" border="0" /><strong class="property"> <a href="../default/Jabber.html#var$username">Jabber::$username</a></strong> -
</h4>
</div>
<div class="tab-page" id="iMethods">
<h2 class="tab">Inherited Methods</h2>
<script type="text/javascript">tp1.addTabPage( document.getElementById( "iMethods" ) );</script>
<!-- =========== INHERITED METHOD SUMMARY =========== -->
<A NAME='functions_inherited'><!-- --></A>
<h3>Inherited Method Summary</h3>
<!-- =========== Summary =========== -->
<h4>Inherited From Class <a href="../default/Jabber.html">Jabber</a></h4>
<h4>
<img src="../media/images/Constructor.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodJabber">Jabber::Jabber()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodAccountRegistration">Jabber::AccountRegistration()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodAddToLog">Jabber::AddToLog()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodCallHandler">Jabber::CallHandler()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodConnect">Jabber::Connect()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodCruiseControl">Jabber::CruiseControl()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodDisconnect">Jabber::Disconnect()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetFirstFromQueue">Jabber::GetFirstFromQueue()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetFromQueueById">Jabber::GetFromQueueById()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromIqError">Jabber::GetInfoFromIqError()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromIqFrom">Jabber::GetInfoFromIqFrom()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromIqId">Jabber::GetInfoFromIqId()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromIqKey">Jabber::GetInfoFromIqKey()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromIqType">Jabber::GetInfoFromIqType()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageBody">Jabber::GetInfoFromMessageBody()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageError">Jabber::GetInfoFromMessageError()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageFrom">Jabber::GetInfoFromMessageFrom()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageId">Jabber::GetInfoFromMessageId()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageSubject">Jabber::GetInfoFromMessageSubject()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageThread">Jabber::GetInfoFromMessageThread()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromMessageType">Jabber::GetInfoFromMessageType()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromPresenceFrom">Jabber::GetInfoFromPresenceFrom()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromPresencePriority">Jabber::GetInfoFromPresencePriority()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromPresenceShow">Jabber::GetInfoFromPresenceShow()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromPresenceStatus">Jabber::GetInfoFromPresenceStatus()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetInfoFromPresenceType">Jabber::GetInfoFromPresenceType()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodGetvCard">Jabber::GetvCard()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_">Jabber::Handler_iq_()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_agent">Jabber::Handler_iq_jabber_iq_agent()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_agents">Jabber::Handler_iq_jabber_iq_agents()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_auth">Jabber::Handler_iq_jabber_iq_auth()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_autoupdate">Jabber::Handler_iq_jabber_iq_autoupdate()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_oob">Jabber::Handler_iq_jabber_iq_oob()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_private">Jabber::Handler_iq_jabber_iq_private()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_register">Jabber::Handler_iq_jabber_iq_register()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_roster">Jabber::Handler_iq_jabber_iq_roster()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_search">Jabber::Handler_iq_jabber_iq_search()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_time">Jabber::Handler_iq_jabber_iq_time()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_iq_jabber_iq_version">Jabber::Handler_iq_jabber_iq_version()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_message_chat">Jabber::Handler_message_chat()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_message_error">Jabber::Handler_message_error()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_message_groupchat">Jabber::Handler_message_groupchat()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_message_headline">Jabber::Handler_message_headline()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_message_normal">Jabber::Handler_message_normal()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_NOT_IMPLEMENTED">Jabber::Handler_NOT_IMPLEMENTED()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_available">Jabber::Handler_presence_available()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_error">Jabber::Handler_presence_error()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_subscribe">Jabber::Handler_presence_subscribe()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_subscribed">Jabber::Handler_presence_subscribed()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_unavailable">Jabber::Handler_presence_unavailable()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_unsubscribe">Jabber::Handler_presence_unsubscribe()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodHandler_presence_unsubscribed">Jabber::Handler_presence_unsubscribed()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodListen">Jabber::Listen()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodPrintLog">Jabber::PrintLog()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodRosterAddUser">Jabber::RosterAddUser()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodRosterExistsJID">Jabber::RosterExistsJID()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodRosterRemoveUser">Jabber::RosterRemoveUser()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodRosterUpdate">Jabber::RosterUpdate()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSendAuth">Jabber::SendAuth()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSendError">Jabber::SendError()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSendIq">Jabber::SendIq()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSendMessage">Jabber::SendMessage()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSendPacket">Jabber::SendPacket()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSendPresence">Jabber::SendPresence()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodStripJID">Jabber::StripJID()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSubscribe">Jabber::Subscribe()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSubscriptionAcceptRequest">Jabber::SubscriptionAcceptRequest()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodSubscriptionDenyRequest">Jabber::SubscriptionDenyRequest()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodTransportRegistration">Jabber::TransportRegistration()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodTransportRegistrationDetails">Jabber::TransportRegistrationDetails()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodTraverseXMLize">Jabber::TraverseXMLize()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodUnsubscribe">Jabber::Unsubscribe()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#methodxmlize">Jabber::xmlize()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_array_htmlspecialchars">Jabber::_array_htmlspecialchars()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_check_connected">Jabber::_check_connected()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_close_logfile">Jabber::_close_logfile()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_create_logfile">Jabber::_create_logfile()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_get_packet_type">Jabber::_get_packet_type()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_listen_incoming">Jabber::_listen_incoming()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_sendauth_0k">Jabber::_sendauth_0k()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_sendauth_digest">Jabber::_sendauth_digest()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_sendauth_plaintext">Jabber::_sendauth_plaintext()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_split_incoming">Jabber::_split_incoming()</a></strong> -
</h4>
<h4>
<img src="../media/images/PublicMethod.gif" border="0" /><strong class="method"> <a href="../default/Jabber.html#method_xml_depth">Jabber::_xml_depth()</a></strong> -
</h4>
<br />
</div>
</div>
<script type="text/javascript">
//<![CDATA[
setupAllTabs();
//]]>
</script>
<div id="credit">
<hr />
Documentation generated on Mon, 21 Jun 2004 23:58:38 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.2.3</a>
</div>
</body>
</html>