Unicorn XML Toolkit
Version 1.50.00

Namespace Dom
Class INotation

class INotation: public INode {
public:
    const WCHAR *GetPublicId();
    const WCHAR *GetSystemId();
    };
typedef XRefCnt<INotation> XNotation;

The notation declared in the DTD.

This class implements the C++ binding for the Notation 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
Function Summary
const�WCHAR�* GetPublicId ();
����������Returns the public identifier of this notation.
const�WCHAR�* GetSystemId ();
����������Returns the system identifier of this notation.

Function Detail

GetPublicId

const WCHAR *GetPublicId();

Returns the public identifier of this notation.

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

Returns:
the public identifier of this notation, or the empty string if the public identifier is not specified

GetSystemId

const WCHAR *GetSystemId();

Returns the system identifier of this notation.

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

Returns:
the system identifier of this notation, or the empty string if the system identifier is not specified

Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

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