class documentation

class PseudoXMLWriter(BaseXMLWriter): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method supports This writer supports all format-specific elements.
Method translate Undocumented
Class Variable config_section Undocumented
Class Variable config_section_dependencies Undocumented
Class Variable supported Formats this writer supports.
Instance Variable builder Undocumented
Instance Variable output Final translated form of `document`.
def __init__(self, builder): (source)

Undocumented

Parameters
builder:BuilderUndocumented
def supports(self, format): (source)

This writer supports all format-specific elements.

Parameters
format:strUndocumented
Returns
boolUndocumented
def translate(self): (source)

Undocumented

config_section: str = (source)

Undocumented

config_section_dependencies: tuple[str, ...] = (source)

Undocumented

supported: tuple[str, ...] = (source)

Formats this writer supports.

Undocumented

Final translated form of `document`.