MCPcopy Create free account
hub / github.com/Kitware/VTK / ParsingComplete

Method ParsingComplete

IO/XMLParser/vtkXMLParser.cxx:317–321  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

315
316//------------------------------------------------------------------------------
317int vtkXMLParser::ParsingComplete()
318{
319 // Default behavior is to parse to end of stream.
320 return 0;
321}
322
323//------------------------------------------------------------------------------
324void vtkXMLParser::StartElement(const char* name, const char** vtkNotUsed(atts))

Callers 1

ParseXMLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected