5 #ifndef fedReader1516e_h__
6 #define fedReader1516e_h__
21 #include "libxml/tree.h"
32 #ifdef DtUSE_UTILITIES_NAMESPACE
33 namespace DtUSE_UTILITIES_NAMESPACE
66 virtual void setSchemaValidationEnabled(
bool enabled);
88 virtual bool schemaValidate(
xmlDoc* pDoc,
const char * schemaFile);
173 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output )
const;
179 virtual bool isBlankText(
xmlNode* node)
const;
187 virtual bool getPropertyByName(
xmlNode* node,
const xmlChar *name,
196 virtual bool getChildContentByName(
xmlNode* node,
const xmlChar *name,
207 bool convertStringToULong(std::string numericString,
208 unsigned long& value);
210 void clipPrefix(std::string& valueSpec,
char c);
212 template<
typename operandType>
void clipPrefix(std::string& valueSpec,
218 static bool isEvolvedFormat(
void* fedFilePtr);
234 #ifdef DtUSE_UTILITIES_NAMESPACE
239 #endif // fedReader1516e_h__