|
Xalan-C++ API Reference 1.12.0
|
#include <xalanc/XalanDOM/XalanEmptyNamedNodeMap.hpp>
Public Member Functions | |
| XalanEmptyNamedNodeMap () | |
| virtual | ~XalanEmptyNamedNodeMap () |
| XalanEmptyNamedNodeMap (const XalanEmptyNamedNodeMap &theSource) | |
| XalanEmptyNamedNodeMap & | operator= (const XalanEmptyNamedNodeMap &theSource) |
| bool | operator== (const XalanEmptyNamedNodeMap &theRHS) const |
| virtual XalanNode * | item (XalanSize_t index) const |
Returns the indexth item in the map. More... | |
| virtual XalanNode * | getNamedItem (const XalanDOMString &name) const |
| Retrieves a node specified by name. More... | |
| virtual XalanSize_t | getLength () const |
| The number of nodes in the map. More... | |
| virtual XalanNode * | getNamedItemNS (const XalanDOMString &namespaceURI, const XalanDOMString &localName) const |
| Retrieves a node specified by local name and namespace URI. More... | |
Public Member Functions inherited from xalanc::XalanNamedNodeMap | |
| XalanNamedNodeMap () | |
| virtual | ~XalanNamedNodeMap () |
| virtual XalanNode * | item (XalanSize_t index) const =0 |
Returns the indexth item in the map. More... | |
| virtual XalanNode * | getNamedItem (const XalanDOMString &name) const =0 |
| Retrieves a node specified by name. More... | |
| virtual XalanSize_t | getLength () const =0 |
| The number of nodes in the map. More... | |
| virtual XalanNode * | getNamedItemNS (const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0 |
| Retrieves a node specified by local name and namespace URI. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from xalanc::XalanNamedNodeMap | |
| XalanNamedNodeMap (const XalanNamedNodeMap &theSource) | |
| XalanNamedNodeMap & | operator= (const XalanNamedNodeMap &theSource) |
| bool | operator== (const XalanNamedNodeMap &theRHS) const |
Definition at line 31 of file XalanEmptyNamedNodeMap.hpp.
| xalanc::XalanEmptyNamedNodeMap::XalanEmptyNamedNodeMap | ( | ) |
|
virtual |
| xalanc::XalanEmptyNamedNodeMap::XalanEmptyNamedNodeMap | ( | const XalanEmptyNamedNodeMap & | theSource | ) |
|
virtual |
The number of nodes in the map.
The range of valid child node indices is 0 to length-1 inclusive.
Implements xalanc::XalanNamedNodeMap.
|
virtual |
Retrieves a node specified by name.
| name | The nodeName of a node to retrieve. |
Node (of any type) with the specified nodeName, or null if it does not identify any node in the map. Implements xalanc::XalanNamedNodeMap.
|
virtual |
Retrieves a node specified by local name and namespace URI.
| namespaceURI | The namespace URI of the node to retrieve. |
| localName | The local name of the node to retrieve. |
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.
|
virtual |
Returns the indexth item in the map.
If index is greater than or equal to the number of nodes in the map, this returns null.
| index | Index into the map. |
indexth position in the NamedNodeMap, or null if that is not a valid index. Implements xalanc::XalanNamedNodeMap.
| XalanEmptyNamedNodeMap & xalanc::XalanEmptyNamedNodeMap::operator= | ( | const XalanEmptyNamedNodeMap & | theSource | ) |
| bool xalanc::XalanEmptyNamedNodeMap::operator== | ( | const XalanEmptyNamedNodeMap & | theRHS | ) | const |
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sat Dec 31 2022 03:16:21 for Xalan-C++ API Reference by
1.9.4