Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


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

#include <ICUFormatNumberFunctor.hpp>

Inherits FormatNumberFunctor.

Classes

class  UnlocalizePatternFunctor
 

Public Types

typedef XalanList< DecimalFormatCacheStructDecimalFormatCacheListType
 

Public Member Functions

 ICUFormatNumberFunctor (MemoryManager &theManager)
 
virtual ~ICUFormatNumberFunctor ()
 
virtual void operator() (XPathExecutionContext &executionContext, double theNumber, const XalanDOMString &thePattern, const XalanDecimalFormatSymbols *theDFS, XalanDOMString &theResult, const XalanNode *context=0, const Locator *locator=0) const
 

Static Public Member Functions

static ICUFormatNumberFunctorcreate (MemoryManager &theManager)
 

Detailed Description

Definition at line 159 of file ICUFormatNumberFunctor.hpp.

Member Typedef Documentation

◆ DecimalFormatCacheListType

Definition at line 201 of file ICUFormatNumberFunctor.hpp.

Constructor & Destructor Documentation

◆ ICUFormatNumberFunctor()

ICUFormatNumberFunctor::ICUFormatNumberFunctor ( MemoryManager &  theManager)

◆ ~ICUFormatNumberFunctor()

virtual ICUFormatNumberFunctor::~ICUFormatNumberFunctor ( )
virtual

Member Function Documentation

◆ create()

static ICUFormatNumberFunctor* ICUFormatNumberFunctor::create ( MemoryManager &  theManager)
static

◆ operator()()

virtual void ICUFormatNumberFunctor::operator() ( XPathExecutionContext executionContext,
double  theNumber,
const XalanDOMString thePattern,
const XalanDecimalFormatSymbols theDFS,
XalanDOMString theResult,
const XalanNode context = 0,
const Locator *  locator = 0 
) const
virtual

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