Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
xalanc::XercesDOM_NodeHack Class Reference

This class is deprecated. More...

#include <xalanc/XercesParserLiaison/Deprecated/XercesDOM_NodeHack.hpp>

Inheritance diagram for xalanc::XercesDOM_NodeHack:
[legend]
Collaboration diagram for xalanc::XercesDOM_NodeHack:
[legend]

Public Types

typedef xercesc::DOM_Node ParentType
 

Public Member Functions

 XercesDOM_NodeHack (NodeImplType *theImpl=0)
 
 ~XercesDOM_NodeHack ()
 
NodeImplTypegetImpl () const
 

Static Public Member Functions

static NodeImplTypegetImpl (const ParentType &theNode)
 

Detailed Description

This class is deprecated.

An evil class to hack the Xerces smart-pointer class. I'm only doing this because I have to...

Deprecated:
This class is part of the deprecated Xerces DOM bridge.

Definition at line 57 of file XercesDOM_NodeHack.hpp.

Member Typedef Documentation

◆ ParentType

typedef xercesc::DOM_Node xalanc::XercesDOM_NodeHack::ParentType

Definition at line 61 of file XercesDOM_NodeHack.hpp.

Constructor & Destructor Documentation

◆ XercesDOM_NodeHack()

xalanc::XercesDOM_NodeHack::XercesDOM_NodeHack ( NodeImplType theImpl = 0)

◆ ~XercesDOM_NodeHack()

xalanc::XercesDOM_NodeHack::~XercesDOM_NodeHack ( )

Member Function Documentation

◆ getImpl() [1/2]

NodeImplType* xalanc::XercesDOM_NodeHack::getImpl ( ) const
inline

Definition at line 68 of file XercesDOM_NodeHack.hpp.

◆ getImpl() [2/2]

static NodeImplType* xalanc::XercesDOM_NodeHack::getImpl ( const ParentType theNode)
inlinestatic

Definition at line 74 of file XercesDOM_NodeHack.hpp.


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