Abstract class for XML formatter and MOF formatter.
Formats a block of text. If the LMIShell is running in interactive mode, pager will be used, otherwise the output will be written to standard output.
Parameters: | interactive (bool) – defines, if to use pager |
---|
Formats a block of text and prints it to the output stream.
Parameters: |
|
---|
MOF formatter used for CIMInstance.doc() to print pretty verbose help message.
Parameters: | mof (string) – MOF representation of a object |
---|
Formats a MOF object and prints it to the output stream.
Parameters: |
|
---|
Text formatter class. Used when printing a block of text to output stream.
Parameters: | text (string) – text to be formatted |
---|
Formats a block of text and prints it to the output stream.
Parameters: |
|
---|
XML formatter used for CIMClass.doc() to print pretty verbose help message.
Parameters: | xml (pywbem.cim_xml.CLASS) – – class element |
---|
Formats a XML object and prints it to the output stream.
Parameters: |
|
---|