⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xmlwf.h

📁 一个基于SAX分析方法的XML文档解析函数包
💻 H
字号:
#ifndef XMLWF_H
#define XMLWF_H

#include "CommonData.h"
#include <stdio.h>

#define BUF_SIZE 100




const XML_Char* __GetNameFromAttriByIndex(const void* attri, int index);
const XML_Char* __GetValueFromAttriByIndex(const void* attri, int index);
const XML_Char* __GetValueByName(const void* attri, const XML_Char* name);
/**
Initializing  the gloable variables in XMLwf.c, which will provide the stream from
data input source. 
*/
int initialGlobalVar(unsigned int s, FILE* pf, int type);

/**
Processing the xml file got in in file stream type. 
*/
int XML_doParse(Pxml_parser parser);
void test();


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -