called when character data have been read, data is the string containing the data, multiple consecutive characters() callback are possible.
(self, data)
| 152 | pass |
| 153 | |
| 154 | def characters(self, data): |
| 155 | """called when character data have been read, data is the string |
| 156 | containing the data, multiple consecutive characters() callback |
| 157 | are possible.""" |
| 158 | pass |
| 159 | |
| 160 | def cdataBlock(self, data): |
| 161 | """called when CDATA section have been read, data is the string |
no outgoing calls
no test coverage detected