Module rphtml::parser[][src]

Structs

Attr

Attr attribute data if value is None, it’s a boolean attribute if key is None,it’s a value with quote

AttrData
CodeAt

the doc’s position

CodeRegion
Doc

Doc the html syntax: https://www.w3.org/TR/2011/WD-html-markup-20110113/syntax.html

DocHolder

Doc holder

Node
ParseError
TagMeta

Tag is_end: if the tag end with ‘>’ self_closed: if the tag is self-closing ‘/>’ auto_fix: if the tag either self-closing nor closed with a end tag, may auto fix by the parser name: the tag name attrs: the attribute list

Enums

CodeTypeIn
DetectChar
ErrorKind
NameCase
NodeType
SpecialTag
TagCodeIn

Functions

allow_insert
is_content_tag

Type Definitions

ErrorHandle
GenResult
HResult
RefNode
RenderEncoderOption
StringNodeMap