6 #ifndef xmlFedReader_H_
7 #define xmlFedReader_H_
29 #ifdef DtUSE_UTILITIES_NAMESPACE
30 namespace DtUSE_UTILITIES_NAMESPACE
67 virtual bool dtdValidate(
xmlDoc* pDoc,
const char * dtdFile);
152 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output)
const;
158 virtual bool isBlankText(
xmlNode* node)
const;
166 virtual bool getPropertyByName(
xmlNode* node,
const xmlChar *name,
177 bool convertStringToULong(std::string numericString,
178 unsigned long& value);
180 void clipPrefix(std::string& valueSpec,
char c);
182 template<
typename operandType>
void clipPrefix(std::string& valueSpec,
192 #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
DtFedTarget * myFedTarget
Definition: xmlFedReader.h:188
Instances of DtXmlFedReader are used to read a FED file, and fill in a DtFedTarget with the informati...
Definition: xmlFedReader.h:38
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
class DtFedTarget:
Definition: vlFedTarget.h:107
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