#include <vtkPVXMLParser.h>
Inheritance diagram for vtkPVXMLParser:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVXMLParser, vtkXMLParser) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | PrintXML (ostream &os) |
| vtkPVXMLElement * | GetRootElement () |
| virtual void | SetFileName (const char *) |
| virtual char * | GetFileName () |
Static Public Member Functions | |
| vtkPVXMLParser * | New () |
Protected Member Functions | |
| vtkPVXMLParser () | |
| ~vtkPVXMLParser () | |
| void | StartElement (const char *name, const char **atts) |
| void | EndElement (const char *name) |
| void | CharacterDataHandler (const char *data, int length) |
| void | AddElement (vtkPVXMLElement *element) |
| void | PushOpenElement (vtkPVXMLElement *element) |
| vtkPVXMLElement * | PopOpenElement () |
| virtual int | ParseXML () |
Protected Attributes | |
| vtkPVXMLElement * | RootElement |
| vtkPVXMLElement ** | OpenElements |
| unsigned int | NumberOfOpenElements |
| unsigned int | OpenElementsSize |
| unsigned int | ElementIdIndex |
Definition at line 28 of file vtkPVXMLParser.h.
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented in vtkSMXMLParser, and vtkPVXMLPackageParser. |
|
|
Reimplemented in vtkSMXMLParser, and vtkPVXMLPackageParser. |
|
|
Write the parsed XML into the output stream. |
|
|
Get the root element from the XML document. |
|
|
Get/Set the file from which to read the configuration. |
|
|
Get/Set the file from which to read the configuration. |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 60 of file vtkPVXMLParser.h. |
|
|
Definition at line 63 of file vtkPVXMLParser.h. |
|
|
Definition at line 64 of file vtkPVXMLParser.h. |
|
|
Definition at line 65 of file vtkPVXMLParser.h. |
|
|
Definition at line 68 of file vtkPVXMLParser.h. |
1.3.5