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