class ExternalTargets(Transform):
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">
Method | apply |
Override to apply the transform to the document tree. |
Class Variable | default​_priority |
Numerical priority of this transform, 0 through 999 (override). |
Inherited from Transform
:
Method | __init__ |
Initial setup for in-place document transforms. |
Instance Variable | document |
The document tree to transform. |
Instance Variable | language |
Language module local to this document. |
Instance Variable | startnode |
Node from which to begin the transform. For many transforms which apply to the document as a whole, startnode is not set (i.e. its value is None ). |
docutils.transforms.Transform.apply