IDL Programming > Objects > File Format Object Classes > IDLffXMLSAX::ElementDecl

IDLffXMLSAX::ElementDecl

Syntax | Arguments | Keywords | Version History

The IDLffXMLSAX::ElementDecl procedure method is called when the parser detects an <!ELEMENT ...> declaration in the DTD.

Syntax

Obj->[IDLffXMLSAX::]ElementDecl, Name, Model

Arguments

Name

A string containing the name of the element.

Model

A string containing the content model (sometimes called the content specification) for the element, with all whitespace removed.

Keywords

None

Version History

5.6

Introduced