Method: XSD::XMLParser.create_parser
- Defined in:
- lib/xsd/xmlparser.rb
.create_parser(host, opt) ⇒ Object
16 17 18 |
# File 'lib/xsd/xmlparser.rb', line 16 def create_parser(host, opt) XSD::XMLParser::Parser.create_parser(host, opt) end |