Xalan-C++ API Documentation
Go to the documentation of this file.
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 * getNamedItem(const XalanDOMString &name) const
Retrieves a node specified by name.
virtual ~XalanEmptyNamedNodeMap()
XalanEmptyNamedNodeMap(const XalanEmptyNamedNodeMap &theSource)
XalanEmptyNamedNodeMap & operator=(const XalanEmptyNamedNodeMap &theSource)
virtual XalanSize_t getLength() const
The number of nodes in the map.
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
Retrieves a node specified by local name and namespace URI.
virtual XalanNode * item(XalanSize_t index) const
Returns the indexth item in the map.
bool operator==(const XalanEmptyNamedNodeMap &theRHS) const
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|