Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XERCESNAMEDNODEMAPBRIDGE_HEADER_GUARD_1357924680)
19 #define XERCESNAMEDNODEMAPBRIDGE_HEADER_GUARD_1357924680
27 #if XERCES_VERSION_MAJOR >= 2
28 #include <xercesc/dom/deprecated/DOM_NamedNodeMap.hpp>
30 #include <xercesc/dom/DOM_NamedNodeMap.hpp>
39 XALAN_CPP_NAMESPACE_BEGIN
44 class XercesNodeBridge;
108 item(
unsigned int index)
const;
247 XALAN_CPP_NAMESPACE_END
251 #endif // !defined(XERCESNAMEDNODEMAPBRIDGE_HEADER_GUARD_1357924680)
XalanNamedNodeMap & operator=(const XalanNamedNodeMap &theSource)
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_NamedNodeMap DOM_NamedNodeMapType
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0
Retrieves a node specified by local name and namespace URI.
bool operator==(const XalanNamedNodeMap &theRHS) const
This class is deprecated.
virtual XalanSize_t getLength() const =0
The number of nodes in the map.
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual XalanNode * item(XalanSize_t index) const =0
Returns the indexth item in the map.
virtual XalanNode * getNamedItem(const XalanDOMString &name) const =0
Retrieves a node specified by name.
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.
|
|