Unicorn XML Toolkit
Version 1.00.00

Namespace Dom
Class INotation

class INotation: virtual public INode {
public:
    INotation();
    virtual ~INotation();
public:
    virtual CString GetPublicId() = 0;
    virtual CString GetSystemId() = 0;
    };

The notation declared in the DTD.

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

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
INotation ();
����������Constructs the notation.
~INotation ();
����������Destroys the notation.

Function Summary
CString GetPublicId ();
����������Returns the public identifier of this notation.
CString GetSystemId ();
����������Returns the system identifier of this notation.

Constructor/Destructor Detail

INotation

INotation();

Constructs the notation.

~INotation

virtual ~INotation();

Destroys the notation.

Function Detail

GetPublicId

virtual CString GetPublicId() = 0;

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

virtual CString GetSystemId() = 0;

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.00.00


This document was created using Unicorn DOC++.

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