| 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 ( msg )
Create an XML DOM element.
xmlElement: function ( name )
Excapes invalid xml characters.
xmlescape: function( text )
Get the DOM document to generate elements.
xmlGenerator: function ()
Creates an XML DOM html node.
xmlHtmlNode: function ( html )
Creates an XML DOM text node.
xmlTextNode: function ( text )
Unexcapes invalid xml characters.
xmlunescape: function( text )