
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] |
| MemoryManagerType& NodeRefList::getMemoryManager | ( | ) |
| NodeRefList& NodeRefList::operator= | ( | const NodeRefListBase & | theRHS | ) |
| NodeRefList& NodeRefList::operator= | ( | const NodeRefList & | theRHS | ) |
Reimplemented in MutableNodeRefList.
| bool NodeRefList::empty | ( | ) | const |
| 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.
Retrieve the zero based index of the node in the list.
| theNode | node whose index to find |
Implements NodeRefListBase.
| bool NodeRefList::checkForDuplicates | ( | MemoryManagerType & | theManager | ) | const |
| void NodeRefList::swap | ( | NodeRefList & | theOther | ) |
| 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. |
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 |
|
|