 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
18 #if !defined(XALANEMPTYNAMEDNODEMAP_HEADER_GUARD_1357924680)
19 #define XALANEMPTYNAMEDNODEMAP_HEADER_GUARD_1357924680
50 item(XalanSize_t index)
const;
72 #endif // !defined(XALANEMPTYNAMEDNODEMAP_HEADER_GUARD_1357924680)
virtual ~XalanEmptyNamedNodeMap()
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
Retrieves a node specified by local name and namespace URI.
XalanEmptyNamedNodeMap & operator=(const XalanEmptyNamedNodeMap &theSource)
virtual XalanNode * item(XalanSize_t index) const
Returns the indexth item in the map.
XalanEmptyNamedNodeMap(const XalanEmptyNamedNodeMap &theSource)
virtual XalanNode * getNamedItem(const XalanDOMString &name) const
Retrieves a node specified by name.
bool operator==(const XalanEmptyNamedNodeMap &theRHS) const
virtual XalanSize_t getLength() const
The number of nodes in the map.