Previous IDL Reference Guide: File Format Object Classes Next

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

  IDL Online Help (March 06, 2007)