6 #ifndef xmlFedReader_H_
7 #define xmlFedReader_H_
29 #ifdef DtUSE_UTILITIES_NAMESPACE
30 namespace DtUSE_UTILITIES_NAMESPACE
59 DtFilename fileName,
bool strictCheckingEnabled=
false,
bool useDTD=
false,
bool dontParseSwitches=
false );
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