abstract class Object

Overview

Object is the base type of all Crystal objects.

Defined in:

objects.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_xml(xml : String) #

[View source]
def self.from_xml(node : XML::Node) #

[View source]
def self.from_xml(xml : String, *, root : String) #

[View source]
def self.from_xml(node : XML::Node, *, root : String) #

[View source]

Instance Method Detail

def to_xml(io : IO, *, indent : XMLT::IndentOptions = nil) : Nil #

[View source]
def to_xml(*, indent : XMLT::IndentOptions = nil) : String #

[View source]