Module std.experimental.xml.domparser
Functions
Name | Description |
---|---|
domBuilder
|
Instantiates a suitable DOMBuilder on top of the given cursor and DOMImplementation .
|
Structs
Name | Description |
---|---|
DOMBuilder
|
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. |
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --