method
new
v1_8_7_72 -
Show latest stable
- Class:
XSD::XMLParser::Parser
new(host, opt = {})public
No documentation available.
# File lib/xsd/xmlparser/parser.rb, line 47
def initialize(host, opt = {})
@host = host
@charset = opt[:charset] || nil
end