Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
docutils.transforms.references.ExternalTargets Class Reference
Inheritance diagram for docutils.transforms.references.ExternalTargets:
Inheritance graph
[legend]
Collaboration diagram for docutils.transforms.references.ExternalTargets:
Collaboration graph
[legend]

Public Member Functions

 apply (self)
 
- Public Member Functions inherited from docutils.transforms.Transform
 __init__ (self, document, startnode=None)
 

Static Public Attributes

int default_priority = 640
 
- Static Public Attributes inherited from docutils.transforms.Transform
 default_priority = None
 

Additional Inherited Members

- Public Attributes inherited from docutils.transforms.Transform
 document
 
 startnode
 
 language
 

Detailed Description

Given::

    <paragraph>
        <reference refname="direct external">
            direct external
    <target id="id1" name="direct external" refuri="http://direct">

The "refname" attribute is replaced by the direct "refuri" attribute::

    <paragraph>
        <reference refuri="http://direct">
            direct external
    <target id="id1" name="direct external" refuri="http://direct">

Member Function Documentation

◆ apply()

docutils.transforms.references.ExternalTargets.apply (   self)
Override to apply the transform to the document tree.

Reimplemented from docutils.transforms.Transform.


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