Module dlangui.core.dom

This module contains implementation DOM - document object model.

Port of CoolReader Engine written in C++.

Synopsis

import dlangui.core.dom;

Classes

Name Description
Attribute
Document Document node
Element Element node
Node Base class for DOM nodes
Text Text node

Structs

Name Description
IdentMap String identifier to Id map - for interning strings

Enums

Name Description
Attr standard attributes
Ns standard namespaces
Tag standard tags

Aliases

Name Type Description
attr_id short id type for interning attribute names
elem_id int id type for interning element names
ns_id short id type for interning namespaces

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2015

License

Boost License 1.0