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