#include <xalanc/XalanDOM/XalanEmptyNamedNodeMap.hpp>
Definition at line 31 of file XalanEmptyNamedNodeMap.hpp.
◆ XalanEmptyNamedNodeMap() [1/2]
xalanc::XalanEmptyNamedNodeMap::XalanEmptyNamedNodeMap |
( |
| ) |
|
◆ ~XalanEmptyNamedNodeMap()
virtual xalanc::XalanEmptyNamedNodeMap::~XalanEmptyNamedNodeMap |
( |
| ) |
|
|
virtual |
◆ XalanEmptyNamedNodeMap() [2/2]
◆ getLength()
virtual XalanSize_t xalanc::XalanEmptyNamedNodeMap::getLength |
( |
| ) |
const |
|
virtual |
The number of nodes in the map.
The range of valid child node indices is 0 to length-1
inclusive.
Implements xalanc::XalanNamedNodeMap.
◆ getNamedItem()
Retrieves a node specified by name.
- Parameters
-
name | The nodeName of a node to retrieve. |
- Returns
- A
Node
(of any type) with the specified nodeName
, or null
if it does not identify any node in the map.
Implements xalanc::XalanNamedNodeMap.
◆ getNamedItemNS()
Retrieves a node specified by local name and namespace URI.
- Parameters
-
namespaceURI | The namespace URI of the node to retrieve. |
localName | The local name of the node to retrieve. |
- Returns
- A
Node
(of any type) with the specified local name and namespace URI, or null
if they do not identify any node in the map.
Implements xalanc::XalanNamedNodeMap.
◆ item()
virtual XalanNode* xalanc::XalanEmptyNamedNodeMap::item |
( |
XalanSize_t |
index | ) |
const |
|
virtual |
Returns the index
th item in the map.
If index
is greater than or equal to the number of nodes in the map, this returns null
.
- Parameters
-
- Returns
- The node at the
index
th position in the NamedNodeMap
, or null
if that is not a valid index.
Implements xalanc::XalanNamedNodeMap.
◆ operator=()
◆ operator==()
The documentation for this class was generated from the following file: