class XMLScan::XMLParserNS

Public Class Methods

new(*) click to toggle source
Calls superclass method
    # File lib/xmlscan/namespace.rb
313 def initialize(*)
314   super
315   @visitor = @decoration = XMLNamespaceDecoration.new(@visitor)
316 end