class documentation

class NestedInlineTransform:

View In Hierarchy

Flatten nested inline nodes:

Before:
<strong>foo=<emphasis>1</emphasis> &bar=<emphasis>2</emphasis></strong>
After:
<strong>foo=</strong><emphasis>var</emphasis> <strong>&bar=</strong><emphasis>2</emphasis>
Method __init__ Undocumented
Method apply Undocumented
Instance Variable document Undocumented
def __init__(self, document):

Undocumented

Parameters
document:nodes.documentUndocumented
def apply(self, **kwargs):

Undocumented

Parameters
**kwargs:AnyUndocumented
document =

Undocumented