Module: Facade (TmStd::DocBook)

Overview
Module Structure
Class Hierarchy
Module Functions
Facade.reset_cache!
Facade.include / 2
Facade.text / 1
Facade.raw_text / 1
Facade.title / 2
Facade.pub_date / 2
Facade.primary / 2
Facade.secondary / 2
Facade.tertiary / 2
Facade.literal / 2
Facade.constant / 2
Facade.var_name / 2
Facade.class_name / 2
Facade.function / 2
Facade.file_name / 2
Facade.index / 1
Facade.anchor / 1
Facade.column_spec / 1
Facade.book / 2
Facade.book_info / 2
Facade.chapter / 2
Facade.chapter_info / 2
Facade.section / 2
Facade.section_info / 2
Facade.index_term / 2
Facade.para / 2
Facade.program_listing / 2
Facade.itemized_list / 2
Facade.list_item / 2
Facade.simple_list / 2
Facade.member / 2
Facade.variable_list / 2
Facade.var_list_entry / 2
Facade.term / 2
Facade.informal_table / 2
Facade.table_group / 2
Facade.table_body / 2
Facade.row / 2
Facade.entry / 2
Facade.entry_table / 2
Facade.link / 2
is a submodule of
module: DocBook ( TmStd )
is modularized into
module: Extension   
class: CacheDomain   
class: CacheEntry   
class: CacheManager   
has modular siblings
module: Abstraction   
module: Leaf   
module: Node   
has properties
function: reset_cache!   
function: include / 2   
function: text / 1   
function: raw_text / 1   
function: title / 2   
function: pub_date / 2   
function: primary / 2   
function: secondary / 2   
function: tertiary / 2   
function: literal / 2   
function: constant / 2   
function: var_name / 2   
function: class_name / 2   
function: function / 2   
function: file_name / 2   
function: index / 1   
function: anchor / 1   
function: column_spec / 1   
function: book / 2   
function: book_info / 2   
function: chapter / 2   
function: chapter_info / 2   
function: section / 2   
function: section_info / 2   
function: index_term / 2   
function: para / 2   
function: program_listing / 2   
function: itemized_list / 2   
function: list_item / 2   
function: simple_list / 2   
function: member / 2   
function: variable_list / 2   
function: var_list_entry / 2   
function: term / 2   
function: informal_table / 2   
function: table_group / 2   
function: table_body / 2   
function: row / 2   
function: entry / 2   
function: entry_table / 2   
function: link / 2   
is defined at
#14 in constant.rb  
#13 in tmstd/docbook/factory.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmStd
  module: DocBook
✗ module: Facade
module: Extension     
class: CacheDomain     
class: CacheEntry     
class: CacheManager     
  module: Abstraction
  module: Leaf
  module: Node

Module Functions

Facade.reset_cache!

#141 in tmstd/docbook/factory.rb

reset_cache!

Facade.include / 2

#165 in tmstd/docbook/factory.rb

include ( name ,
  suffix )

Facade.text / 1

#173 in tmstd/docbook/factory.rb

text ( str )

Facade.raw_text / 1

#182 in tmstd/docbook/factory.rb

raw_text ( str )

Facade.title / 2

#191 in tmstd/docbook/factory.rb

title ( name ,
  attrs = {} )

Facade.pub_date / 2

#201 in tmstd/docbook/factory.rb

pub_date ( name ,
  attrs = {} )

Facade.primary / 2

#211 in tmstd/docbook/factory.rb

primary ( name ,
  attrs = {} )

Facade.secondary / 2

#221 in tmstd/docbook/factory.rb

secondary ( name ,
  attrs = {} )

Facade.tertiary / 2

#231 in tmstd/docbook/factory.rb

tertiary ( name ,
  attrs = {} )

Facade.literal / 2

#241 in tmstd/docbook/factory.rb

literal ( name ,
  attrs = {} )

Facade.constant / 2

#251 in tmstd/docbook/factory.rb

constant ( name ,
  attrs = {} )

Facade.var_name / 2

#261 in tmstd/docbook/factory.rb

var_name ( name ,
  attrs = {} )

Facade.class_name / 2

#271 in tmstd/docbook/factory.rb

class_name ( name ,
  attrs = {} )

Facade.function / 2

#281 in tmstd/docbook/factory.rb

function ( name ,
  attrs = {} )

Facade.file_name / 2

#291 in tmstd/docbook/factory.rb

file_name ( name ,
  attrs = {} )

Facade.index / 1

#301 in tmstd/docbook/factory.rb

index ( attrs = {} )

Facade.anchor / 1

#310 in tmstd/docbook/factory.rb

anchor ( attrs = {} )

Facade.column_spec / 1

#319 in tmstd/docbook/factory.rb

column_spec ( attrs = {} )

Facade.book / 2

#333 in tmstd/docbook/factory.rb

book ( attrs = {} ,
  &block )

Facade.book_info / 2

#340 in tmstd/docbook/factory.rb

book_info ( attrs = {} ,
  &block )

Facade.chapter / 2

#347 in tmstd/docbook/factory.rb

chapter ( attrs = {} ,
  &block )

Facade.chapter_info / 2

#354 in tmstd/docbook/factory.rb

chapter_info ( attrs = {} ,
  &block )

Facade.section / 2

#361 in tmstd/docbook/factory.rb

section ( attrs = {} ,
  &block )

Facade.section_info / 2

#368 in tmstd/docbook/factory.rb

section_info ( attrs = {} ,
  &block )

Facade.index_term / 2

#375 in tmstd/docbook/factory.rb

index_term ( attrs = {} ,
  &block )

Facade.para / 2

#382 in tmstd/docbook/factory.rb

para ( attrs = {} ,
  &block )

Facade.program_listing / 2

#389 in tmstd/docbook/factory.rb

program_listing ( attrs = {} ,
  &block )

Facade.itemized_list / 2

#396 in tmstd/docbook/factory.rb

itemized_list ( attrs = {} ,
  &block )

Facade.list_item / 2

#403 in tmstd/docbook/factory.rb

list_item ( attrs = {} ,
  &block )

Facade.simple_list / 2

#410 in tmstd/docbook/factory.rb

simple_list ( attrs = {} ,
  &block )

Facade.member / 2

#419 in tmstd/docbook/factory.rb

member ( attrs = {} ,
  &block )

Facade.variable_list / 2

#426 in tmstd/docbook/factory.rb

variable_list ( attrs = {} ,
  &block )

Facade.var_list_entry / 2

#433 in tmstd/docbook/factory.rb

var_list_entry ( attrs = {} ,
  &block )

Facade.term / 2

#440 in tmstd/docbook/factory.rb

term ( attrs = {} ,
  &block )

Facade.informal_table / 2

#447 in tmstd/docbook/factory.rb

informal_table ( attrs = {} ,
  &block )

Facade.table_group / 2

#454 in tmstd/docbook/factory.rb

table_group ( attrs = {} ,
  &block )

Facade.table_body / 2

#461 in tmstd/docbook/factory.rb

table_body ( attrs = {} ,
  &block )

Facade.row / 2

#466 in tmstd/docbook/factory.rb

row ( attrs = {} ,
  &block )

Facade.entry / 2

#473 in tmstd/docbook/factory.rb

entry ( attrs = {} ,
  &block )

Facade.entry_table / 2

#480 in tmstd/docbook/factory.rb

entry_table ( attrs = {} ,
  &block )

Facade.link / 2

#487 in tmstd/docbook/factory.rb

link ( attrs = {} ,
  &block )