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

Public Member Functions

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

Public Attributes

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

Static Public Attributes

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

Detailed Description

Remove from the document tree all elements with classes in
`self.document.settings.strip_elements_with_classes` and all "classes"
attribute values in `self.document.settings.strip_classes`.

Member Function Documentation

◆ apply()

docutils.transforms.universal.StripClassesAndElements.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: