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