Unicorn XML Toolkit
Version 1.50.00

Namespace Dom
Class IDocumentType

class IDocumentType: public INode {
public:
    const WCHAR *GetName();
    XNamedNodeMap GetEntities();
    XNamedNodeMap GetNotations();
    };
typedef XRefCnt<IDocumentType> XDocumentType;

The container for information related to DTD.

This class implements the C++ binding for the DocumentType interface specified by DOM.

The entire class is not supported by any document model implemented in the present release of the toolkit. Interfaces described below are reserved for the future.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
See Also:
INamedNodeMap
Function Summary
const�WCHAR�* GetName ();
����������Returns the name of this document type.
XNamedNodeMap GetEntities ();
����������Returns the map of entity nodes defined by this document type.
XNamedNodeMap GetNotations ();
����������Returns the map of notation nodes defined by this document type.

Function Detail

GetName

const WCHAR *GetName();

Returns the name of this document type.

This method implements C++ binding for the name attribute specified by DOM.

Returns:
the name of this document type

GetEntities

XNamedNodeMap GetEntities();

Returns the map of entity nodes defined by this document type.

This method implements C++ binding for the entities attribute specified by DOM.

Returns:
the map of entity nodes defined by this document type

GetNotations

XNamedNodeMap GetNotations();

Returns the map of notation nodes defined by this document type.

This method implements C++ binding for the notations attribute specified by DOM.

Returns:
the map of notation nodes defined by this document type

Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.