|
ParaView
|
#include <vtkPVXMLParser.h>


This is a subclass of vtkXMLParser that constructs a representation of parsed XML using vtkPVXMLElement.
Definition at line 28 of file vtkPVXMLParser.h.
| vtkPVXMLParser::vtkPVXMLParser | ( | ) | [protected] |
| vtkPVXMLParser::~vtkPVXMLParser | ( | ) | [protected] |
| virtual const char* vtkPVXMLParser::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkXMLParser.
| static int vtkPVXMLParser::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkXMLParser.
| virtual int vtkPVXMLParser::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkXMLParser.
| static vtkPVXMLParser* vtkPVXMLParser::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkXMLParser.
| void vtkPVXMLParser::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkXMLParser.
| static vtkPVXMLParser* vtkPVXMLParser::New | ( | ) | [static] |
Reimplemented from vtkXMLParser.
| void vtkPVXMLParser::PrintXML | ( | ostream & | os | ) |
Write the parsed XML into the output stream.
| vtkPVXMLElement* vtkPVXMLParser::GetRootElement | ( | ) |
Get the root element from the XML document.
| virtual void vtkPVXMLParser::SetFileName | ( | const char * | ) | [virtual] |
Get/Set the file from which to read the configuration.
Reimplemented from vtkXMLParser.
| virtual char* vtkPVXMLParser::GetFileName | ( | ) | [virtual] |
Get/Set the file from which to read the configuration.
Reimplemented from vtkXMLParser.
| virtual int vtkPVXMLParser::GetSuppressErrorMessages | ( | ) | [virtual] |
If on, then the Parse method will NOT report an error using vtkErrorMacro. Rather, it will just return false. This feature is useful when simply checking to see if a file is a valid XML file or there is otherwise a way to recover from the failed parse. This flag is off by default.
| virtual void vtkPVXMLParser::SetSuppressErrorMessages | ( | int | ) | [virtual] |
If on, then the Parse method will NOT report an error using vtkErrorMacro. Rather, it will just return false. This feature is useful when simply checking to see if a file is a valid XML file or there is otherwise a way to recover from the failed parse. This flag is off by default.
| virtual void vtkPVXMLParser::SuppressErrorMessagesOn | ( | ) | [virtual] |
If on, then the Parse method will NOT report an error using vtkErrorMacro. Rather, it will just return false. This feature is useful when simply checking to see if a file is a valid XML file or there is otherwise a way to recover from the failed parse. This flag is off by default.
| virtual void vtkPVXMLParser::SuppressErrorMessagesOff | ( | ) | [virtual] |
If on, then the Parse method will NOT report an error using vtkErrorMacro. Rather, it will just return false. This feature is useful when simply checking to see if a file is a valid XML file or there is otherwise a way to recover from the failed parse. This flag is off by default.
| void vtkPVXMLParser::StartElement | ( | const char * | name, |
| const char ** | atts | ||
| ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
| void vtkPVXMLParser::EndElement | ( | const char * | name | ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
| void vtkPVXMLParser::CharacterDataHandler | ( | const char * | data, |
| int | length | ||
| ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
| void vtkPVXMLParser::AddElement | ( | vtkPVXMLElement * | element | ) | [protected] |
| void vtkPVXMLParser::PushOpenElement | ( | vtkPVXMLElement * | element | ) | [protected] |
| vtkPVXMLElement* vtkPVXMLParser::PopOpenElement | ( | ) | [protected] |
| virtual int vtkPVXMLParser::ParseXML | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
| virtual void vtkPVXMLParser::ReportXmlParseError | ( | ) | [protected, virtual] |
Reimplemented from vtkXMLParser.
int vtkPVXMLParser::SuppressErrorMessages [protected] |
Definition at line 62 of file vtkPVXMLParser.h.
vtkPVXMLElement* vtkPVXMLParser::RootElement [protected] |
Definition at line 73 of file vtkPVXMLParser.h.
vtkPVXMLElement** vtkPVXMLParser::OpenElements [protected] |
Definition at line 76 of file vtkPVXMLParser.h.
unsigned int vtkPVXMLParser::NumberOfOpenElements [protected] |
Definition at line 77 of file vtkPVXMLParser.h.
unsigned int vtkPVXMLParser::OpenElementsSize [protected] |
Definition at line 78 of file vtkPVXMLParser.h.
unsigned int vtkPVXMLParser::ElementIdIndex [protected] |
Definition at line 81 of file vtkPVXMLParser.h.
1.7.5.1