Package pywbem :: Module cimxml_parse
[frames] | no frames]

Module cimxml_parse

source code

CIM/XML Parser. Parses the CIM/XML Elements defined in the DMTF
specification DSP0201.

WARNING: Many of the parsing functions defined in this file must
keep the exact name (i.e. those prepended by parse_) since the
parser uses the names to call the function from the parse_any(...)
function substituting _ for the "." in the element names.

These functions raise ParseError exception if there are any
errors in the parsing and terminate the parsing.