Class: XMLScan::XMLParserNS
- Inherits:
-
XMLParser
- Object
- XMLScanner
- XMLParser
- XMLScan::XMLParserNS
- Defined in:
- lib/xmlscan/namespace.rb
Constant Summary
Constants included from XMLScan::XMLScanner::OptRegexp
XMLScan::XMLScanner::OptRegexp::RE_ENCODINGS, XMLScan::XMLScanner::OptRegexp::RE_ENCODING_OPTIONS, XMLScan::XMLScanner::OptRegexp::UTFSTR
Instance Attribute Summary
Attributes inherited from XMLScanner
Instance Method Summary collapse
-
#initialize ⇒ XMLParserNS
constructor
A new instance of XMLParserNS.
Methods inherited from XMLParser
Methods inherited from XMLScanner
apply_option, apply_options, #lineno, new, #opt_encoding, #parse_document, #path, provided_options, #source
Constructor Details
#initialize ⇒ XMLParserNS
Returns a new instance of XMLParserNS.
313 314 315 316 |
# File 'lib/xmlscan/namespace.rb', line 313 def initialize(*) super @visitor = @decoration = XMLNamespaceDecoration.new(@visitor) end |