Local implementation of NodeRefList. More...
Local implementation of NodeRefList.
This class is for internal use only.
| NodeRefList::NodeRefList | ( | MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ) | [explicit] |
| NodeRefList::NodeRefList | ( | const NodeRefList & | theSource, |
| MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ||
| ) |
Construct a node list from another.
| theSource | source node list |
| NodeRefList::NodeRefList | ( | const NodeRefListBase & | theSource, |
| MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ||
| ) | [explicit] |
Construct a node list from another.
| theSource | source node list |
| virtual NodeRefList::~NodeRefList | ( | ) | [virtual] |
| bool NodeRefList::checkForDuplicates | ( | MemoryManagerType & | theManager | ) | const |
| bool NodeRefList::empty | ( | ) | const |
| void NodeRefList::ensureAllocation | ( | NodeListVectorType::size_type | theSize = 0 | ) | [protected] |
Ensure that an allocation is either the default allocation amount, or the amount specified in the parameter, whichever is larger.
| theSize | The requested size. |
| virtual size_type NodeRefList::getLength | ( | ) | const [virtual] |
Determine the number of nodes in the list.
The range of valid child node indices is 0 to length-1 inclusive.
Implements NodeRefListBase.
| MemoryManagerType& NodeRefList::getMemoryManager | ( | ) |
Retrieve the zero based index of the node in the list.
| theNode | node whose index to find |
Implements NodeRefListBase.
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 Implements NodeRefListBase.
| NodeRefList& NodeRefList::operator= | ( | const NodeRefListBase & | theRHS | ) |
Reimplemented from NodeRefListBase.
Reimplemented in MutableNodeRefList.
| NodeRefList& NodeRefList::operator= | ( | const NodeRefList & | theRHS | ) |
Reimplemented in MutableNodeRefList.
| void NodeRefList::swap | ( | NodeRefList & | theOther | ) |
NodeListVectorType NodeRefList::m_nodeList [protected] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|