📄 readme
字号:
This example demonstrates how to use a SAX parser to build a custom DOM inherited from libxml++ nodes. If an application document is sufficiently complex, it will have an object hierarchy structure. libxml++ provides a generic tree structure with serialization and parsing facilities builtin.By making classes inherit from libxml++, it is easy to leverage these facilities. Classic examples of a custom DOM are the W3C HTML and SVG DOM.This example barely scratches the surface of a SVG DOM ;-)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -