6 #ifndef xmlFedReader1516e_H_
7 #define xmlFedReader1516e_H_
29 #ifdef DtUSE_UTILITIES_NAMESPACE
30 namespace DtUSE_UTILITIES_NAMESPACE
59 DtFilename fileName,
bool strictCheckingEnabled=
false,
bool useDTD=
false,
bool dontParseSwitches=
false );
62 virtual void setSchemaValidationEnabled(
bool enabled);
67 virtual bool schemaValidate(
xmlDoc* pDoc,
const char * schemaFile);
155 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output )
const;
161 virtual bool isBlankText(
xmlNode* node)
const;
169 virtual bool getPropertyByName(
xmlNode* node,
const xmlChar *name,
178 virtual bool getChildContentByName(
xmlNode* node,
const xmlChar *name,
189 bool convertStringToULong(std::string numericString,
190 unsigned long& value);
192 void clipPrefix(std::string& valueSpec,
char c);
194 template<
typename operandType>
void clipPrefix(std::string& valueSpec,
200 static bool isEvolvedFormat(
void* fedFilePtr);
211 #ifdef DtUSE_UTILITIES_NAMESPACE