Class: Name (TmStd::DocBook::Abstraction)

Overview
Module Structure
Class Hierarchy
Instance Methods
Name#initialize / 2
Name#to_xml / 1
is a submodule of
module: Abstraction ( TmStd::DocBook )
has modular siblings
class: Element   
class: Content   
class: SeqOfContent   
class: LeafElement   
class: NodeElement   
class: Division   
class: Info   
class: List   
class: Row   
class: Entry   
inherits from
  LeafElement ( TmStd::DocBook::Abstraction )
is inherited by
  Element ( TmStd::DocBook::Leaf::Title )
  Element ( TmStd::DocBook::Leaf::PubDate )
  Element ( TmStd::DocBook::Leaf::Primary )
  Element ( TmStd::DocBook::Leaf::Secondary )
  Element ( TmStd::DocBook::Leaf::Tertiary )
  Element ( TmStd::DocBook::Leaf::Literal )
  Element ( TmStd::DocBook::Leaf::Constant )
  Element ( TmStd::DocBook::Leaf::VarName )
  Element ( TmStd::DocBook::Leaf::ClassName )
  Element ( TmStd::DocBook::Leaf::Function )
  Element ( TmStd::DocBook::Leaf::FileName )
has class siblings
  Element ( TmStd::DocBook::Leaf::Include )
  Element ( TmStd::DocBook::Leaf::Text )
  Element ( TmStd::DocBook::Leaf::Index )
  Element ( TmStd::DocBook::Leaf::Anchor )
  Element ( TmStd::DocBook::Leaf::ColSpec )
has properties
method: initialize / 2   
method: to_xml / 1   
is defined at
#256 in tmstd/docbook/abstraction.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmStd
  module: DocBook
  module: Abstraction
class: Element     
class: Content     
class: SeqOfContent     
class: LeafElement     
class: NodeElement     
class: Division     
class: Info     
class: List     
class: Row     
class: Entry     
class: Name     
  module: Leaf
  module: Include
class: Element     
  module: Text
class: Element     
  module: Title
class: Element     
  module: PubDate
class: Element     
  module: Primary
class: Element     
  module: Secondary
class: Element     
  module: Tertiary
class: Element     
  module: Literal
class: Element     
  module: Constant
class: Element     
  module: VarName
class: Element     
  module: ClassName
class: Element     
  module: Function
class: Element     
  module: FileName
class: Element     
  module: Index
class: Element     
  module: Anchor
class: Element     
  module: ColSpec
class: Element     

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Product )
Element ( TmStd::DocBook::Abstraction )
has properties
attribute: attr_id [R]   
attribute: attr_class [R]   
method: initialize / 1   
method: to_xml / 4   
method: parse_attributes / 2   
method: common_attributes   
method: attributes / 1   
method: contents_to_xml   
Abstract ( TmStd::Lsm::Sum )
Abstract ( TmStd::Lsm::Collection )

Instance Methods

Name#initialize / 2

#257 in tmstd/docbook/abstraction.rb

initialize ( name ,
  common_attrs = {} )

Name#to_xml / 1

#267 in tmstd/docbook/abstraction.rb

to_xml ( tag )