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);
158 virtual void appendNodeProperties(
xmlNode* currentNode,
DtString& output )
const;
164 virtual bool isBlankText(
xmlNode* node)
const;
172 virtual bool getPropertyByName(
xmlNode* node,
const xmlChar *name,
181 virtual bool getChildContentByName(
xmlNode* node,
const xmlChar *name,
192 bool convertStringToULong(std::string numericString,
193 unsigned long& value);
195 void clipPrefix(std::string& valueSpec,
char c);
197 template<
typename operandType>
void clipPrefix(std::string& valueSpec,
203 static bool isEvolvedFormat(
void* fedFilePtr);
214 #ifdef DtUSE_UTILITIES_NAMESPACE