18 #if !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680) 19 #define XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680 35 XALAN_CPP_NAMESPACE_BEGIN
56 MemoryManager& theManager,
60 XalanSize_t theAttributeCount,
88 return m_attributeCount;
94 return index < m_attributeCount ? m_attributes[index] : 0;
102 item(XalanSize_t index)
const;
129 const XalanSize_t m_attributeCount;
134 XALAN_CPP_NAMESPACE_END
138 #endif // !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680)
virtual const XalanDOMString & getLocalName() const =0
Returns the local part of the qualified name of this node.
XalanSize_t getAttributeCount() const
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0
Retrieves a node specified by local name and namespace URI.
virtual const XalanDOMString & getPrefix() const =0
Get the namespace prefix of this node, or null if it is unspecified.
#define XALAN_XALANSOURCETREE_EXPORT
XalanSourceTreeAttr * getAttributeByIndex(XalanSize_t index) const
virtual XalanSize_t getLength() const =0
The number of nodes in the map.
virtual const XalanNamedNodeMap * getAttributes() const =0
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise...
bool operator==(const XalanNamedNodeMap &theRHS) const
virtual XalanNode * getNamedItem(const XalanDOMString &name) const =0
Retrieves a node specified by name.
virtual const XalanDOMString & getNamespaceURI() const =0
Get the namespace URI of this node, or null if it is unspecified.
XalanNamedNodeMap & operator=(const XalanNamedNodeMap &theSource)
virtual XalanNode * item(XalanSize_t index) const =0
Returns the indexth item in the map.