Home | Trees | Index | Help |
|
---|
Package docutils :: Package parsers :: Package rst :: Module states :: Class SubstitutionDef |
|
State
--+ |StateWS
--+ |RSTState
--+ |Body
--+ | SubstitutionDef
Method Summary | |
---|---|
embedded_directive(self,
match,
context,
next_state)
| |
Titles, definition lists, paragraphs. | |
Inherited from Body | |
| |
Anonymous hyperlink targets. | |
| |
| |
| |
| |
Bullet list item. | |
Check for an attribution in the last contiguous block of indented . | |
| |
| |
| |
| |
Enumerated List Item | |
Determine which explicit construct this is, parse & return it. | |
Create a nested state machine for a series of explicit markup constructs (including anonymous hyperlink targets). | |
Footnotes, hyperlink targets, directives, comments. | |
| |
Field list item. | |
| |
Top border of a full table. | |
| |
Block quote. | |
Check validity based on the ordinal value and the second line. | |
| |
| |
| |
Section title overline or transition marker. | |
| |
Construct and return an enumerated list item marker. | |
| |
| |
Option list item. | |
| |
Parse a directive then run its directive function. | |
| |
| |
Analyze an enumerator and return the results. | |
Parse datalines for a field list containing extension options
matching option_spec . | |
| |
Extract & return field name from a field marker match. | |
Return a list of node.option and node.option_argument objects,
parsed from an option marker match. | |
Top border of a simple table. | |
| |
Parse a table. | |
Top border of a generic table. | |
| |
Inherited from RSTState | |
Initialize a StateSM object; extends State.__init__() . | |
Called at beginning of file. | |
Check for illegal structure: empty section, misplaced transitions. | |
Check for a valid subsection header. | |
Jump to input line abs_line_offset , ignoring jumps past the end. | |
Return 2 lists: nodes (text and inline elements), and system_messages. | |
Create a new StateMachine rooted at node and run it over the input
block . | |
Create a new StateMachine rooted at node and run it over the input
block . | |
Append new subsection to document tree. | |
Override StateWS.no_match to generate a system message. | |
Return a list (paragraph & messages) & a boolean: literal_block next? | |
Initialize this State before running the state machine; called from
self.state_machine.run() . | |
Check for a valid subsection and create one if it checks out. | |
| |
| |
Inherited from StateWS | |
Add whitespace-specific transitions before those defined in subclass. | |
Handle blank lines. | |
Handle an indented text block (first line's indent known). | |
Handle a known-indent text block. | |
Inherited from State | |
Add a transition to the start of the transition list. | |
Add a list of transitions to the start of the transition list. | |
Handle end-of-file. | |
Make & return a transition tuple based on name . | |
Return a list of transition names and a transition mapping. | |
A "do nothing" transition method. | |
Remove a transition by name . | |
Remove circular references to objects no longer required. |
Class Variable Summary | |
---|---|
list |
initial_transitions = ['embedded_directive', 'text']
|
dict |
patterns = {'indent': ' +', 'embedded_directive': <_sre....
|
Inherited from Body | |
SRE_Pattern |
attribution_pattern = --(?![-\n]) *(?=[^ \n])
|
Struct |
enum = <docutils.parsers.rst.states.Struct instance at 0...
|
Struct |
explicit = <docutils.parsers.rst.states.Struct instance ...
|
str |
format = 'period'
|
SRE_Pattern |
grid_table_top_pat = \+-[-\+]+-\+ *$
|
dict |
pats = {'alphanumplus': '[a-zA-Z0-9_-]', 'parens': '(?P<...
|
str |
sequence = 'upperroman'
|
SRE_Pattern |
simple_table_border_pat = =+[ =]*$
|
SRE_Pattern |
simple_table_top_pat = =+( +=+)+ *$
|
Inherited from StateWS | |
NoneType |
indent_sm = None |
NoneType |
indent_sm_kwargs = None |
NoneType |
known_indent_sm = None |
NoneType |
known_indent_sm_kwargs = None |
tuple |
ws_initial_transitions = ('blank', 'indent')
|
dict |
ws_patterns = {'indent': ' +', 'blank': ' *$'}
|
Inherited from State | |
NoneType |
nested_sm = None |
NoneType |
nested_sm_kwargs = None |
Method Details |
---|
text(self, match, context, next_state)Titles, definition lists, paragraphs.
|
Class Variable Details |
---|
initial_transitions
|
patterns
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Tue Jul 22 05:31:32 2003 | http://epydoc.sf.net |