zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
content.DocBlock Class Reference

Public Member Functions

def __init__
 
def get_markup
 
def get_markup_items
 
def get_markup_name
 
def get_markup_text
 
def get_markup_words
 
def location
 

Public Attributes

 code
 
 markups
 
 name
 
 section
 
 source
 
 type
 

Detailed Description

Definition at line 476 of file content.py.

Constructor & Destructor Documentation

def content.DocBlock.__init__ (   self,
  source,
  follow,
  processor 
)

Definition at line 478 of file content.py.

Member Function Documentation

def content.DocBlock.get_markup (   self,
  tag_name 
)
return the DocMarkup corresponding to a given tag in a block

Definition at line 551 of file content.py.

References content.ContentProcessor.markups, and content.DocBlock.markups.

Referenced by content.DocBlock.get_markup_items(), content.DocBlock.get_markup_name(), and content.DocBlock.get_markup_words().

def content.DocBlock.get_markup_items (   self,
  tag_name 
)

Definition at line 577 of file content.py.

References content.DocBlock.get_markup().

def content.DocBlock.get_markup_name (   self,
  tag_name 
)
return the name of a given primary markup in a block

Definition at line 558 of file content.py.

References content.DocBlock.get_markup().

def content.DocBlock.get_markup_text (   self,
  tag_name 
)

Definition at line 573 of file content.py.

References content.DocBlock.get_markup_words().

def content.DocBlock.get_markup_words (   self,
  tag_name 
)

Definition at line 566 of file content.py.

References content.DocBlock.get_markup().

Referenced by content.DocBlock.get_markup_text().

def content.DocBlock.location (   self)

Definition at line 548 of file content.py.

Member Data Documentation

content.DocBlock.code

Definition at line 482 of file content.py.

content.DocBlock.markups

Definition at line 486 of file content.py.

Referenced by content.DocBlock.get_markup().

content.DocBlock.name

Definition at line 484 of file content.py.

content.DocBlock.section

Definition at line 485 of file content.py.

content.DocBlock.source

Definition at line 481 of file content.py.

content.DocBlock.type

Definition at line 483 of file content.py.


The documentation for this class was generated from the following file: