Class RD::RD2HTMLVisitor
In: lib/rd/rd2html-lib.rb
Parent: RDVisitor

Methods

Included Modules

MethodParse

Constants

SYSTEM_NAME = "RDtool -- RD2HTMLVisitor"
SYSTEM_VERSION = "$Version: "+ RD::VERSION+"$"
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
OUTPUT_SUFFIX = "html"   must-have constants
INCLUDE_SUFFIX = ["html"]
METACHAR = { "<" => "&lt;", ">" => "&gt;", "&" => "&amp;" }

External Aliases

charset -> charcode
charset= -> charcode=

Attributes

charset  [RW] 
css  [RW] 
footnotes  [R] 
foottexts  [R] 
html_link_rel  [R] 
html_link_rev  [R] 
lang  [RW] 
output_rbl  [RW]  output external Label file.
title  [RW] 
use_old_anchor  [RW] 

Public Class methods

Public Instance methods

RDVisitor#apply_to_Include

[Validate]