Parent

Methods

Nmap::XmlParsing::Tag

Super simple!

Public Class Methods

new(name, attrs) click to toggle source
# File lib/nmap/parser.rb, line 1749
def initialize(name, attrs)
        self[:name] = name
        self[:attrs] = attrs
        self[:kids] = Nmap::XmlParsing::TagGroup.new
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.