dlangui.core.dom

This module contains implementation DOM - document object model.

Port of CoolReader Engine written in C++.

Synopsis:

import dlangui.core.dom;

Members

Aliases

attr_id
alias attr_id = short

id type for interning attribute names

elem_id
alias elem_id = int

id type for interning element names

ns_id
alias ns_id = short

id type for interning namespaces

Classes

Attribute
class Attribute
Undocumented in source.
Document
class Document

Document node

Element
class Element

Element node

Node
class Node

Base class for DOM nodes

Text
class Text

Text node

Enums

Attr
enum Attr

standard attributes

Ns
enum Ns

standard namespaces

Tag
enum Tag

standard tags

Structs

IdentMap
struct IdentMap(ident_t)

String identifier to Id map - for interning strings

Meta

License

Boost License 1.0

Authors

Vadim Lopatin, coolreader.org@gmail.com