首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > spxml

spxml

  • 资源大小:30.33 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

spxml is a simple and plain xml parser written in C++. spxml supports pull-model and DOM-model xml parsing. spxml is a stream-oriented parser. As the user passes it chunks of the input XML document, spxml identifies elements, character data or other entities and return the appropriate event. The size of the chunks is controlled by the user; chunks can range from one byte to the whole XML document. spxml pull parser does not need to be told when the document is ended. On the contrary, spxml pull parser will tell us when it has finished parsing a root ( or other ) element. spxml pull parser can therefore safely read from pipes, can process sequences of XML documents without extra delimiters, and can handle selected parts of a document. spxml DOM parser parses an XML document, and builds a DOM tree that can be read, modified, and saved. ``` Changelog: Changes in version 0.5 (10.02.2007) SP_Xml

文 件 列 表

spxml-0.5
win32
libspxml.dsp
spdomiterator.hpp
spdomparser.cpp
spdomiterator.cpp
spxmlcodec.cpp
spdomparser.hpp
spxmlevent.cpp
testxmlconf.cpp
spxmlcodec.hpp
spxmlnode.cpp
spxmlevent.hpp
README
testpull.cpp
spxmlnode.hpp
testdom.cpp
spxmlparser.cpp
spxmlstag.cpp
spcanonxml.cpp
spxmlutils.cpp
spxmlparser.hpp
spxmlreader.cpp
COPYING
spxmlstag.hpp
spcanonxml.hpp
spxmlutils.hpp
spxmlreader.hpp
MANIFEST
Makefile
test.xml
spxmlhandle.hpp
spxmlhandle.cpp
testhandle.cpp
win32
testhandle.dsp
VIP VIP
0.188504s