Unicorn XML Toolkit
Version 1.50.00

Namespace Dom
Class IEntity

class IEntity: public INode {
public:
    const WCHAR *GetPublicId();
    const WCHAR *GetSystemId();
    const WCHAR *GetNotationName();
    };
typedef XRefCnt<IEntity> XEntity;

The entity, either parsed or unparsed, in an XML document.

This class implements the C++ binding for the Entity 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 entity.
const�WCHAR�* GetSystemId ();
����������Returns the system identifier of this entity.
const�WCHAR�* GetNotationName ();
����������Returns the notation name of this entity.

Function Detail

GetPublicId

const WCHAR *GetPublicId();

Returns the public identifier of this entity.

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

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

GetSystemId

const WCHAR *GetSystemId();

Returns the system identifier of this entity.

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

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

GetNotationName

const WCHAR *GetNotationName();

Returns the notation name of this entity.

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

Returns:
the notation name of this entity, or the empty string if the notation name is not specified (in the other words, if this is the parsed entity)

Unicorn XML Toolkit
Version 1.50.00


This document was created using Unicorn DOC++.

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