Main Page | Class Hierarchy | Class List | File List | Class Members

XMLSimplePrologEntity Class Reference

#include <xmlsimpleprologentity.h>

List of all members.

Public Member Functions

 XMLSimplePrologEntity ()
 XMLSimplePrologEntity (const XMLSimplePrologEntity &ent)
 XMLSimplePrologEntity (EntityType typ, const std::string &id, const std::string &pid, const std::string &sid, const std::string &cid)
 XMLSimplePrologEntity (const std::string &entLine)
void putType (EntityType typ)
void putId (const std::string &id)
void putPublicId (const std::string &pid)
void putSystemId (const std::string &sid)
void putContentId (const std::string &cid)
EntityType getType ()
std::string getId ()
std::string getPublicId ()
std::string getSystemId ()
std::string getContentId ()
void print ()


Detailed Description

XML dokumentuetako prologoetan agertzen diren entitateak errepresentatzeko klasea.


Constructor & Destructor Documentation

XMLSimplePrologEntity::XMLSimplePrologEntity  ) 
 

Metodo eraikitzailea.

XMLSimplePrologEntity::XMLSimplePrologEntity const XMLSimplePrologEntity ent  ) 
 

Kopia eraikitzailea.

Parameters:
ent XMLSimplePrologEntity objektu bat.

XMLSimplePrologEntity::XMLSimplePrologEntity EntityType  typ,
const std::string &  id,
const std::string &  pid,
const std::string &  sid,
const std::string &  cid
 

Metodo eraikitzailea.

Parameters:
typ Entiate mota.
id Entitate identifikadorea.
pid Public Id.
sid System Id.
cid Content Id.

XMLSimplePrologEntity::XMLSimplePrologEntity const std::string &  entLine  ) 
 

Metodo eraikitzailea.

Parameters:
entLine Entitatearen katea, dokumentuetan agertzen den moduan.


Member Function Documentation

string XMLSimplePrologEntity::getContentId  ) 
 

Content Id eskuratu.

Returns:
Identifikadorearen katea.

string XMLSimplePrologEntity::getId  ) 
 

Entitate identifikadorea eskuratu.

Returns:
Identifikadorearen katea.

string XMLSimplePrologEntity::getPublicId  ) 
 

Public Id eskuratu.

Returns:
Identifikadorearen katea.

string XMLSimplePrologEntity::getSystemId  ) 
 

System Id eskuratu.

Returns:
Identifikadorearen katea.

EntityType XMLSimplePrologEntity::getType  ) 
 

Entitate mota eskuratu.

Returns:
Entitate mota.

void XMLSimplePrologEntity::print  ) 
 

Entitatea pantailaratu.

void XMLSimplePrologEntity::putContentId const std::string &  cid  ) 
 

Content Id ezarri.

Parameters:
cid Identifikadorearen katea.

void XMLSimplePrologEntity::putId const std::string &  id  ) 
 

Entitate identifikadorea ezarri.

Parameters:
id Identifikadorearen katea.

void XMLSimplePrologEntity::putPublicId const std::string &  pid  ) 
 

Public Id ezarri.

Parameters:
pid Identifikadorearen katea.

void XMLSimplePrologEntity::putSystemId const std::string &  sid  ) 
 

System Id ezarri.

Parameters:
sid Identifikadorearen katea.

void XMLSimplePrologEntity::putType EntityType  typ  ) 
 

Entitate mota ezarri.

Parameters:
typ Entitate mota.


The documentation for this class was generated from the following files:
Generated on Tue Sep 11 12:08:06 2007 for libIXAml by doxygen 1.3.5