Method Summary |
Inherited from Inliner |
|
__init__ (self,
roles)
roles is a mapping of canonical role name to role function or bound
method, which enables additional interpreted text roles. |
|
adjust_uri (self,
uri)
|
|
anonymous_reference (self,
match,
lineno)
|
|
emphasis (self,
match,
lineno)
|
|
footnote_reference (self,
match,
lineno)
Handles nodes.footnote_reference and nodes.citation_reference
elements. |
|
generic_interpreted_role (self,
role,
rawtext,
text,
lineno)
|
|
get_role_function (self,
role,
lineno)
|
|
implicit_inline (self,
text,
lineno)
Check each of the patterns in self.implicit_dispatch for a match,
and dispatch to the stored method for the pattern. |
|
init_customizations (self,
settings)
Setting-based customizations; run when parsing begins. |
|
inline_internal_target (self,
match,
lineno)
|
|
inline_obj (self,
match,
lineno,
end_pattern,
nodeclass,
restore_backslashes)
|
|
interpreted (self,
before,
after,
rawsource,
text,
role,
lineno)
|
|
interpreted_or_phrase_ref (self,
match,
lineno)
|
|
literal (self,
match,
lineno)
|
|
parse (self,
text,
lineno,
memo,
parent)
Return 2 lists: nodes (text and inline elements), and system_messages. |
|
pep_reference (self,
match,
lineno)
|
|
pep_reference_role (self,
role,
rawtext,
text,
lineno)
|
|
phrase_ref (self,
before,
after,
rawsource,
escaped,
text)
|
|
problematic (self,
text,
rawsource,
message)
|
|
quoted_start (self,
match)
Return 1 if inline markup start-string is 'quoted', 0 if not. |
|
reference (self,
match,
lineno,
anonymous)
|
|
rfc_reference (self,
match,
lineno)
|
|
rfc_reference_role (self,
role,
rawtext,
text,
lineno)
|
|
standalone_uri (self,
match,
lineno)
|
|
strong (self,
match,
lineno)
|
|
substitution_reference (self,
match,
lineno)
|