Crate dtd_parser[][src]

Structs

属性可提供有关元素的额外信息。

字符数据(character data)。

元素是 XML 以及 HTML 文档的主要构建模块。

Enumeration ::= ‘(’ S? Nmtoken (S? ‘|’ S? Nmtoken)* S? ‘)’ [VC: Enumeration] [VC: No Duplicate Tokens]

See: https://www.w3.org/TR/REC-xml/#NT-Name

Nmtoken ::= (NameChar)+

Nmtokens ::= Nmtoken (#x20 Nmtoken)*

NotationType ::= ‘NOTATION’ S ‘(’ S? Name (S? ‘|’ S? Name)* S? ‘)’ [VC: Notation Attributes] [VC: One Notation Per Element Type] [VC: No Notation on Empty Element] [VC: No Duplicate Tokens]

被解析的字符数据(parsed character data) 这PCDATA 是会被解析器解析的文本。些文本将被解析器检查实体以及标记。

Enums

EnumeratedType ::= NotationType | Enumeration

How namy accurrences of child.

Functions