[ 原始碼: htmlcxx ]
套件:libhtmlcxx3v5(0.87-1)
simple HTML parser library for C++
htmlcxx is a simple non-validating CSS1 and HTML parser for C++. Although there are several other html parsers available, htmlcxx has some characteristics that make it unique:
* STL like navigation of DOM tree, using excellent tree.hh library from Kasper Peeters * It is possible to reproduce exactly, character by character, the original document from the parse tree * Bundled CSS parser * Optional parsing of attributes * C++ code that looks like C++ (not so true anymore) * Offsets of tags/elements in the original document are stored in the nodes of the DOM tree
The parsing politics of htmlcxx were created trying to mimic Mozilla Firefox (http://www.mozilla.org) behavior. So you should expect parse trees similar to those create by Firefox. However, differently from Firefox, htmlcxx does not insert non-existent stuff in your html. Therefore, serializing the DOM tree gives exactly the same bytes contained in the original HTML document.
其他與 libhtmlcxx3v5 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.4) [除 amd64, arm64, ppc64el]
-
- dep: libgcc-s1 (>= 3.0) [除 armel, armhf]
- GCC 支援函式庫
- dep: libgcc-s1 (>= 3.5) [armel, armhf]
-
- dep: libstdc++6 (>= 5.2)
- GNU Standard C++ Library v3
下載 libhtmlcxx3v5
硬體架構 | 套件大小 | 安裝後大小 | 檔案 |
---|---|---|---|
amd64 | 30。9 kB | 111。0 kB | [檔案列表] |
arm64 | 28。6 kB | 103。0 kB | [檔案列表] |
armel | 26。7 kB | 86。0 kB | [檔案列表] |
armhf | 27。3 kB | 74。0 kB | [檔案列表] |
i386 | 32。7 kB | 102。0 kB | [檔案列表] |
mips64el | 29。5 kB | 116。0 kB | [檔案列表] |
mipsel | 29。1 kB | 102。0 kB | [檔案列表] |
ppc64el | 32。2 kB | 151。0 kB | [檔案列表] |
s390x | 29。1 kB | 111。0 kB | [檔案列表] |