Package docutils :: Package transforms :: Module references :: Class InternalTargets
[show private | hide private]
[frames | no frames]

Class InternalTargets

Transform --+
            |
           InternalTargets


Given:

<paragraph>
    <reference refname="direct internal">
        direct internal
<target id="id1" name="direct internal">

The "refname" attribute is replaced by "refid" linking to the target's "id":

<paragraph>
    <reference refid="id1">
        direct internal
<target id="id1" name="direct internal">

Method Summary
  apply(self)
Override to apply the transform to the document tree.
    Inherited from Transform
  __init__(self, document, startnode)
Initial setup for in-place document transforms.

Class Variable Summary
int default_priority = 660                                                                   

Method Details

apply(self)

Override to apply the transform to the document tree.
Overrides:
docutils.transforms.Transform.apply (inherited documentation)

Class Variable Details

default_priority

Type:
int
Value:
660                                                                   

Generated by Epydoc 2.0 on Tue Jul 22 05:31:37 2003 http://epydoc.sf.net