6 #ifndef xmlFedReader1516e_H_
7 #define xmlFedReader1516e_H_
29 #ifdef DtUSE_UTILITIES_NAMESPACE
30 namespace DtUSE_UTILITIES_NAMESPACE
62 virtual void setSchemaValidationEnabled(
bool enabled);
67 virtual bool schemaValidate(
xmlDoc* pDoc,
const char * schemaFile);
158 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output )
const;
164 virtual bool isBlankText(
xmlNode* node)
const;
172 virtual bool getPropertyByName(
xmlNode* node,
const xmlChar *name,
181 virtual bool getChildContentByName(
xmlNode* node,
const xmlChar *name,
192 bool convertStringToULong(std::string numericString,
193 unsigned long& value);
195 void clipPrefix(std::string& valueSpec,
char c);
197 template<
typename operandType>
void clipPrefix(std::string& valueSpec,
203 static bool isEvolvedFormat(
void* fedFilePtr);
214 #ifdef DtUSE_UTILITIES_NAMESPACE
struct _xmlNode xmlNode
Definition: fedReader.h:21
Contains the DtString class declaration.
Instances of DtFedReader are used to read a FED file, and fill in a DtFedTarget with the information ...
Definition: fedReader.h:51
unsigned char xmlChar
Definition: fedReader.h:19
This file declares DtFedReader and several helper classes.
Definition: fedReader.h:41
DtFedReadStatus
Definition: fedReader.h:31
This file contains the declaration of DtFedTarget and several helper classes.
struct _xmlDoc xmlDoc
Definition: fedReader.h:22
bool mySchemaValidationEnabled
Definition: xmlFedReader1516e.h:210
class DtFedTarget:
Definition: vlFedTarget.h:107
Instances of DtXmlFedReader1516e are used to read a FED file, and fill in a DtFedTarget with the info...
Definition: xmlFedReader1516e.h:38
Instances of DtFilename are DtStrings which convert filenames to the native format.
Definition: vlFilename.h:20
DtTransportType
Definition: vlFedTarget.h:67
DtOrderType
Definition: vlFedTarget.h:74
#define DT_DLL_MTL
Definition: vlMachineTypes.h:106
Instances of DtString are used to represent strings.
Definition: vlString.h:29
DtFedTarget * myFedTarget
Definition: xmlFedReader1516e.h:207