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
ICUBridgeCollationCompareFunctorImpl Class Reference

#include <ICUBridgeCollationCompareFunctorImpl.hpp>

Inherits XalanCollationServices::CollationCompareFunctor.

Public Types

enum  { eCacheMax = 10 }
 
typedef XalanList< CollationCacheStructCollatorCacheListType
 

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Definition at line 138 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Member Typedef Documentation

◆ CollatorCacheListType

Definition at line 183 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
eCacheMax 

Definition at line 185 of file ICUBridgeCollationCompareFunctorImpl.hpp.

Constructor & Destructor Documentation

◆ ICUBridgeCollationCompareFunctorImpl()

ICUBridgeCollationCompareFunctorImpl::ICUBridgeCollationCompareFunctorImpl ( 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.

◆ ~ICUBridgeCollationCompareFunctorImpl()

ICUBridgeCollationCompareFunctorImpl::~ICUBridgeCollationCompareFunctorImpl ( )

Member Function Documentation

◆ create()

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

◆ getMemoryManager()

MemoryManager& ICUBridgeCollationCompareFunctorImpl::getMemoryManager ( ) const
inline

Definition at line 158 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ isValid()

bool ICUBridgeCollationCompareFunctorImpl::isValid ( ) const
inline

Definition at line 177 of file ICUBridgeCollationCompareFunctorImpl.hpp.

◆ operator()() [1/2]

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

◆ operator()() [2/2]

int ICUBridgeCollationCompareFunctorImpl::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