class XMPP::Stanza::Node

Defined in:

Constructors

Instance Method Summary

Constructor Detail

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

def self.new #

Instance Method Detail

def attrs : Hash(String, String) #

def contents : String #

def contents=(contents : String) #

def name : String #

def namespace : String #

def nodes : Array(Node) #

def to_xml(elem : XML::Builder) #

def to_xml #

def xml_name : XMLName #

def xml_name=(xml_name : XMLName) #