Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <DOMStringHelper.hpp>

Public Types

typedef void(FormatterListener::* MemberFunctionPtr) (const XMLCh *const, const FormatterListener::size_type)
 

Static Public Member Functions

static void initialize (MemoryManager &theMemoryManager)
 
static void terminate ()
 
static void NumberToCharacters (double theValue, FormatterListener &formatterListener, MemberFunctionPtr function)
 
static void NumberToCharacters (long theValue, FormatterListener &formatterListener, MemberFunctionPtr function)
 
static void NumberToCharacters (XALAN_INT64 theValue, FormatterListener &formatterListener, MemberFunctionPtr function)
 

Detailed Description

Definition at line 676 of file DOMStringHelper.hpp.

Member Typedef Documentation

◆ MemberFunctionPtr

typedef void(FormatterListener::* DOMStringHelper::MemberFunctionPtr) (const XMLCh *const, const FormatterListener::size_type)

Definition at line 680 of file DOMStringHelper.hpp.

Member Function Documentation

◆ initialize()

static void DOMStringHelper::initialize ( MemoryManager &  theMemoryManager)
static

◆ NumberToCharacters() [1/3]

static void DOMStringHelper::NumberToCharacters ( double  theValue,
FormatterListener formatterListener,
MemberFunctionPtr  function 
)
static

◆ NumberToCharacters() [2/3]

static void DOMStringHelper::NumberToCharacters ( long  theValue,
FormatterListener formatterListener,
MemberFunctionPtr  function 
)
static

◆ NumberToCharacters() [3/3]

static void DOMStringHelper::NumberToCharacters ( XALAN_INT64  theValue,
FormatterListener formatterListener,
MemberFunctionPtr  function 
)
static

◆ terminate()

static void DOMStringHelper::terminate ( )
static

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