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
W
 warn, Strophe
X
 xmlElement, Strophe
 xmlescape, Strophe
 xmlGenerator, Strophe
 xmlHtmlNode, Strophe
 xmlInput, Strophe.Connection
 xmlOutput, Strophe.Connection
 xmlTextNode, Strophe
 xmlunescape, Strophe
warn(msg)
Log a message at the Strophe.LogLevel.WARN level.
xmlElement(name)
Create an XML DOM element.
xmlescape(text)
Excapes invalid xml characters.
xmlGenerator()
Get the DOM document to generate elements.
xmlHtmlNode(html)
Creates an XML DOM html node.
xmlInput(elem)
User overrideable function that receives XML data coming into the connection.
xmlOutput(elem)
User overrideable function that receives XML data sent to the connection.
xmlTextNode(text)
Creates an XML DOM text node.
xmlunescape(text)
Unexcapes invalid xml characters.
Close