Method: Nmap::XML#doc

Defined in:
lib/nmap/xml.rb

#docNokogiri::XML (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The parsed XML document.

Returns:

  • (Nokogiri::XML)
[View source]

26
27
28
# File 'lib/nmap/xml.rb', line 26

def doc
  @doc
end