Class ElementDecl

Package :
xml

This class represents the result of parsing an <!ELEMENT> declaration. It contains the root of the parsed ContentSpec tree which defines the regular expression used to validate the content. It also contains a flag indicating whether the declaration occurred in the internal or external subset of the DTD; this information is required for validation.

Source

Class summary
Methods defined in this class
get_content_spec() to_string()
Variables defined in this class
content_spec in_ext_subset

Method detail

get_content_spec()

Get the root ContentSpec object.
Source

to_string()

Source

Variable detail

content_spec


in_ext_subset