Module parsercher::dom[][src]

Expand description

Module for representing a tree of Dom structures.

Re-exports

pub use comment::Comment;
pub use tag::Tag;
pub use text::Text;

Modules

comment

Module of Comment structure.

tag

Module of Tag structure.

text

Module of Text structure.

Structs

Dom

A structure that represents the parsing result of a tag document.

Enums

DomType

Type of Dom structure.