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