#include <XalanNamedNodeMap.hpp>
Inherited by XalanEmptyNamedNodeMap, XalanSourceTreeElementA [private]
, XercesNamedNodeMapBridge, and XercesNamedNodeMapWrapper.
Definition at line 36 of file XalanNamedNodeMap.hpp.
§ XalanNamedNodeMap() [1/2]
XalanNamedNodeMap::XalanNamedNodeMap |
( |
| ) |
|
§ ~XalanNamedNodeMap()
virtual XalanNamedNodeMap::~XalanNamedNodeMap |
( |
| ) |
|
|
virtual |
§ XalanNamedNodeMap() [2/2]
§ getLength()
virtual XalanSize_t XalanNamedNodeMap::getLength |
( |
| ) |
const |
|
pure virtual |
§ getNamedItem()
§ 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.
Implemented in XercesNamedNodeMapBridge, XercesNamedNodeMapWrapper, and XalanEmptyNamedNodeMap.
§ item()
virtual XalanNode* XalanNamedNodeMap::item |
( |
XalanSize_t |
index | ) |
const |
|
pure 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.
Implemented in XercesNamedNodeMapWrapper, and XalanEmptyNamedNodeMap.
§ operator=()
§ operator==()
The documentation for this class was generated from the following file: