18#if !defined(NODEREFLISTBASE_HEADER_GUARD_1357924680)
19#define NODEREFLISTBASE_HEADER_GUARD_1357924680
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Local implementation of NodeRefList.
virtual ~NodeRefListBase()
NodeRefListBase(const NodeRefListBase &)
virtual size_type getLength() const =0
Determine the number of nodes in the list.
NodeRefListBase & operator=(const NodeRefListBase &)
static const size_type npos
virtual size_type indexOf(const XalanNode *theNode) const =0
Retrieve the zero based index of the node in the list.
virtual XalanNode * item(size_type index) const =0
Returns the indexth item in the collection.