Local implementation of NodeRefList. More...
Local implementation of NodeRefList.
This class is for internal use only.
| typedef unsigned int NodeRefListBase::size_type |
| NodeRefListBase::NodeRefListBase | ( | ) |
| virtual NodeRefListBase::~NodeRefListBase | ( | ) | [virtual] |
| NodeRefListBase::NodeRefListBase | ( | const NodeRefListBase & | ) | [protected] |
| virtual size_type NodeRefListBase::getLength | ( | ) | const [pure virtual] |
Determine the number of nodes in the list.
The range of valid child node indices is 0 to length-1 inclusive.
Implemented in NodeRefList, XalanDocumentFragmentNodeRefListBaseProxy, and XNodeSetNodeProxy::Proxy.
Retrieve the zero based index of the node in the list.
| theNode | node whose index to find |
Implemented in NodeRefList, XalanDocumentFragmentNodeRefListBaseProxy, and XNodeSetNodeProxy::Proxy.
Returns the indexth item in the collection.
If index is greater than or equal to the number of nodes in the list, this returns null.
| index | index into the collection |
indexth position in the NodeList, or null if that is not a valid index Implemented in NodeRefList, XalanDocumentFragmentNodeRefListBaseProxy, and XNodeSetNodeProxy::Proxy.
| NodeRefListBase& NodeRefListBase::operator= | ( | const NodeRefListBase & | ) | [protected] |
Reimplemented in MutableNodeRefList, and NodeRefList.
const size_type NodeRefListBase::npos [static] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|