30 #ifdef DtUSE_UTILITIES_NAMESPACE
31 namespace DtUSE_UTILITIES_NAMESPACE
65 static DtFomType fomType(
void* fedFilePtr);
148 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output)
const;
154 virtual bool isBlankText(
xmlNode* node)
const;
164 virtual bool getChildrenContent(
xmlNode* node,
DtString& content)
const;
174 virtual bool convertStringToULong(std::string numericString,
unsigned long& value);
178 template<
typename stringType,
typename charType>
void clipPrefix(stringType& valueSpec, charType c);
195 typename stringType::size_type tokenPos = valueSpec.find_first_not_of(c);
196 if (tokenPos != stringType::npos)
198 valueSpec.erase(0, tokenPos);
202 #ifdef DtUSE_UTILITIES_NAMESPACE
static const DtString theValuePrivilegeToDelete
Definition: xmlFedReader.h:188
This file contains the declaration of DtFilename.
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:182
Instances of DtXmlFedReader are used to read a FED file, and fill in a DtFedTarget with the informati...
Definition: xmlFedReader.h:38
static const DtString theValueEnabled
Definition: xmlFedReader.h:189
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.
DtFilename myFileBeingRead
Definition: xmlFedReader.h:183
class DtFedTarget:
Definition: vlFedTarget.h:124
static const DtString theValueObjectRoot
Definition: xmlFedReader.h:187
Instances of DtFilename are DtStrings which convert filenames to the native format.
Definition: vlFilename.h:20
void clipPrefix(stringType &valueSpec, charType c)
Clip the characters from beginning of string up to the first occurrence of the given character...
Definition: xmlFedReader.h:193
DtFomType
Definition: vlFedTarget.h:42
#define DT_DLL_MTL
Definition: vlMachineTypes.h:106
Instances of DtString are used to represent strings.
Definition: vlString.h:36