Class
Scrubyt::ResultNode
In:
lib/scrubyt/output/result_node.rb
Parent:
Array
Methods
has_content?
new
to_flat_hash
to_flat_xml
to_hash
to_libxml
to_s
to_xml
to_xml_lines
write_text
Constants
OUTPUT_OPTIONS
=
[:write_text]
Attributes
generated_by_leaf
[RW]
name
[RW]
options
[RW]
result
[RW]
Public Class methods
new
(name, result=nil, options={})
Public Instance methods
has_content?
()
to_flat_hash
()
to_flat_xml
(delimiter=nil)
to_hash
(delimiter=',')
to_libxml
()
to_s
()
to_xml
()
note: see ruby_extensions.rb for
String#write
to_xml_lines
()
write_text
()
[Validate]