class XMPP::Stanza::HTMLBody

Defined in:

xmpp/stanza/message/html.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def inner_xml : String #

InnerXML MUST be valid xhtml. it will be parsed via XML.parse_html when generating the XMPP stanza.


[View source]
def inner_xml=(inner_xml : String) #

InnerXML MUST be valid xhtml. it will be parsed via XML.parse_html when generating the XMPP stanza.


[View source]
def to_xml(elem : XML::Builder) #

[View source]
def to_xml #

[View source]