Geant4
10.00.p02
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "xData.h"
Go to the source code of this file.
Classes | |
struct | xmlTextStruct_s |
Typedefs | |
typedef struct xmlTextStruct_s | xmlTextStruct |
Functions | |
static int | xData_parseReconstructXML2 (xData_rootElement *root, xmlTextStruct *XML, char *text, long textLength) |
static int | addStringToXML (xmlTextStruct *XML, char *s, long len) |
static void | xData_parseOutlinePrintRoot (FILE *f, xData_rootElement *root, int outputText) |
char * | xData_parseReconstructXML (xData_document *xData_doc) |
int | xData_parseOutline (FILE *f, xData_document *xData_doc, int outputText) |
typedef struct xmlTextStruct_s xmlTextStruct |
|
static |
Definition at line 111 of file xDataExtras.cc.
References xmlTextStruct_s::allocated, xmlTextStruct_s::length, realloc(), and xmlTextStruct_s::text.
Referenced by xData_parseReconstructXML(), and xData_parseReconstructXML2().
int xData_parseOutline | ( | FILE * | f, |
xData_document * | xData_doc, | ||
int | outputText | ||
) |
Definition at line 142 of file xDataExtras.cc.
References xData_parseOutlinePrintRoot().
|
static |
Definition at line 150 of file xDataExtras.cc.
Referenced by xData_parseOutline().
char* xData_parseReconstructXML | ( | xData_document * | xData_doc | ) |
Definition at line 59 of file xDataExtras.cc.
References addStringToXML(), xmlTextStruct_s::text, and xData_parseReconstructXML2().
|
static |
Definition at line 72 of file xDataExtras.cc.
References addStringToXML(), and xmlTextStruct_s::text.
Referenced by xData_parseReconstructXML().