|
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(NODEREFLIST_HEADER_GUARD_1357924680)
19 #define NODEREFLIST_HEADER_GUARD_1357924680
62 return m_nodeList.getMemoryManager();
87 return m_nodeList.empty();
104 checkForDuplicates(MemoryManager& theManager)
const;
121 eDefaultVectorSize = 100
134 m_nodeList.reserve(eDefaultVectorSize > theSize ? eDefaultVectorSize : theSize);
139 #if defined (XALAN_DEVELOPMENT)
152 #endif // NODEREFLIST_HEADER_GUARD_1357924680
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void ensureAllocation(NodeListVectorType::size_type theSize=0)
Ensure that an allocation is either the default allocation amount, or the amount specified in the par...
NodeListVectorType m_nodeList
XalanDOMString::size_type indexOf(const XalanDOMChar *theString, XalanDOMChar theChar)
Simulates the java String method indexOf().
Local implementation of NodeRefList.
#define XALAN_XPATH_EXPORT
void swap(NodeRefList &theOther)
MemoryManager & getMemoryManager()
Local implementation of NodeRefList.
XalanVector< XalanNode * > NodeListVectorType
#define XALAN_DEFAULT_CONSTRUCTOR_MEMMGR