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

nodeDecl Class Reference

base class for all xml nodes More...

#include <sxs.h>

Inheritance diagram for nodeDecl:

namedNodeDecl attributeDecl elementDecl entityDecl notationDecl

List of all members.

Public Member Functions

 nodeDecl (xmlNodeType type)
 constructor
 nodeDecl (const nodeDecl &x)
 copy constructor
 ~nodeDecl ()
 destructor
xmlNodeType get_type () const
 gets xml type

Protected Attributes

xmlNodeType _type
 xml type

Private Member Functions

nodeDecloperator= (const nodeDecl &x)
 private assign operator


Detailed Description

base class for all xml nodes

Definition at line 111 of file sxs.h.


Constructor & Destructor Documentation

nodeDecl::nodeDecl ( xmlNodeType  type  ) 

constructor

Parameters:
type  xml type

Definition at line 47 of file sxs.cpp.

nodeDecl::nodeDecl ( const nodeDecl x  ) 

copy constructor

Definition at line 52 of file sxs.cpp.

BEGIN_TERIMBER_NAMESPACE nodeDecl::~nodeDecl (  ) 

destructor

Definition at line 43 of file sxs.cpp.


Member Function Documentation

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

private assign operator


Member Data Documentation

xml type

Definition at line 130 of file sxs.h.

Referenced by get_type().


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


© Copyright Terimber 2003-.