class XMPP::Stanza::Node

Defined in:

xmpp/stanza/node.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def attrs : Hash(String, String) #

[View source]
def contents : String #

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

[View source]
def name : String #

[View source]
def namespace : String #

[View source]
def nodes : Array(Node) #

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

[View source]
def to_xml #

[View source]
def xml_name : XMLName #

[View source]
def xml_name=(xml_name : XMLName) #

[View source]