#include <XalanEmptyNamedNodeMap.hpp>
Inherits XalanNamedNodeMap.

Definition at line 31 of file XalanEmptyNamedNodeMap.hpp.
| XalanEmptyNamedNodeMap::XalanEmptyNamedNodeMap | ( | ) |
| virtual XalanEmptyNamedNodeMap::~XalanEmptyNamedNodeMap | ( | ) | [virtual] |
| XalanEmptyNamedNodeMap::XalanEmptyNamedNodeMap | ( | const XalanEmptyNamedNodeMap & | theSource | ) |
| virtual XalanSize_t 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 XalanNamedNodeMap.
| virtual XalanNode* XalanEmptyNamedNodeMap::getNamedItem | ( | const XalanDOMString & | name | ) | const [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 XalanNamedNodeMap.
| virtual XalanNode* XalanEmptyNamedNodeMap::getNamedItemNS | ( | const XalanDOMString & | namespaceURI, | |
| const XalanDOMString & | localName | |||
| ) | const [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 XalanNamedNodeMap.
| virtual XalanNode* XalanEmptyNamedNodeMap::item | ( | XalanSize_t | index | ) | const [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 XalanNamedNodeMap.
| XalanEmptyNamedNodeMap& XalanEmptyNamedNodeMap::operator= | ( | const XalanEmptyNamedNodeMap & | theSource | ) |
| bool XalanEmptyNamedNodeMap::operator== | ( | const XalanEmptyNamedNodeMap & | theRHS | ) | const |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|