18 #if !defined(XALANEMPTYNAMEDNODEMAP_HEADER_GUARD_1357924680) 19 #define XALANEMPTYNAMEDNODEMAP_HEADER_GUARD_1357924680 27 XALAN_CPP_NAMESPACE_BEGIN
50 item(XalanSize_t index)
const;
68 XALAN_CPP_NAMESPACE_END
72 #endif // !defined(XALANEMPTYNAMEDNODEMAP_HEADER_GUARD_1357924680)
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0
Retrieves a node specified by local name and namespace URI.
virtual XalanSize_t getLength() const =0
The number of nodes in the map.
bool operator==(const XalanNamedNodeMap &theRHS) const
virtual XalanNode * getNamedItem(const XalanDOMString &name) const =0
Retrieves a node specified by name.
XalanNamedNodeMap & operator=(const XalanNamedNodeMap &theSource)
virtual XalanNode * item(XalanSize_t index) const =0
Returns the indexth item in the map.