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)
virtual XalanNode * getNamedItem(const XalanDOMString &name) const
Retrieves a node specified by name.
This class is deprecated.
XERCES_CPP_NAMESPACE_QUALIFIER DOM_NamedNodeMap DOM_NamedNodeMapType
virtual XalanNode * item(unsigned int index) const
Returns the indexth item in the map.
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const
Retrieves a node specified by local name and namespace URI.
XercesNamedNodeMapBridge(const DOM_NamedNodeMapType &theXercesNamedNodeMap, const XercesBridgeNavigator &theNavigator)
virtual unsigned int getLength() const
The number of nodes in the map.
bool operator==(const XalanNamedNodeMap &theRHS) const
virtual ~XercesNamedNodeMapBridge()
This class is deprecated.
virtual XalanNode * removeNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName)
Removes a node specified by local name and namespace URI.
virtual XalanNode * setNamedItemNS(XalanNode *arg)
Adds a node using its namespaceURI and localName.
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual XalanNode * setNamedItem(XalanNode *arg)
Adds a node using its nodeName attribute.
virtual XalanNode * removeNamedItem(const XalanDOMString &name)
Removes 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.
|
|