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

Class AnonymousHyperlinks

Transform --+
            |
           AnonymousHyperlinks


Link anonymous references to targets. Given:

<paragraph>
    <reference anonymous="1">
        internal
    <reference anonymous="1">
        external
<target anonymous="1" id="id1">
<target anonymous="1" id="id2" refuri="http://external">

Corresponding references are linked via "refid" or resolved via "refuri":

<paragraph>
    <reference anonymous="1" refid="id1">
        text
    <reference anonymous="1" refuri="http://external">
        external
<target anonymous="1" id="id1">
<target anonymous="1" id="id2" refuri="http://external">

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 = 440                                                                   

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:
440                                                                   

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