Local implementation of MutableNodeRefList. More...
#include <MutableNodeRefList.hpp>
Inheritance diagram for MutableNodeRefList:
Collaboration diagram for MutableNodeRefList:
Local implementation of MutableNodeRefList.
This class is for internal use only.
|
|
Construct an empty mutable node list.
|
Construct a mutable node list from another list.
theSource | source list |
|
Construct a mutable node list from another list.
theSource | source list |
|
|
Add a node at to the list.
n | node to add |
|
Add a node into list where it should occur in document order.
node | node object to add |
executionContext | the current execution context |
|
Copy NodeList members into this nodelist, adding in document order.
If a node is null, don't add it.
nodelist | node list to add |
|
Copy NodeList members into this nodelist, adding in document order.
If a node is null, don't add it.
nodelist | node list to add |
|
Copy NodeList members into this nodelist, adding in document order.
nodelist | node list to add |
executionContext | the current execution context |
|
Copy NodeList members into this nodelist, adding in document order.
nodelist | node list to add |
executionContext | the current execution context |
|
Remove all nodes.
|
Clear any null entries in the node list.
|
Reimplemented from NodeRefList.
|
Insert a node at a given position.
n | node to insert |
pos | position of insertion |
|
|
Reimplemented from NodeRefList.
|
Reimplemented from NodeRefList.
|
|
Remove a node from the list.
pos | position of node in list |
|
Remove a node from the list.
n | node to insert |
|
Set a item.
pos | position of node to modify |
n | node to insert, default is empty node |
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSL Transformer Version 1.0 |
|