Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

entityDecl Class Reference

entity description More...

#include <sxs.h>

Inheritance diagram for entityDecl:

namedNodeDecl nodeDecl namedNode

List of all members.

Public Member Functions

 entityDecl (const char *name, byte_allocator *allocator_)
 constructor
 entityDecl (const entityDecl &x)
 copy constructor

Public Attributes

string_t _systemId
 system ident
string_t _publicId
 public ident
string_t _notation
 notation
string_t _value
 value
bool _is_in_subset
 flag in subset
bool _is_parameter
 flag entity parameter
bool _is_encoded_char
 flag encoded char
bool _is_unparsed
 flag unparsed entity

Private Member Functions

entityDecloperator= (const entityDecl &x)
 assign operator


Detailed Description

entity description

Definition at line 240 of file sxs.h.


Constructor & Destructor Documentation

entityDecl::entityDecl ( const char *  name,
byte_allocator allocator_ 
)

constructor

Parameters:
name  entity name
allocator_  optional external allocator

Definition at line 159 of file sxs.cpp.

entityDecl::entityDecl ( const entityDecl x  ) 

copy constructor

Definition at line 172 of file sxs.cpp.


Member Function Documentation

entityDecl& entityDecl::operator= ( const entityDecl x  )  [private]

assign operator


Member Data Documentation

flag unparsed entity

Definition at line 260 of file sxs.h.

Referenced by xml_grammar::copy(), dtd_processor::parseEntityDef(), and byte_manager::resolveEntity().


The documentation for this class was generated from the following files:


© Copyright Terimber 2003-.