Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.11


Public Member Functions | Static Public Member Functions | List of all members
ICUBridgeCollationCompareFunctor Class Reference

#include <ICUBridgeCollationCompareFunctor.hpp>

Inherits XalanCollationServices::CollationCompareFunctor.

Public Member Functions

 ICUBridgeCollationCompareFunctor (MemoryManager &theManager, bool fCacheCollators=false)
 Constructor. More...
 
virtual ~ICUBridgeCollationCompareFunctor ()
 
virtual int operator() (const XalanDOMChar *theLHS, const XalanDOMChar *theRHS, XalanCollationServices::eCaseOrder theCaseOrder=XalanCollationServices::eDefault) const
 
virtual int operator() (const XalanDOMChar *theLHS, const XalanDOMChar *theRHS, const XalanDOMChar *theLocale, XalanCollationServices::eCaseOrder theCaseOrder=XalanCollationServices::eDefault) const
 
- Public Member Functions inherited from XalanCollationServices::CollationCompareFunctor
 CollationCompareFunctor ()
 
virtual ~CollationCompareFunctor ()
 

Static Public Member Functions

static ICUBridgeCollationCompareFunctorcreate (MemoryManager &theManager, bool fCacheCollators=false)
 

Detailed Description

Definition at line 40 of file ICUBridgeCollationCompareFunctor.hpp.

Constructor & Destructor Documentation

◆ ICUBridgeCollationCompareFunctor()

ICUBridgeCollationCompareFunctor::ICUBridgeCollationCompareFunctor ( MemoryManager &  theManager,
bool  fCacheCollators = false 
)

Constructor.

Parameters
fCacheCollatorsIf true, the instance will cache collators. This is not thread-safe, so each thread must have its own instance.

◆ ~ICUBridgeCollationCompareFunctor()

virtual ICUBridgeCollationCompareFunctor::~ICUBridgeCollationCompareFunctor ( )
virtual

Member Function Documentation

◆ create()

static ICUBridgeCollationCompareFunctor* ICUBridgeCollationCompareFunctor::create ( MemoryManager &  theManager,
bool  fCacheCollators = false 
)
static

◆ operator()() [1/2]

virtual int ICUBridgeCollationCompareFunctor::operator() ( const XalanDOMChar *  theLHS,
const XalanDOMChar *  theRHS,
XalanCollationServices::eCaseOrder  theCaseOrder = XalanCollationServices::eDefault 
) const
virtual

◆ operator()() [2/2]

virtual int ICUBridgeCollationCompareFunctor::operator() ( const XalanDOMChar *  theLHS,
const XalanDOMChar *  theRHS,
const XalanDOMChar *  theLocale,
XalanCollationServices::eCaseOrder  theCaseOrder = XalanCollationServices::eDefault 
) 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