method

on_chardata

on_chardata(str)
public

No documentation available.

# File lib/xmlrpc/parser.rb, line 754
        def on_chardata(str)
          character(str)
        end