11 #ifndef DtFedReader1516_H_
12 #define DtFedReader1516_H_
31 #ifdef DtUSE_UTILITIES_NAMESPACE
32 namespace DtUSE_UTILITIES_NAMESPACE
56 virtual bool dtdValidate(
xmlDoc* pDoc,
const char * dtdFile);
154 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output)
const;
160 virtual bool isBlankText(
xmlNode* node)
const;
168 virtual bool getPropertyByName(
xmlNode* node,
const xmlChar *name,
179 bool convertStringToULong(std::string numericString,
180 unsigned long& value);
182 void clipPrefix(std::string& valueSpec,
char c);
184 template<
typename operandType>
void clipPrefix(std::string& valueSpec,
198 #ifdef DtUSE_UTILITIES_NAMESPACE
bool myReplacedObjectRoot
Indicates when federation's FOM is 1.3 and root name has been replaced to match.
Definition: fedReader1516.h:192
This file contains the declaration of DtFilename.
struct _xmlNode xmlNode
Definition: fedReader.h:21
enum DtFomUpdateType_enum DtFomUpdateType
Update type for object.
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.
enum DtSharingType_enum DtSharingType
struct _xmlDoc xmlDoc
Definition: fedReader.h:22
class DtFedTarget:
Definition: vlFedTarget.h:107
bool myReplacedInteractionRoot
Indicates when federation's FOM is 1.3 and root name has been replaced to match.
Definition: fedReader1516.h:193
Instances of DtFedReader1516 are used to read a FED file, and fill in a DtFedTarget with the informat...
Definition: fedReader1516.h:41
Instances of DtFilename are DtStrings which convert filenames to the native format.
Definition: vlFilename.h:20
DtTransportType
Definition: vlFedTarget.h:67
enum DtOwnershipType_enum DtOwnershipType
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