2011-01-07
http://abloz.com 2011-1-7
1.xmlChar libxml2里面的字符串,都是xmlChar类型。在libxml/xmlString.h里定义。
typedef unsigned char xmlChar;
所以,xmlChar是无符号的char类型。这么定义主要是为了utf-8兼容。在一些字符串操作中必须进行转换才能避免warning。 如
xmlNodePtr curNode = NULL;
xmlChar *szValue = NULL;
szValue = xmlGetProp(curNode,BAD_CAST "module_id");
其中,字符串常量”module_id”前面必须加宏BAD_CAST,否则会有警告。BAD_CAST也在libxml/xmlString.h里定义,如下:
#define BAD_CAST (xmlChar *)
因为对xmlChar的重定义,libxml2对字符串操作进行了封装。
xmlStrlen (const xmlChar *str);
xmlStrEqual (const xmlChar *str1,
const xmlChar *str2);
xmlStrcmp (const xmlChar *str1,
const xmlChar *str2);
xmlUTF8Strlen (const xmlChar *utf);
但并没有提供xmlStrcpy这样的函数。 也没有提供直接将xmlChar字符串”123”转为数值的函数。
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿