24 #ifndef vtkXMLUtilities_h 25 #define vtkXMLUtilities_h 27 #include "vtkIOXMLParserModule.h" 44 static void EncodeString(
const char* input,
int input_encoding, ostream& output,
45 int output_encoding,
int special_entities = 0);
54 static void CollateAttributes(
vtkXMLDataElement*, ostream&,
const char* sep =
nullptr);
66 static void FlattenElement(
74 static int WriteElementToFile(
104 static void ReadElementFromAttributeArray(
115 static int FindSimilarElements(
132 static int FactorElementsInternal(
abstract base class for most VTK objects
Represents an XML element and those nested inside.
~vtkXMLUtilities() override
a simple class to control print indentation
#define VTK_ENCODING_NONE
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...