Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XPath/XalanQNameByValueAllocator.hpp>
Definition at line 41 of file XalanQNameByValueAllocator.hpp.
Definition at line 53 of file XalanQNameByValueAllocator.hpp.
Definition at line 45 of file XalanQNameByValueAllocator.hpp.
Definition at line 46 of file XalanQNameByValueAllocator.hpp.
Definition at line 56 of file XalanQNameByValueAllocator.hpp.
xalanc::XalanQNameByValueAllocator::XalanQNameByValueAllocator | ( | MemoryManager & | theManager, |
size_type | theBlockCount | ||
) |
Construct an instance that will allocate blocks of the specified size.
theBlockSize | The block size. |
xalanc::XalanQNameByValueAllocator::~XalanQNameByValueAllocator | ( | ) |
data_type * xalanc::XalanQNameByValueAllocator::create | ( | const XalanDOMChar * | qname, |
const NamespacesStackType & | namespaces, | ||
const Locator * | locator = 0 , |
||
bool | fUseDefault = false |
||
) |
Create an instance.
qname | QName string |
namespaces | namespace vector stack to use |
locator | The Locator instance for error reporting, if any |
fUseDefault | If true, then elements with no prefix will have the default namespace URI, if there is one. |
data_type * xalanc::XalanQNameByValueAllocator::create | ( | const XalanDOMString & | qname, |
const NamespacesStackType & | namespaces, | ||
const Locator * | locator = 0 , |
||
bool | fUseDefault = false |
||
) |
Create an instance.
qname | QName string |
namespaces | namespace vector stack to use |
locator | The Locator instance for error reporting, if any |
fUseDefault | If true, then elements with no prefix will have the default namespace URI, if there is one. |
data_type * xalanc::XalanQNameByValueAllocator::create | ( | const XalanDOMString & | qname, |
const PrefixResolver * | theResolver = 0 , |
||
const Locator * | locator = 0 |
||
) |
Create an instance.
qname | QName string |
theResolver | prefix resolver to use |
locator | The Locator instance for error reporting, if any |
data_type * xalanc::XalanQNameByValueAllocator::create | ( | const XalanDOMString & | theNamespaceURI, |
const XalanDOMString & | theLocalPart | ||
) |
Create an instance.
theNamespace | namespace string |
theLocalPart | local part string |
data_type * xalanc::XalanQNameByValueAllocator::create | ( | const XalanQNameByValue & | theSource | ) |
Create an instance.
theSource | The source of the copy. |
|
inline |
Get the number of ArenaBlocks currently allocated.
Definition at line 165 of file XalanQNameByValueAllocator.hpp.
|
inline |
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition at line 177 of file XalanQNameByValueAllocator.hpp.
Determine if an object is owned by the allocator...
Definition at line 145 of file XalanQNameByValueAllocator.hpp.
|
inline |
Delete all objects from the allocator.
Definition at line 154 of file XalanQNameByValueAllocator.hpp.
References xalanc::XalanMemMgrAutoPtr< Type >::reset().
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Tue Oct 10 2023 15:42:18 for Xalan-C++ API Reference by