method

on_charref_hex

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: XSD::XMLParser::XMLScanner
on_charref_hex(code) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/xsd/xmlparser/xmlscanner.rb, line 99
  def on_charref_hex(code)
    on_charref(code)
  end
Register or log in to add new notes.