Method: Rex::Parser::NexposeXMLStreamParser#xmldecl
- Defined in:
- lib/rex/parser/nexpose_xml.rb
#xmldecl(version, encoding, standalone) ⇒ Object
We don’t need these methods, but they’re necessary to keep REXML happy
121 122 |
# File 'lib/rex/parser/nexpose_xml.rb', line 121 def xmldecl(version, encoding, standalone) # :nodoc: end |