------------------------------------------------------------------------------
| 370 | |
| 371 | //------------------------------------------------------------------------------ |
| 372 | vtkTypeInt64 vtkXMLParser::GetXMLByteIndex() |
| 373 | { |
| 374 | return XML_GetCurrentByteIndex(static_cast<XML_Parser>(this->Parser)); |
| 375 | } |
| 376 | |
| 377 | //------------------------------------------------------------------------------ |
| 378 | int vtkXMLParser::ParseBuffer(const char* buffer, unsigned int count) |
no test coverage detected