xml.parsers.expat.xmlparser.CharacterDataHandler()

xmlparser.CharacterDataHandler(data)

Called for character data. This will be called for normal character data, CDATA marked content, and ignorable whitespace. Applications which must distinguish these cases can use the StartCdataSectionHandler, EndCdataSectionHandler, and ElementDeclHandler callbacks to collect the required information.

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

Please login to continue.