Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(NODEREFLIST_HEADER_GUARD_1357924680)
19 #define NODEREFLIST_HEADER_GUARD_1357924680
36 XALAN_CPP_NAMESPACE_BEGIN
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)
148 XALAN_CPP_NAMESPACE_END
152 #endif // NODEREFLIST_HEADER_GUARD_1357924680
virtual XalanNode * item(size_type index) const =0
Returns the indexth item in the collection.
MemoryManager & getMemoryManager()
#define XALAN_XPATH_EXPORT
void swap(NodeRefList &theOther)
XalanVector< XalanNode * > NodeListVectorType
Local implementation of NodeRefList.
virtual size_type indexOf(const XalanNode *theNode) const =0
Retrieve the zero based index of the node in the list.
virtual size_type getLength() const =0
Determine the number of nodes in the list.
Local implementation of NodeRefList.
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
NodeListVectorType m_nodeList
NodeRefListBase & operator=(const NodeRefListBase &)
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
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.
|
|