Class: CodeRay::Scanners::XML

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

Overview

XML Scanner

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

Constant Summary

Constants inherited from HTML

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

Constants inherited from Scanner

DEFAULT_OPTIONS, KINDS_NOT_LOC, ScanError

Method Summary

Methods inherited from HTML

#reset

Methods inherited from Scanner

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

Methods included from CodeRay::Plugin

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

Constructor Details

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