 |
Xalan-C++ API Reference
1.12.0
|
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>
43 class XercesBridgeNavigator;
44 class XercesNodeBridge;
108 item(
unsigned int index)
const;
251 #endif // !defined(XERCESNAMEDNODEMAPBRIDGE_HEADER_GUARD_1357924680)
virtual unsigned int getLength() const
The number of nodes in the map.
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::DOM_NamedNodeMap DOM_NamedNodeMapType
virtual XalanNode * setNamedItem(XalanNode *arg)
Adds a node using its nodeName attribute.
virtual XalanNode * setNamedItemNS(XalanNode *arg)
Adds a node using its namespaceURI and localName.
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
This class is deprecated.
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 XalanNode * removeNamedItem(const XalanDOMString &name)
Removes a node specified by name.
virtual ~XercesNamedNodeMapBridge()
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual XalanNode * removeNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName)
Removes a node specified by local name and namespace URI.
This class is deprecated.
virtual XalanNode * getNamedItem(const XalanDOMString &name) const
Retrieves a node specified by name.
virtual XalanNode * item(unsigned int index) const
Returns the indexth item in the map.