Flowdock
method

tag_start

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: XSD::XMLParser::REXMLParser
tag_start(name, attrs) public

No documentation

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

Hide source
# File lib/xsd/xmlparser/rexmlparser.rb, line 33
  def tag_start(name, attrs)
    start_element(name, attrs)
  end
Register or log in to add new notes.