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

Module cimxml_parse

source code

Classes
  ParseError
This exception is raised when there is a validation error detected by the parser.
Functions
 
make_parser(stream_or_string)
Create a xml.dom.pulldom parser.
source code
 
parse_any(stream_or_string)
Parse any XML string or stream.
source code