Home | All Classes | Grouped Classes | Index | Search
DOM Entity class. More...
Derived from:
CL_DomNode
Derived by:
none
Group: Core (XML)
#include <ClanLib/core.h>
Construction:
Constructs a DOM Entity handle. |
Attributes:
The public identifier associated with the entity. | |
The system identifier associated with the entity. | |
For unparsed entities, the name of the notation for the entity. |
Detailed description:
!group=Core/XML! !header=core.h!This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration. Entity declaration modeling has been left for a later Level of the DOM specification.