newxml.domparser

Members

Functions

domBuilder
auto domBuilder(CursorType cursor, DOMImplementation domimpl)

Instantiates a suitable DOMBuilder on top of the given cursor and DOMImplementation.

Structs

DOMBuilder
struct DOMBuilder(T)

Built on top of Cursor, the DOM builder adds to it the ability to build the DOM tree of the document; as the cursor advances, nodes can be selectively added to the tree, allowing to built a small representation containing only the needed parts of the document.

Meta

Authors

Lodovico Giaretta László Szerémi

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.