struct Int32
Defined in:
objects.crConstructors
Instance Method Summary
- #to_xml(xml : XML::Builder) : Nil
- #to_xml(io : IO, *, key : String | Nil = nil, indent : XMLT::IndentOptions = nil) : Nil
- #to_xml(*, key : String | Nil = nil, indent : XMLT::IndentOptions = nil) : String
Instance methods inherited from class Object
to_xml(io : IO, *, indent : XMLT::IndentOptions = nil) : Nilto_xml(*, indent : XMLT::IndentOptions = nil) : String to_xml
Class methods inherited from class Object
from_xml(xml : String)from_xml(node : XML::Node)
from_xml(xml : String, *, root : String)
from_xml(node : XML::Node, *, root : String) from_xml