Method: SGMLObject#to_h

Defined in:
lib/rwd/sgml.rb

#to_hObject



12
13
14
15
16
17
18
# File 'lib/rwd/sgml.rb', line 12

def to_h
  res	= ""

  parsetree("prechildren_to_sgml", "postchildren_to_sgml", res)

  res
end