Xalan-C++ API Reference 1.12.0
xalanc::XercesDOM_TextHack Class Reference

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

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

Public Types

typedef xercesc::DOM_Text ParentType

Public Member Functions

 XercesDOM_TextHack (TextImplType *theImpl=0)
 XercesDOM_TextHack (const ParentType &theSource)
 ~XercesDOM_TextHack ()
const DOMStringType getNodeNameImpl () const
const DOMStringType getNodeValueImpl () const
const DOMStringType getNamespaceURIImpl () const
const DOMStringType getPrefixImpl () const
const DOMStringType getLocalNameImpl () const
const DOMStringType getDataImpl () const
TextImplTypegetImpl () const

Static Public Member Functions

static TextImplTypegetImpl (const ParentType &theNode)

Detailed Description

Definition at line 151 of file XercesDOM_NodeHack.hpp.

Member Typedef Documentation

◆ ParentType

typedef xercesc::DOM_Text xalanc::XercesDOM_TextHack::ParentType

Definition at line 155 of file XercesDOM_NodeHack.hpp.

Constructor & Destructor Documentation

◆ XercesDOM_TextHack() [1/2]

xalanc::XercesDOM_TextHack::XercesDOM_TextHack ( TextImplType * theImpl = 0)

Referenced by getImpl().

◆ XercesDOM_TextHack() [2/2]

xalanc::XercesDOM_TextHack::XercesDOM_TextHack ( const ParentType & theSource)

◆ ~XercesDOM_TextHack()

xalanc::XercesDOM_TextHack::~XercesDOM_TextHack ( )

Member Function Documentation

◆ getDataImpl()

const DOMStringType xalanc::XercesDOM_TextHack::getDataImpl ( ) const

◆ getImpl() [1/2]

TextImplType * xalanc::XercesDOM_TextHack::getImpl ( ) const
inline

Definition at line 183 of file XercesDOM_NodeHack.hpp.

Referenced by getImpl().

◆ getImpl() [2/2]

TextImplType * xalanc::XercesDOM_TextHack::getImpl ( const ParentType & theNode)
inlinestatic

Definition at line 189 of file XercesDOM_NodeHack.hpp.

References getImpl(), and XercesDOM_TextHack().

◆ getLocalNameImpl()

const DOMStringType xalanc::XercesDOM_TextHack::getLocalNameImpl ( ) const

◆ getNamespaceURIImpl()

const DOMStringType xalanc::XercesDOM_TextHack::getNamespaceURIImpl ( ) const

◆ getNodeNameImpl()

const DOMStringType xalanc::XercesDOM_TextHack::getNodeNameImpl ( ) const

◆ getNodeValueImpl()

const DOMStringType xalanc::XercesDOM_TextHack::getNodeValueImpl ( ) const

◆ getPrefixImpl()

const DOMStringType xalanc::XercesDOM_TextHack::getPrefixImpl ( ) const

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