class documentation

class XWikiBlockMacroStart(SpanToken):

View In Hierarchy

A "block" macro opening tag. ("{{macroName<optionalParams>}}<newLine>")

We want to keep it on a separate line instead of "soft" merging it with the following line.

Class Variable parse​_group Undocumented
Class Variable parse​_inner Undocumented
Class Variable pattern Undocumented

Inherited from SpanToken:

Class Method find Undocumented
Method __contains__ Undocumented
Method __init__ Undocumented
Class Variable precedence Undocumented
Instance Variable content Undocumented
parse_group: int =
parse_inner: bool =
pattern =

Undocumented