Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
X
 xmlElement, Strophe
 xmlescape, Strophe
 xmlGenerator, Strophe
 xmlHtmlNode, Strophe
 xmlInput, Strophe.Connection
 xmlOutput, Strophe.Connection
 xmlTextNode, Strophe
 xmlunescape, Strophe
xmlElement: function xmlElement(name)
Create an XML DOM element.
xmlescape: function xmlescape(text)
Excapes invalid xml characters.
xmlGenerator: function xmlGenerator()
Get the DOM document to generate elements.
xmlHtmlNode: function xmlHtmlNode(html)
Creates an XML DOM html node.
User overrideable function that receives XML data coming into the connection.
User overrideable function that receives XML data sent to the connection.
xmlTextNode: function xmlTextNode(text)
Creates an XML DOM text node.
xmlunescape: function xmlunescape(text)
Unexcapes invalid xml characters.
Close