struct AZBlob::XMLNode

Defined in:

azblob/helper.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def as_bool(path : String) #

[View source]
def as_enum(path : String, clz : Enum.class) #

[View source]
def as_i(path : String) #

[View source]
def as_i64(path : String) #

[View source]
def as_s(path : String) : String #

[View source]
def as_time(path : String) #

[View source]
def attr(path, pos = 0) #

[View source]
def node : XML::Node #

[View source]
def nodes(path : String) : XML::NodeSet #

[View source]