18 #if !defined(NODEREFLIST_HEADER_GUARD_1357924680)
19 #define NODEREFLIST_HEADER_GUARD_1357924680
57 MemoryManager& theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR);
62 return m_nodeList.getMemoryManager();
73 MemoryManager& theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR);
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
MemoryManager & getMemoryManager()
XalanDOMString::size_type indexOf(const XalanDOMChar *theString, XalanDOMChar theChar)
Simulates the java String method indexOf().
Local implementation of NodeRefList.
void ensureAllocation(NodeListVectorType::size_type theSize=0)
Ensure that an allocation is either the default allocation amount, or the amount specified in the par...
#define XALAN_DEFAULT_CONSTRUCTOR_MEMMGR
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
void swap(NodeRefList &theOther)
Local implementation of NodeRefList.
XalanVector< XalanNode * > NodeListVectorType
NodeListVectorType m_nodeList
#define XALAN_XPATH_EXPORT