#include <xalanc/XercesParserLiaison/XercesNamedNodeMapWrapper.hpp>
◆ XercesNamedNodeMapWrapper()
◆ ~XercesNamedNodeMapWrapper()
virtual xalanc::XercesNamedNodeMapWrapper::~XercesNamedNodeMapWrapper |
( |
| ) |
|
|
virtual |
◆ getLength()
virtual XalanSize_t xalanc::XercesNamedNodeMapWrapper::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::XercesNamedNodeMapWrapper::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.
The documentation for this class was generated from the following file: