Class: CodeRay::Scanners::XML

Inherits:
HTML
  • Object
show all
Defined in:
lib/coderay/scanners/xml.rb

Overview

XML Scanner

Currently this is the same scanner as Scanners::HTML.

Constant Summary

Constants inherited from HTML

HTML::ATTR_NAME, HTML::ATTR_VALUE_UNQUOTED, HTML::ENTITY, HTML::HEX, HTML::KINDS_NOT_LOC, HTML::PLAIN_STRING_CONTENT, HTML::TAG_END

Constants inherited from Scanner

Scanner::DEFAULT_OPTIONS, Scanner::KINDS_NOT_LOC, Scanner::ScanError

Method Summary

Methods inherited from HTML

#reset

Methods inherited from Scanner

#column, #each, file_extension, #initialize, #lang, #line, #marshal_dump, #marshal_load, normify, #reset, streamable?, #streaming?, #string=, #tokenize, #tokens

Methods included from Plugin

#helper, #included, #plugin_host, #plugin_id, #register_for, #title

Constructor Details

This class inherits a constructor from CodeRay::Scanners::Scanner