#include <vtkXMLDataParser.h>
Inheritance diagram for vtkXMLDataParser:
vtkXMLDataParser provides a subclass of vtkXMLParser that constructs a representation of an XML data format's file using vtkXMLDataElement to represent each XML element. This representation is then used by vtkXMLReader and its subclasses to traverse the structure of the file and extract data.
Definition at line 40 of file vtkXMLDataParser.h.
|
Reimplemented from vtkXMLParser. Definition at line 43 of file vtkXMLDataParser.h. |
|
A type used for data sizes and offsets for stream i/o. Using vtkIdType should satisfy most users. This could be streamoff if it is deemed portable. It could also be split into OffsetType (streamoff) and PositionType (streampos). Definition at line 58 of file vtkXMLDataParser.h. |
|
Enumerate big and little endian byte order settings. Definition at line 52 of file vtkXMLDataParser.h. |
|
|
|
|
|
Reimplemented from vtkXMLParser. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLParser. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkXMLParser. |
|
Reimplemented from vtkXMLParser. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkXMLParser. |
|
Get/Set the input stream. Reimplemented from vtkXMLParser. |
|
Get the root element from the XML document. |
|
Read inline data from inside the given element. Returns the number of words read. |
|
Get the root element from the XML document. Definition at line 66 of file vtkXMLDataParser.h. References VTK_CHAR. |
|
Read from an appended data section starting at the given appended data offset. Returns the number of words read. |
|
Read from an appended data section starting at the given appended data offset. Returns the number of words read. Definition at line 79 of file vtkXMLDataParser.h. References VTK_CHAR. |
|
Read from an ascii data section starting at the current position in the stream. Returns the number of words read. |
|
Read from a data section starting at the current position in the stream. Returns the number of words read. |
|
Get/Set the compressor used to decompress binary and appended data after reading from the file. |
|
Get/Set the compressor used to decompress binary and appended data after reading from the file. |
|
Get the size of a word of the given type. |
|
Parse the XML input and check that the file is safe to read. Returns 1 for okay, 0 for error. Reimplemented from vtkXMLParser. |
|
Get/Set flag to abort reading of data. This may be set by a progress event observer. |
|
Parse the XML input and check that the file is safe to read. Returns 1 for okay, 0 for error. |
|
Get/Set progress of reading data. This may be checked by a progress event observer. |
|
Get/Set progress of reading data. This may be checked by a progress event observer. |
|
Get/Set the character encoding that will be used to set the attributes's encoding type of each vtkXMLDataElement created by this parser (i.e., the data element attributes will use that encoding internally). If set to VTK_ENCODING_NONE (default), the attribute encoding type will not be changed and will default to the vtkXMLDataElement default encoding type (see vtkXMLDataElement::AttributeEncoding). |
|
Get/Set the character encoding that will be used to set the attributes's encoding type of each vtkXMLDataElement created by this parser (i.e., the data element attributes will use that encoding internally). If set to VTK_ENCODING_NONE (default), the attribute encoding type will not be changed and will default to the vtkXMLDataElement default encoding type (see vtkXMLDataElement::AttributeEncoding). |
|
Parse the XML message. If length is specified, parse only the first "length" characters Reimplemented from vtkXMLParser. |
|
|
|
Reimplemented from vtkXMLParser. |
|
Reimplemented from vtkXMLParser. |
|
Reimplemented from vtkXMLParser. |
|
|
|
|
|
|
|
Reimplemented from vtkXMLParser. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 186 of file vtkXMLDataParser.h. |
|
Definition at line 189 of file vtkXMLDataParser.h. |
|
Definition at line 190 of file vtkXMLDataParser.h. |
|
Definition at line 191 of file vtkXMLDataParser.h. |
|
Definition at line 194 of file vtkXMLDataParser.h. |
|
Definition at line 197 of file vtkXMLDataParser.h. |
|
Definition at line 200 of file vtkXMLDataParser.h. |
|
Definition at line 204 of file vtkXMLDataParser.h. |
|
Definition at line 208 of file vtkXMLDataParser.h. |
|
Definition at line 211 of file vtkXMLDataParser.h. |
|
Definition at line 228 of file vtkXMLDataParser.h. |
|
Definition at line 229 of file vtkXMLDataParser.h. |
|
Definition at line 230 of file vtkXMLDataParser.h. |
|
Definition at line 231 of file vtkXMLDataParser.h. |
|
Definition at line 232 of file vtkXMLDataParser.h. |
|
Definition at line 233 of file vtkXMLDataParser.h. |
|
Definition at line 236 of file vtkXMLDataParser.h. |
|
Definition at line 237 of file vtkXMLDataParser.h. |
|
Definition at line 238 of file vtkXMLDataParser.h. |
|
Definition at line 239 of file vtkXMLDataParser.h. |
|
Definition at line 242 of file vtkXMLDataParser.h. |
|
Definition at line 245 of file vtkXMLDataParser.h. |
|
Definition at line 247 of file vtkXMLDataParser.h. |