parseContentModel

fnParsedContentModel parseContentModel(string model) @safe

Parses a DTD content model string into a structured representation.

Parameters

modelThe raw content model string (e.g., "EMPTY", "ANY", "(a,b)+", "(#PCDATA|a|b)*").

Returns

A ParsedContentModel structure describing the model.