18#if !defined(XALANDOCUMENTFRAGMENTNODEREFLISTBASEPROXY_HEADER_GUARD_1357924680)
19#define XALANDOCUMENTFRAGMENTNODEREFLISTBASEPROXY_HEADER_GUARD_1357924680
37class XalanDocumentFragment;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
Local implementation of NodeRefList.
virtual ~XalanDocumentFragmentNodeRefListBaseProxy()
XalanNode * item(size_type index) const
Returns the indexth item in the collection.
size_type getLength() const
Determine the number of nodes in the list.
size_type indexOf(const XalanNode *theNode) const
Retrieve the zero based index of the node in the list.
XalanDocumentFragmentNodeRefListBaseProxy(const XalanDocumentFragment &value)
Construct an instance from a document fragment.
XalanDocumentFragmentNodeRefListBaseProxy(const XalanDocumentFragmentNodeRefListBaseProxy &source)
Copy constructor.