XalanQNameByValueAllocator::XalanQNameByValueAllocator | ( | MemoryManagerType & | theManager, | |
size_type | theBlockCount | |||
) |
Construct an instance that will allocate blocks of the specified size.
theBlockSize | The block size. |
XalanQNameByValueAllocator::~XalanQNameByValueAllocator | ( | ) |
data_type* XalanQNameByValueAllocator::create | ( | const XalanQNameByValue & | theSource | ) |
Create an instance.
theSource | The source of the copy. |
data_type* XalanQNameByValueAllocator::create | ( | const XalanDOMString & | theNamespaceURI, | |
const XalanDOMString & | theLocalPart | |||
) |
Create an instance.
theNamespace | namespace string | |
theLocalPart | local part string |
data_type* XalanQNameByValueAllocator::create | ( | const XalanDOMString & | qname, | |
const NamespacesStackType & | namespaces, | |||
const LocatorType * | 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* XalanQNameByValueAllocator::create | ( | const XalanDOMChar * | qname, | |
const NamespacesStackType & | namespaces, | |||
const LocatorType * | 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* XalanQNameByValueAllocator::create | ( | const XalanDOMString & | qname, | |
const XalanElement * | namespaceContext, | |||
const XPathEnvSupport & | envSupport, | |||
const DOMSupport & | domSupport, | |||
const LocatorType * | locator = 0 | |||
) |
Create an instance.
qname | QName string | |
namespaceContext | context object for namespace resolution | |
envSupport | XPathEnvSupport class instance | |
domSupport | DOMSupport class instance | |
locator | The Locator instance for error reporting, if any |
data_type* XalanQNameByValueAllocator::create | ( | const XalanDOMString & | qname, | |
const PrefixResolver * | theResolver = 0 , |
|||
const LocatorType * | locator = 0 | |||
) |
Create an instance.
qname | QName string | |
theResolver | prefix resolver to use | |
locator | The Locator instance for error reporting, if any |
bool XalanQNameByValueAllocator::ownsObject | ( | const data_type * | theObject | ) |
Determine if an object is owned by the allocator.
..
void XalanQNameByValueAllocator::reset | ( | ) |
Delete all objects from the allocator.
size_type XalanQNameByValueAllocator::getBlockCount | ( | ) | const |
Get the number of ArenaBlocks currently allocated.
size_type XalanQNameByValueAllocator::getBlockSize | ( | ) | const |
Get size of an ArenaBlock, that is, the number of objects in each block.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|