IDLffXMLDOMDocumentType::GetEntities

Syntax | Return Value | Arguments | Keywords | Version History

The IDLffXMLDOMDocumentType::GetEntities function method returns the general entities, both external and internal, declared in the DTD.

Syntax

Result = Obj->[IDLffXMLDOMDocumentType::]GetEntities()

Return Value

Returns an object reference to a named node map (IDLffXMLDOMNamedNodeMap) containing the general entities declared in the DTD. If there are no entities, this method returns an empty named node map.

Arguments

None

Keywords

None

Version History

6.1

Introduced