Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Types | Public Member Functions | Static Public Member Functions | List of all members
XercesDOM_TextHack Class Reference

#include <XercesDOM_NodeHack.hpp>

Inherits XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text.

Public Types

typedef XERCES_CPP_NAMESPACE_QUALIFIER 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 XERCES_CPP_NAMESPACE_QUALIFIER DOM_Text XercesDOM_TextHack::ParentType

Definition at line 155 of file XercesDOM_NodeHack.hpp.

Constructor & Destructor Documentation

◆ XercesDOM_TextHack() [1/2]

XercesDOM_TextHack::XercesDOM_TextHack ( TextImplType theImpl = 0)

◆ XercesDOM_TextHack() [2/2]

XercesDOM_TextHack::XercesDOM_TextHack ( const ParentType theSource)

◆ ~XercesDOM_TextHack()

XercesDOM_TextHack::~XercesDOM_TextHack ( )

Member Function Documentation

◆ getDataImpl()

const DOMStringType XercesDOM_TextHack::getDataImpl ( ) const

◆ getImpl() [1/2]

TextImplType* XercesDOM_TextHack::getImpl ( ) const
inline

Definition at line 183 of file XercesDOM_NodeHack.hpp.

◆ getImpl() [2/2]

static TextImplType* XercesDOM_TextHack::getImpl ( const ParentType theNode)
inlinestatic

Definition at line 189 of file XercesDOM_NodeHack.hpp.

◆ getLocalNameImpl()

const DOMStringType XercesDOM_TextHack::getLocalNameImpl ( ) const

◆ getNamespaceURIImpl()

const DOMStringType XercesDOM_TextHack::getNamespaceURIImpl ( ) const

◆ getNodeNameImpl()

const DOMStringType XercesDOM_TextHack::getNodeNameImpl ( ) const

◆ getNodeValueImpl()

const DOMStringType XercesDOM_TextHack::getNodeValueImpl ( ) const

◆ getPrefixImpl()

const DOMStringType XercesDOM_TextHack::getPrefixImpl ( ) const

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

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.

Apache Logo