struct XML::Reader
Superclass hierarchy
Object
Value
Struct
XML::Reader
Defined in:
Class Method Summary
.new
(str : String)
.new
(io : IO)
Instance Method Summary
#attributes_count
#has_attributes?
#is_empty_element?
#move_to_first_attribute
#move_to_next_attribute
#name
#node_type
#read
#to_unsafe
#value
Class Method Detail
def self.
new
(str :
String
)
def self.
new
(io :
IO
)
Instance Method Detail
def
attributes_count
def
has_attributes?
def
is_empty_element?
def
move_to_first_attribute
def
move_to_next_attribute
def
name
def
node_type
def
read
def
to_unsafe
def
value