Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | List of all members
StylesheetExecutionContextDefault::FormatNumberFunctor Class Referenceabstract

#include <StylesheetExecutionContextDefault.hpp>

Public Member Functions

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

Detailed Description

Definition at line 707 of file StylesheetExecutionContextDefault.hpp.

Constructor & Destructor Documentation

◆ FormatNumberFunctor()

StylesheetExecutionContextDefault::FormatNumberFunctor::FormatNumberFunctor ( )
inline

Definition at line 711 of file StylesheetExecutionContextDefault.hpp.

◆ ~FormatNumberFunctor()

virtual StylesheetExecutionContextDefault::FormatNumberFunctor::~FormatNumberFunctor ( )
inlinevirtual

Definition at line 714 of file StylesheetExecutionContextDefault.hpp.

Member Function Documentation

◆ operator()()

virtual void StylesheetExecutionContextDefault::FormatNumberFunctor::operator() ( XPathExecutionContext executionContext,
double  theNumber,
const XalanDOMString thePattern,
const XalanDecimalFormatSymbols theDFS,
XalanDOMString theResult,
const XalanNode context = 0,
const Locator *  locator = 0 
) const
pure 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