xml.parsers.expat.xmlparser.ExternalEntityParserCreate()

xmlparser.ExternalEntityParserCreate(context[, encoding])

Create a “child” parser which can be used to parse an external parsed entity referred to by content parsed by the parent parser. The context parameter should be the string passed to the ExternalEntityRefHandler() handler function, described below. The child parser is created with the ordered_attributes and specified_attributes set to the values of this parser.

doc_python
2016-10-07 17:48:12
Comments
Leave a Comment

Please login to continue.